Searched refs:debug_types (Results 1 - 4 of 4) sorted by relevance
/third_party/elfutils/libdw/ |
H A D | dwarf_offdie.c | 41 bool debug_types) in __libdw_offdie() 46 Elf_Data *const data = dbg->sectiondata[debug_types ? IDX_debug_types in __libdw_offdie() 61 result->cu = __libdw_findcu (dbg, offset, debug_types); in __libdw_offdie() 40 __libdw_offdie(Dwarf *dbg, Dwarf_Off offset, Dwarf_Die *result, bool debug_types) __libdw_offdie() argument
|
H A D | libdw_findcu.c | 100 __libdw_intern_next_unit (Dwarf *dbg, bool debug_types) in __libdw_intern_next_unit() argument 103 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset; in __libdw_intern_next_unit() 104 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree; in __libdw_intern_next_unit() 115 if (__libdw_next_unit (dbg, debug_types, oldoff, offsetp, NULL, in __libdw_intern_next_unit() 125 || (debug_types && unlikely (version != 4))) in __libdw_intern_next_unit() 141 size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info; in __libdw_intern_next_unit() 174 if (debug_types) in __libdw_intern_next_unit()
|
H A D | libdwP.h | 197 /* Search tree and sig8 hash table for .debug_types type units. */ 343 .debug_info) or 1 for v4 type units (from .debug_types). */ 428 or in .debug_types, SIGNATURE TYPE-OFFSET in __libdw_first_die_from_cu_start() 648 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types) 810 Dwarf_Die *result, bool debug_types)
|
/third_party/elfutils/src/ |
H A D | readelf.c | 257 section_info = 8, /* .debug_info, (implies .debug_types) */ 268 section_types = 16384, /* .debug_types (implied by .debug_info) */ 7894 Dwarf *dbg, bool debug_types) in print_debug_units() 7896 const bool silent = !(print_debug_sections & section_info) && !debug_types; in print_debug_units() 7928 or .debug_types. We know the Dwarf_CU struct layout. Set it up at in print_debug_units() 7929 the end of .debug_info if we want .debug_types only. Check the returned in print_debug_units() 7931 if (debug_types) in print_debug_units() 7954 if (cu->sec_idx != (size_t) (debug_types ? IDX_debug_types : IDX_debug_info)) in print_debug_units() 7963 if (debug_types && version < 5) in print_debug_units() 7891 print_debug_units(Dwfl_Module *dwflmod, Ebl *ebl, GElf_Ehdr *ehdr __attribute__ ((unused)), Elf_Scn *scn, GElf_Shdr *shdr, Dwarf *dbg, bool debug_types) print_debug_units() argument
|
Completed in 20 milliseconds