/external/elfutils/0.153/libdw/ |
libdw_findcu.c | 62 __libdw_intern_next_unit (dbg, debug_types) 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) 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); [all...] |
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)
|
dwarf_offdie.c | 62 bool debug_types) 67 Elf_Data *const data = dbg->sectiondata[debug_types ? IDX_debug_types 82 result->cu = __libdw_findcu (dbg, offset, 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.
|
libdwP.h | 179 /* Search tree and sig8 hash table for .debug_types type units. */ 320 or in .debug_types, SIGNATURE TYPE-OFFSET 400 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types) 471 Dwarf_Die *result, bool debug_types)
|
dwarf_formref_die.c | 89 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:
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/ldscripts/ |
i386pe.xr | 158 .debug_types : 160 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pe.xu | 162 .debug_types : 164 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pep.xr | 162 .debug_types : 164 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pep.xu | 167 .debug_types : 169 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pe.x | 222 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 224 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pe.xa | 222 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 224 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pe.xbn | 222 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 224 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pe.xn | 222 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 224 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pep.x | 227 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 229 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pep.xa | 227 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 229 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pep.xbn | 227 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 229 *(.debug_types) *(.gnu.linkonce.wt.*)
|
i386pep.xn | 227 .debug_types BLOCK(__section_alignment__) (NOLOAD) : 229 *(.debug_types) *(.gnu.linkonce.wt.*)
|
/external/valgrind/main/memcheck/tests/ |
dw4.c | 2 /* Check of variable location identification when using .debug_types. */
|
/external/llvm/lib/DebugInfo/ |
DWARFContext.cpp | 88 OS << "\n.debug_types contents:\n"; 95 OS << "\n.debug_types.dwo contents:\n"; 681 } else if (name == "debug_types") { 682 // Find debug_types data by section rather than name as there are 683 // multiple, comdat grouped, debug_types sections. 685 } else if (name == "debug_types.dwo") { 707 // Find debug_types relocs by section rather than name as there are 708 // multiple, comdat grouped, debug_types sections. 709 if (RelSecName == "debug_types") 711 else if (RelSecName == "debug_types.dwo" [all...] |
DWARFContext.h | 54 /// Read type units from the debug_types sections (if necessary) 62 /// Read type units from the debug_types.dwo section (if necessary)
|
/external/llvm/tools/llvm-dwarfdump/ |
llvm-dwarfdump.cpp | 51 clEnumValN(DIDT_Types, "types", ".debug_types"), 52 clEnumValN(DIDT_TypesDwo, "types.dwo", ".debug_types.dwo"),
|
/external/valgrind/main/coregrind/m_debuginfo/ |
priv_readdwarf.h | 51 DiSlice escn_debug_types, /* .debug_types */
|