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 | 173 __libdw_findcu fails. 624 * dwarf_getaranges.c (dwarf_getaranges): Use __libdw_findcu and 648 (__libdw_findcu): Rename debug_types argument to v4_debug_types 983 * libdw_findcu.c (__libdw_findcu): Likewise. 1012 (__libdw_findcu): Likewise. 1914 (__libdw_findcu): ... not here. 2027 * libdw_findcu.c (__libdw_findcu): Take new flag argument, 2052 (__libdw_findcu): ... here. Call it. 2069 * libdw_findcu.c (__libdw_findcu): Use it instead of dwarf_nextcu. 2088 * libdw_findcu.c (__libdw_findcu): Initialize new members. [all …]
|
D | libdwP.h | 618 extern struct Dwarf_CU *__libdw_findcu (Dwarf *dbg, Dwarf_Off offset, bool tu)
|