Searched refs:__libdw_findcu (Results 1 – 6 of 6) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_offdie.c | 61 result->cu = __libdw_findcu (dbg, offset, debug_types); in __libdw_offdie()
|
D | dwarf_get_units.c | 83 *next_cu = __libdw_findcu (dwarf, off, v4type); in dwarf_get_units()
|
D | dwarf_getaranges.c | 202 Dwarf_CU *cu = __libdw_findcu (dbg, offset, false); in dwarf_getaranges()
|
D | libdw_findcu.c | 229 __libdw_findcu (Dwarf *dbg, Dwarf_Off start, bool v4_debug_types) in __libdw_findcu() function
|
D | ChangeLog | 261 __libdw_findcu fails. 712 * dwarf_getaranges.c (dwarf_getaranges): Use __libdw_findcu and 736 (__libdw_findcu): Rename debug_types argument to v4_debug_types 1071 * libdw_findcu.c (__libdw_findcu): Likewise. 1100 (__libdw_findcu): Likewise. 2002 (__libdw_findcu): ... not here. 2115 * libdw_findcu.c (__libdw_findcu): Take new flag argument, 2140 (__libdw_findcu): ... here. Call it. 2157 * libdw_findcu.c (__libdw_findcu): Use it instead of dwarf_nextcu. 2176 * libdw_findcu.c (__libdw_findcu): Initialize new members. [all …]
|
D | libdwP.h | 643 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset, bool tu)
|