/external/elfutils/libdw/ |
libdw_findcu.c | 66 __libdw_intern_next_unit (Dwarf *dbg, bool debug_types) 69 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset; 70 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree; 83 debug_types ? &type_sig8 : NULL, 84 debug_types ? &type_offset : NULL) != 0) 96 Elf_Data *data = dbg->sectiondata[debug_types 117 if (debug_types) 137 __libdw_findcu (Dwarf *dbg, Dwarf_Off start, bool debug_types) 139 void **tree = debug_types ? &dbg->tu_tree : &dbg->cu_tree; 141 = debug_types ? &dbg->next_tu_offset : &dbg->next_cu_offset [all...] |
dwarf_offdie.c | 41 bool debug_types) 46 Elf_Data *const data = dbg->sectiondata[debug_types ? IDX_debug_types 61 result->cu = __libdw_findcu (dbg, offset, debug_types);
|
dwarf_nextcu.c | 45 const bool debug_types = type_signaturep != NULL; local 46 const size_t sec_idx = debug_types ? IDX_debug_types : IDX_debug_info; 110 if (unlikely (DIE_OFFSET_FROM_CU_OFFSET (off, offset_size, debug_types) 134 if (debug_types)
|
dwarf_sig8_hash.c | 1 /* Implementation of hash table for DWARF .debug_types section content.
|
dwarf_sig8_hash.h | 1 /* Hash table for DWARF .debug_types section content.
|
dwarf_formref_die.c | 76 have to match in the .debug_types type unit headers. */
|
/external/llvm/test/DebugInfo/ |
dwarfdump-type-units.test | 11 FOO: debug_types contents: 24 BAR: debug_types contents: 32 TYPES: debug_types contents:
|
dwarfdump-dwp.test | 26 ; CHECK-LABEL: .debug_types.dwo contents:
|
/prebuilts/go/darwin-x86/src/debug/dwarf/ |
open.go | 81 // AddTypes will add one .debug_types section to the DWARF data. A 83 // .debug_types sections. The name is used for error reporting only, 84 // and serves to distinguish one .debug_types section from another.
|
typeunit.go | 12 // Parse the type units stored in a DWARF4 .debug_types section. Each 25 // Parse a .debug_types section.
|
/prebuilts/go/linux-x86/src/debug/dwarf/ |
open.go | 81 // AddTypes will add one .debug_types section to the DWARF data. A 83 // .debug_types sections. The name is used for error reporting only, 84 // and serves to distinguish one .debug_types section from another.
|
typeunit.go | 12 // Parse the type units stored in a DWARF4 .debug_types section. Each 25 // Parse a .debug_types section.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/ |
i386pe.xr | 230 .debug_types : 232 *(.debug_types)
|
i386pe.xu | 234 .debug_types : 236 *(.debug_types)
|
i386pep.xr | 234 .debug_types : 236 *(.debug_types)
|
i386pep.xu | 239 .debug_types : 241 *(.debug_types)
|
i386pe.x | 298 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 300 *(.debug_types .gnu.linkonce.wt.*)
|
i386pe.xa | 298 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 300 *(.debug_types .gnu.linkonce.wt.*)
|
i386pe.xbn | 298 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 300 *(.debug_types .gnu.linkonce.wt.*)
|
/external/llvm/test/tools/llvm-dwp/X86/ |
type_dedup.test | 16 CHECK-LABEL: .debug_types.dwo contents:
|
simple.test | 57 NOTYP-NOT: .debug_types.dwo contents: 58 TYPES-LABEL: .debug_types.dwo contents:
|
/external/llvm/lib/DebugInfo/DWARF/ |
DWARFContext.cpp | 101 OS << "\n.debug_types contents:\n"; 109 OS << "\n.debug_types.dwo contents:\n"; 673 } else if (name == "debug_types") { 674 // Find debug_types data by section rather than name as there are 675 // multiple, comdat grouped, debug_types sections. 677 } else if (name == "debug_types.dwo") { 719 // Find debug_types relocs by section rather than name as there are 720 // multiple, comdat grouped, debug_types sections. 721 if (RelSecName == "debug_types") 723 else if (RelSecName == "debug_types.dwo" [all...] |
/external/llvm/test/DebugInfo/X86/ |
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/valgrind/memcheck/tests/ |
dw4.c | 2 /* Check of variable location identification when using .debug_types. */
|
/external/llvm/tools/llvm-dwarfdump/ |
llvm-dwarfdump.cpp | 56 clEnumValN(DIDT_Types, "types", ".debug_types"), 57 clEnumValN(DIDT_TypesDwo, "types.dwo", ".debug_types.dwo"),
|