Searched refs:debug_types (Results 1 – 11 of 11) sorted by relevance
/external/elfutils/src/libdw/ |
D | libdw_findcu.c | 66 __libdw_intern_next_unit (dbg, debug_types) in __libdw_intern_next_unit() argument 68 bool debug_types; 71 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset; 72 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree; 85 debug_types ? &type_sig8 : NULL, 86 debug_types ? &type_offset : NULL) != 0) 98 Elf_Data *data = dbg->sectiondata[debug_types 119 if (debug_types) 138 __libdw_findcu (dbg, start, debug_types) in __libdw_findcu() argument 141 bool debug_types; [all …]
|
D | dwarf_offdie.c | 41 bool debug_types) in __libdw_offdie() argument 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()
|
D | dwarf_nextcu.c | 52 const bool debug_types = type_signaturep != NULL; local 53 const size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info; 117 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types) 141 if (debug_types)
|
D | libdwP.h | 448 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types) 580 Dwarf_Die *result, bool debug_types)
|
D | ChangeLog | 869 Use .debug_types when CU is a TU. 879 .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 | 77 ; SINGLE-LABEL: .debug_types contents: 78 ; FISSION-NOT: .debug_types contents: 79 ; FISSION-LABEL: .debug_types.dwo contents: 155 ; Make sure debug_types are in comdat groups. This could be more rigid to check 158 ; OBJ_SINGLE: Name: .debug_types ( 165 ; OBJ_FISSION: Name: .debug_types.dwo (
|
/external/elfutils/src/src/ |
D | readelf.c | 6095 Dwarf *dbg, bool debug_types) in print_debug_units() argument 6126 debug_types ? &typesig : NULL, in print_debug_units() 6127 debug_types ? &typeoff : NULL) != 0) in print_debug_units() 6132 if (debug_types) in print_debug_units() 6163 if (unlikely ((debug_types ? dwarf_offdie_types : dwarf_offdie) in print_debug_units()
|
/external/elfutils/src/libebl/ |
D | ChangeLog | 161 .debug_types too.
|
/external/elfutils/src/config/ |
D | elfutils.spec.in | 308 .debug_types.
|
/external/elfutils/src/ |
D | NEWS | 143 Fix bug using dwarf_next_unit to iterate over .debug_types.
|