Searched refs:Dwarf_Abbrev (Results 1 – 19 of 19) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getabbrev.c | 38 Dwarf_Abbrev * 41 size_t *lengthp, Dwarf_Abbrev *result) in __libdw_getabbrev() 84 Dwarf_Abbrev *abb = NULL; in __libdw_getabbrev() 89 abb = libdw_typed_alloc (dbg, Dwarf_Abbrev); in __libdw_getabbrev() 152 Dwarf_Abbrev *
|
D | dwarf_tag.c | 37 Dwarf_Abbrev * 41 Dwarf_Abbrev *abb; in __libdw_findabbrev() 85 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_tag()
|
D | libdw.h | 94 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef 97 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l) 145 Dwarf_Abbrev *abbrev; 551 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset, 556 Dwarf_Abbrev *abbrevp) 560 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev); 563 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev); 566 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev); 569 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) 573 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
|
D | dwarf_offabbrev.c | 39 Dwarf_Abbrev *abbrevp) in dwarf_offabbrev() 44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev()
|
D | dwarf_child.c | 50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &readp); in __libdw_find_attr() 125 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_child()
|
D | libdwP.h | 212 struct Dwarf_Abbrev struct 447 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu, 452 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, 454 Dwarf_Abbrev *result) 459 static inline Dwarf_Abbrev *
|
D | dwarf_getabbrevtag.c | 40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev) in dwarf_getabbrevtag()
|
D | dwarf_getabbrevcode.c | 40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev) in dwarf_getabbrevcode()
|
D | dwarf_abbrevhaschildren.c | 40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev) in dwarf_abbrevhaschildren()
|
D | dwarf_abbrev_hash.h | 34 #define TYPE Dwarf_Abbrev *
|
D | dwarf_getattrcnt.c | 38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) in dwarf_getattrcnt()
|
D | dwarf_haschildren.c | 42 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_haschildren()
|
D | dwarf_getabbrevattr.c | 40 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep, in dwarf_getabbrevattr()
|
D | dwarf_hasattr.c | 45 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_hasattr()
|
D | dwarf_getattrs.c | 50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &die_addr); in dwarf_getattrs()
|
D | ChangeLog | 1647 * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool.
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 94 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef 97 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l) 145 Dwarf_Abbrev *abbrev; 551 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset, 556 Dwarf_Abbrev *abbrevp) 560 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev); 563 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev); 566 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev); 569 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) 573 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx,
|
/external/elfutils/tests/ |
D | show-abbrev.c | 59 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); in main()
|
/external/elfutils/src/ |
D | readelf.c | 4646 Dwarf_Abbrev abbrev; in print_debug_abbrev_section()
|