Searched refs:__libdw_offdie (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdw/ |
H A 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()
|
H A D | dwarf_getlocation_implicit_pointer.c | 66 if (__libdw_offdie (attr->cu->dbg, op->number, &die, in dwarf_getlocation_implicit_pointer()
|
H A D | dwarf_getlocation_die.c | 89 if (__libdw_offdie (attr->cu->dbg, dieoff, result, in dwarf_getlocation_die()
|
H A D | libdwP.h | 809 extern Dwarf_Die *__libdw_offdie (Dwarf *dbg, Dwarf_Off offset,
|
Completed in 4 milliseconds