Searched refs:Dwarf_Abbrev (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_abbrev.c33 Dwarf_Abbrev *return_abbrev, Dwarf_Unsigned *length,
36 Dwarf_Abbrev ab;
62 dwarf_get_abbrev_tag(Dwarf_Abbrev abbrev, Dwarf_Half *return_tag,
77 dwarf_get_abbrev_code(Dwarf_Abbrev abbrev, Dwarf_Unsigned *return_code,
92 dwarf_get_abbrev_children_flag(Dwarf_Abbrev abbrev, Dwarf_Signed *return_flag,
107 dwarf_get_abbrev_entry(Dwarf_Abbrev abbrev, Dwarf_Signed ndx,
H A Dlibdwarf_abbrev.c34 uint64_t aboff, Dwarf_Abbrev *abp, Dwarf_Error *error)
36 Dwarf_Abbrev ab;
67 _dwarf_attrdef_add(Dwarf_Debug dbg, Dwarf_Abbrev ab, uint64_t attr,
101 Dwarf_Abbrev *abp, Dwarf_Error *error)
155 _dwarf_abbrev_find(Dwarf_CU cu, uint64_t entry, Dwarf_Abbrev *abp,
158 Dwarf_Abbrev ab;
205 Dwarf_Abbrev ab, tab;
225 Dwarf_Abbrev ab;
H A Ddwarf_dealloc.c34 Dwarf_Abbrev ab;
H A D_libdwarf.h141 Dwarf_Abbrev die_ab; /* Abbrev pointer. */
338 Dwarf_Abbrev cu_abbrev_hash; /* Abbrev hash table. */
484 uint64_t, Dwarf_Abbrev *, Dwarf_Error *);
486 int _dwarf_abbrev_find(Dwarf_CU, uint64_t, Dwarf_Abbrev *,
490 Dwarf_Abbrev *, Dwarf_Error *);
508 int _dwarf_attrdef_add(Dwarf_Debug, Dwarf_Abbrev, uint64_t,
H A Dlibdwarf_die.c52 _dwarf_die_add(Dwarf_CU cu, uint64_t offset, uint64_t abnum, Dwarf_Abbrev ab,
107 Dwarf_Abbrev ab;
280 Dwarf_Abbrev ab;
400 Dwarf_Abbrev ab, tab;
H A Dlibdwarf.h44 typedef struct _Dwarf_Abbrev *Dwarf_Abbrev; typedef in typeref:struct:_Dwarf_Abbrev
604 int dwarf_get_abbrev(Dwarf_Debug, Dwarf_Unsigned, Dwarf_Abbrev *,
606 int dwarf_get_abbrev_children_flag(Dwarf_Abbrev, Dwarf_Signed *,
608 int dwarf_get_abbrev_code(Dwarf_Abbrev, Dwarf_Unsigned *,
610 int dwarf_get_abbrev_entry(Dwarf_Abbrev, Dwarf_Signed, Dwarf_Half *,
612 int dwarf_get_abbrev_tag(Dwarf_Abbrev, Dwarf_Half *, Dwarf_Error *);
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c5505 Dwarf_Abbrev ab;

Completed in 84 milliseconds