Dwarf_Sort_Abbrev_s
verify_ab_no_dups(struct Dwarf_Sort_Abbrev_s *sortab,
struct Dwarf_Sort_Abbrev_s *ab = sortab;
struct Dwarf_Sort_Abbrev_s *l =
(struct Dwarf_Sort_Abbrev_s *)l_in;
struct Dwarf_Sort_Abbrev_s *r =
(struct Dwarf_Sort_Abbrev_s *)r_in;
struct Dwarf_Sort_Abbrev_s *sortab = 0;
struct Dwarf_Sort_Abbrev_s *ap = 0;
sortab = (struct Dwarf_Sort_Abbrev_s *)
malloc(sizeof(struct Dwarf_Sort_Abbrev_s)*attrcount);
qsort(sortab,attrcount,sizeof(struct Dwarf_Sort_Abbrev_s),
struct Dwarf_Sort_Abbrev_s *sortab = 0;
struct Dwarf_Sort_Abbrev_s *ap = 0;
sortab = (struct Dwarf_Sort_Abbrev_s *)
malloc(sizeof(struct Dwarf_Sort_Abbrev_s)*attrcount);
qsort(sortab,attrcount,sizeof(struct Dwarf_Sort_Abbrev_s),