Searched refs:Dwarf_Abbrev (Results 1 – 16 of 16) sorted by relevance
/external/elfutils/0.153/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; 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,
|
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 | dwarf_child.c | 76 Dwarf_Abbrev *abbrevp = die->abbrev; in __libdw_find_attr() 167 if (unlikely (die->abbrev == (Dwarf_Abbrev *) -1l))
|
D | dwarf_abbrev_hash.h | 55 #define TYPE Dwarf_Abbrev *
|
D | dwarf_getabbrevtag.c | 62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevtag()
|
D | dwarf_abbrevhaschildren.c | 62 Dwarf_Abbrev *abbrev; in dwarf_abbrevhaschildren()
|
D | dwarf_getabbrevcode.c | 62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevcode()
|
D | dwarf_getattrcnt.c | 60 Dwarf_Abbrev *abbrev; in dwarf_getattrcnt()
|
D | libdwP.h | 210 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)
|
D | dwarf_haschildren.c | 64 Dwarf_Abbrev *abbrevp = die->abbrev;
|
D | dwarf_getabbrevattr.c | 62 Dwarf_Abbrev *abbrev; in dwarf_getabbrevattr()
|
D | ChangeLog | 626 * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool.
|
/external/elfutils/elfutils/ |
D | libdw.h | 114 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/ |
D | readelf.c | 4583 Dwarf_Abbrev abbrev; in print_debug_abbrev_section()
|