Searched refs:Dwarf_Abbrev (Results 1 – 20 of 20) 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() 103 libdw_typed_unalloc (dbg, Dwarf_Abbrev); in __libdw_getabbrev() 157 libdw_typed_unalloc (dbg, Dwarf_Abbrev); in __libdw_getabbrev() 166 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; 587 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset, 592 Dwarf_Abbrev *abbrevp) 596 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev); 599 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev); 602 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev); 605 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) 609 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() 141 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, NULL); in dwarf_child()
|
D | dwarf_abbrev_hash.h | 34 #define TYPE Dwarf_Abbrev *
|
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_getabbrevtag.c | 40 dwarf_getabbrevtag (Dwarf_Abbrev *abbrev) in dwarf_getabbrevtag()
|
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 | 255 struct Dwarf_Abbrev struct 668 extern Dwarf_Abbrev *__libdw_findabbrev (struct Dwarf_CU *cu, 673 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, 675 Dwarf_Abbrev *result) 680 static inline Dwarf_Abbrev *
|
D | dwarf_getattrs.c | 50 Dwarf_Abbrev *abbrevp = __libdw_dieabbrev (die, &die_addr); in dwarf_getattrs()
|
D | ChangeLog | 1025 * libdwP.h (struct Dwarf_Abbrev): Pack struct. Remove attrcnt, 2872 * 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; 587 extern Dwarf_Abbrev *dwarf_getabbrev (Dwarf_Die *die, Dwarf_Off offset, 592 Dwarf_Abbrev *abbrevp) 596 extern unsigned int dwarf_getabbrevcode (Dwarf_Abbrev *abbrev); 599 extern unsigned int dwarf_getabbrevtag (Dwarf_Abbrev *abbrev); 602 extern int dwarf_abbrevhaschildren (Dwarf_Abbrev *abbrev); 605 extern int dwarf_getattrcnt (Dwarf_Abbrev *abbrev, size_t *attrcntp) 609 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/libabigail/tests/data/test-diff-pkg/ |
D | elfutils-libs-0.170-4.el7.x86_64-multiple-sym-vers-report-0.txt | 10 …[A] 'function int dwarf_getabbrevattr_data(Dwarf_Abbrev*, size_t, unsigned int*, unsigned int*, Dw…
|
/external/elfutils/src/ |
D | readelf.c | 5274 Dwarf_Abbrev abbrev; in print_debug_abbrev_section()
|