Home
last modified time | relevance | path

Searched refs:Dwarf_Abbrev (Results 1 – 16 of 16) sorted by relevance

/external/elfutils/0.153/libdw/
Ddwarf_getabbrev.c60 Dwarf_Abbrev *
67 Dwarf_Abbrev *result;
108 Dwarf_Abbrev *abb = NULL;
113 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev);
161 Dwarf_Abbrev *
Dlibdw.h114 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef
117 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l)
164 Dwarf_Abbrev *abbrev;
516 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
521 Dwarf_Abbrev *abbrevp)
525 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
528 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
531 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
534 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
538 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
Ddwarf_offabbrev.c60 Dwarf_Abbrev *abbrevp) in dwarf_offabbrev()
65 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev()
Ddwarf_tag.c58 Dwarf_Abbrev *
62 Dwarf_Abbrev *abb; in __libdw_findabbrev()
Ddwarf_child.c76 Dwarf_Abbrev *abbrevp = die->abbrev; in __libdw_find_attr()
167 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
Ddwarf_abbrev_hash.h55 #define TYPE Dwarf_Abbrev *
Ddwarf_getabbrevtag.c62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevtag()
Ddwarf_abbrevhaschildren.c62 Dwarf_Abbrev *abbrev; in dwarf_abbrevhaschildren()
Ddwarf_getabbrevcode.c62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevcode()
Ddwarf_getattrcnt.c60 Dwarf_Abbrev *abbrev; in dwarf_getattrcnt()
DlibdwP.h210 struct Dwarf_Abbrev struct
408 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu,
413 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
415 Dwarf_Abbrev *result)
Ddwarf_haschildren.c64 Dwarf_Abbrev *abbrevp = die->abbrev;
Ddwarf_getabbrevattr.c62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevattr()
DChangeLog626 * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool.
/external/elfutils/elfutils/
Dlibdw.h114 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef
117 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l)
164 Dwarf_Abbrev *abbrev;
516 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset,
521 Dwarf_Abbrev *abbrevp)
525 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev);
528 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev);
531 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev);
534 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp)
538 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
/external/elfutils/0.153/src/
Dreadelf.c4583 Dwarf_Abbrev abbrev; in print_debug_abbrev_section()