Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_offdie.c40 __libdw_offdie (Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result, in __libdw_offdie() function
76 return __libdw_offdie (dbg, offset, result, false); in dwarf_offdie()
83 return __libdw_offdie (dbg, offset, result, true); in INTDEF()
Ddwarf_getlocation_implicit_pointer.c66 if (__libdw_offdie (attr->cu->dbg, op->number, &die, in dwarf_getlocation_implicit_pointer()
Ddwarf_getlocation_die.c89 if (__libdw_offdie (attr->cu->dbg, dieoff, result, in dwarf_getlocation_die()
DlibdwP.h809 extern Dwarf_Die *__libdw_offdie (Dwarf *dbg, Dwarf_Off offset,
DChangeLog1042 * dwarf_offdie.c (__libdw_offdie): Check sectiondata exists.
2321 * dwarf_offdie.c (do_offdie): Renamed to __libdw_offdie, made global.