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() 158 Dwarf_Abbrev *
|
D | libdw.h | 77 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef 80 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l) 128 Dwarf_Abbrev *abbrev; 580 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset, 585 Dwarf_Abbrev *abbrevp) 589 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev); 592 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev); 595 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev); 598 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) 602 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, [all …]
|
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 | 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_getabbrevattr.c | 40 dwarf_getabbrevattr_data (Dwarf_Abbrev *abbrev, size_t idx, in dwarf_getabbrevattr_data() 89 dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, unsigned int *namep, in INTDEF()
|
D | dwarf_child.c | 49 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &readp); in __libdw_find_attr() 128 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_child()
|
D | dwarf_abbrevhaschildren.c | 40 dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev) in dwarf_abbrevhaschildren()
|
D | dwarf_getabbrevcode.c | 40 dwarf_getabbrevcode (Dwarf_Abbrev *abbrev) in dwarf_getabbrevcode()
|
D | dwarf_getabbrevtag.c | 40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev) in dwarf_getabbrevtag()
|
D | dwarf_abbrev_hash.h | 34 #define TYPE Dwarf_Abbrev *
|
D | dwarf_haschildren.c | 42 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_haschildren()
|
D | dwarf_getattrcnt.c | 38 dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) in dwarf_getattrcnt()
|
D | dwarf_hasattr.c | 45 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_hasattr()
|
D | libdwP.h | 241 struct Dwarf_Abbrev struct 634 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu, 639 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, 641 Dwarf_Abbrev *result) 646 static inline Dwarf_Abbrev *
|
D | dwarf_getattrs.c | 50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &die_addr); in dwarf_getattrs()
|
D | ChangeLog | 694 * libdwP.h (struct Dwarf_Abbrev): Pack struct. Remove attrcnt, 2541 * libdwP.h (struct Dwarf_Abbrev): Change type of 'has_children' to bool.
|
/external/elfutils/include/elfutils/ |
D | libdw.h | 77 typedef struct Dwarf_Abbrev Dwarf_Abbrev; typedef 80 #define DWARF_END_ABBREV ((Dwarf_Abbrev *) -1l) 128 Dwarf_Abbrev *abbrev; 580 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset, 585 Dwarf_Abbrev *abbrevp) 589 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev); 592 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev); 595 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev); 598 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) 602 extern int dwarf_getabbrevattr (Dwarf_Abbrev *abbrev, size_t idx, [all …]
|
/external/elfutils/tests/ |
D | show-abbrev.c | 55 Dwarf_Abbrev *a = dwarf_getabbrev (&die, (Dwarf_Off) -1, NULL); in main() 67 Dwarf_Abbrev *abbrev = dwarf_getabbrev (&die, offset, &length); in main()
|
/external/elfutils/src/ |
D | readelf.c | 5031 Dwarf_Abbrev abbrev; in print_debug_abbrev_section()
|