Searched refs:debug_types (Results 1 – 10 of 10) sorted by relevance
/external/elfutils/0.153/libdw/ |
D | libdw_findcu.c | 62 __libdw_intern_next_unit (dbg, debug_types) in __libdw_intern_next_unit() argument 64 bool debug_types; 67 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset; 80 debug_types ? &type_sig8 : NULL, 81 debug_types ? &type_offset : NULL) != 0) 139 __libdw_findcu (dbg, start, debug_types) in __libdw_findcu() argument 142 bool debug_types; 144 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree; 146 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset; 164 struct Dwarf_CU *newp = __libdw_intern_next_unit (dbg, debug_types);
|
D | dwarf_offdie.c | 62 bool debug_types) in __libdw_offdie() argument 67 Elf_Data *const data = dbg->sectiondata[debug_types ? IDX_debug_types in __libdw_offdie() 82 result->cu = __libdw_findcu (dbg, offset, debug_types); in __libdw_offdie()
|
D | dwarf_nextcu.c | 73 const bool debug_types = type_signaturep != NULL; local 74 const size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info; 138 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types) 162 if (debug_types)
|
D | libdwP.h | 400 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types) 471 Dwarf_Die *result, bool debug_types)
|
D | ChangeLog | 158 Use .debug_types when CU is a TU. 168 .debug_types header size instead of .debug_info header size.
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-type-units.test | 11 FOO: debug_types contents: 24 BAR: debug_types contents: 32 TYPES: debug_types contents:
|
/external/llvm/test/DebugInfo/X86/ |
D | generate-odr-hash.ll | 75 ; FISSION-LABEL: .debug_types contents: 88 ; SINGLE-LABEL: .debug_types contents: 89 ; FISSION-LABEL: .debug_types.dwo contents:
|
/external/chromium_org/tools/symsrc/ |
D | pefile.py | 156 debug_types = [ variable 169 DEBUG_TYPE = dict([(e[1], e[0]) for e in debug_types]+debug_types)
|
/external/elfutils/0.153/src/ |
D | readelf.c | 5813 Dwarf *dbg, bool debug_types) in print_debug_units() argument 5844 debug_types ? &typesig : NULL, in print_debug_units() 5845 debug_types ? &typeoff : NULL) != 0) in print_debug_units() 5850 if (debug_types) in print_debug_units() 5882 if (unlikely ((debug_types ? dwarf_offdie_types : dwarf_offdie) in print_debug_units()
|
/external/elfutils/0.153/libebl/ |
D | ChangeLog | 46 .debug_types too.
|