Home
last modified time | relevance | path

Searched refs:Dwarf_D_Abbrev_s (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_dnames.h35 struct Dwarf_D_Abbrev_s { struct
36 struct Dwarf_D_Abbrev_s * da_next; argument
90 struct Dwarf_D_Abbrev_s * din_abbrev_list;
H A Ddwarf_dnames.c47 freedabs(struct Dwarf_D_Abbrev_s *dab) in freedabs()
49 struct Dwarf_D_Abbrev_s *tmp = 0; in freedabs()
91 struct Dwarf_D_Abbrev_s *firstdab = 0; in fill_in_abbrevs_table()
92 struct Dwarf_D_Abbrev_s *lastdab = 0; in fill_in_abbrevs_table()
93 struct Dwarf_D_Abbrev_s *curdab = 0; in fill_in_abbrevs_table()
119 curdab = (struct Dwarf_D_Abbrev_s *)calloc(1, in fill_in_abbrevs_table()
120 sizeof(struct Dwarf_D_Abbrev_s)); in fill_in_abbrevs_table()
178 struct Dwarf_D_Abbrev_s *tmpa = 0; in fill_in_abbrevs_table()
180 dn->din_abbrev_list = (struct Dwarf_D_Abbrev_s *)calloc( in fill_in_abbrevs_table()
181 abcount,sizeof(struct Dwarf_D_Abbrev_s)); in fill_in_abbrevs_table()
[all …]