Home
last modified time | relevance | path

Searched refs:__libdw_getabbrev (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdw/
Ddwarf_getabbrev.c40 __libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu, Dwarf_Off offset, in __libdw_getabbrev() function
177 return __libdw_getabbrev (dbg, cu, abbrev_offset + offset, lengthp, NULL); in dwarf_getabbrev()
Ddwarf_offabbrev.c44 Dwarf_Abbrev *abbrev = __libdw_getabbrev (dbg, NULL, offset, lengthp, in dwarf_offabbrev()
Ddwarf_tag.c56 abb = __libdw_getabbrev (cu->dbg, cu, cu->last_abbrev_offset, &length, in __libdw_findabbrev()
DChangeLog36 * dwarf_getabbrev.c (__libdw_getabbrev): Continue until both name
585 * dwarf_getabbrev.c (__libdw_getabbrev): Likewise.
696 * dwarf_getabbrev.c (__libdw_getabbrev): Don't count attrs.
1252 * dwarf_getabbrev.c (__libdw_getabbrev): Add abbrevp bounds checks.
1381 * dwarf_getabbrev.c (__libdw_getabbrev): Don't assert on bad DWARF.
2987 * dwarf_getabbrev.c (__libdw_getabbrev): Likewise.
3034 * dwarf_getabbrev.c (__libdw_getabbrev): Likewise.
3147 * dwarf_getabbrev.c (__libdw_getabbrev): Return DWARF_END_ABBREV if
3152 as error of __libdw_getabbrev.
3411 * dwarf_getabbrev.c (__libdw_getabbrev): Add new dbg and result
[all …]
DlibdwP.h639 extern Dwarf_Abbrev *__libdw_getabbrev (Dwarf *dbg, struct Dwarf_CU *cu,