Searched refs:__libdw_getabbrev (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getabbrev.c | 40 __libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, Dwarf_Off offset, in __libdw_getabbrev() function 185 return __libdw_getabbrev (dbg, cu, abbrev_offset + offset, lengthp, NULL); in dwarf_getabbrev()
|
D | dwarf_offabbrev.c | 44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev()
|
D | dwarf_tag.c | 56 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length, in __libdw_findabbrev()
|
D | ChangeLog | 119 * dwarf_getabbrev.c (__libdw_getabbrev): Call libdw_typed_unalloc 232 * dwarf_getabbrev.c (__libdw_getabbrev): Continue until both name 781 * dwarf_getabbrev.c (__libdw_getabbrev): Likewise. 892 * dwarf_getabbrev.c (__libdw_getabbrev): Don't count attrs. 1448 * dwarf_getabbrev.c (__libdw_getabbrev): Add abbrevp bounds checks. 1577 * dwarf_getabbrev.c (__libdw_getabbrev): Don't assert on bad DWARF. 3183 * dwarf_getabbrev.c (__libdw_getabbrev): Likewise. 3230 * dwarf_getabbrev.c (__libdw_getabbrev): Likewise. 3343 * dwarf_getabbrev.c (__libdw_getabbrev): Return DWARF_END_ABBREV if 3348 as error of __libdw_getabbrev. [all …]
|
D | libdwP.h | 660 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,
|