Searched refs:Dwarf_Abbrev (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getabbrev.c | 60 Dwarf_Abbrev * 67 Dwarf_Abbrev *result; 108 Dwarf_Abbrev *abb = NULL; 113 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev); 161 Dwarf_Abbrev *
|
D | libdw.h | 114 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef 117 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l) 164 Dwarf_Abbrev *abbrev; 394 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset, 399 Dwarf_Abbrev *abbrevp) 403 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev); 406 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev); 409 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev); 412 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) 416 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
|
D | dwarf_offabbrev.c | 60 Dwarf_Abbrev *abbrevp) in dwarf_offabbrev() 65 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev()
|
D | dwarf_tag.c | 58 Dwarf_Abbrev * 62 Dwarf_Abbrev *abb; in __libdw_findabbrev()
|
D | libdwP.h | 195 struct Dwarf_Abbrev struct 366 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu, 371 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, 373 Dwarf_Abbrev *result)
|
D | dwarf_child.c | 76 Dwarf_Abbrev *abbrevp = die->abbrev; in __libdw_find_attr() 167 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
|
D | dwarf_getabbrevtag.c | 62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevtag()
|
D | dwarf_getabbrevcode.c | 62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevcode()
|
D | dwarf_abbrev_hash.h | 55 #define TYPE Dwarf_Abbrev *
|
D | dwarf_abbrevhaschildren.c | 62 Dwarf_Abbrev *abbrev; in dwarf_abbrevhaschildren()
|
D | dwarf_getattrcnt.c | 60 Dwarf_Abbrev *abbrev; in dwarf_getattrcnt()
|
D | dwarf_haschildren.c | 64 Dwarf_Abbrev *abbrevp = die->abbrev;
|
D | dwarf_getabbrevattr.c | 62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevattr()
|
/external/elfutils/tests/ |
D | show-abbrev.c | 67 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); in main()
|
/external/elfutils/src/ |
D | readelf.c | 3979 Dwarf_Abbrev abbrev; in print_debug_abbrev_section()
|