Searched refs:__libdw_offdie (Results 1 – 5 of 5) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_offdie.c | 40 __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()
|
D | dwarf_getlocation_implicit_pointer.c | 66 if (__libdw_offdie (attr->cu->dbg, op->number, &die, in dwarf_getlocation_implicit_pointer()
|
D | dwarf_getlocation_die.c | 89 if (__libdw_offdie (attr->cu->dbg, dieoff, result, in dwarf_getlocation_die()
|
D | libdwP.h | 809 extern Dwarf_Die *__libdw_offdie (Dwarf *dbg, Dwarf_Off offset,
|
D | ChangeLog | 1042 * dwarf_offdie.c (__libdw_offdie): Check sectiondata exists. 2321 * dwarf_offdie.c (do_offdie): Renamed to __libdw_offdie, made global.
|