HomeSort by relevance Sort by last modified time
    Searched refs:debug_types (Results 1 - 25 of 29) sorted by null

1 2

  /external/elfutils/libdw/
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);
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_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)
libdwP.h 171 /* Search tree and sig8 hash table for .debug_types type units. */
325 or in .debug_types, SIGNATURE TYPE-OFFSET
439 extern struct Dwarf_CU *__libdw_intern_next_unit (Dwarf *dbg, bool debug_types)
572 Dwarf_Die *result, bool debug_types)
  /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.*)
i386pe.xn 298 .debug_types BLOCK(__section_alignment__) (NOLOAD) :
300 *(.debug_types .gnu.linkonce.wt.*)
i386pep.x 302 .debug_types BLOCK(__section_alignment__) (NOLOAD) :
304 *(.debug_types .gnu.linkonce.wt.*)
i386pep.xa 302 .debug_types BLOCK(__section_alignment__) (NOLOAD) :
304 *(.debug_types .gnu.linkonce.wt.*)
i386pep.xbn 302 .debug_types BLOCK(__section_alignment__) (NOLOAD) :
304 *(.debug_types .gnu.linkonce.wt.*)
i386pep.xn 302 .debug_types BLOCK(__section_alignment__) (NOLOAD) :
304 *(.debug_types .gnu.linkonce.wt.*)
  /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.
  /toolchain/binutils/binutils-2.25/gold/testsuite/
dwp_test_main.s 365 .section .debug_types.dwo,"G",@progbits,wt.bb2916f0c1bd34b5,comdat
468 .section .debug_types,"G",@progbits,wt.bb2916f0c1bd34b5,comdat
488 .section .debug_types.dwo,"G",@progbits,wt.66526f88bcc798ab,comdat
586 .section .debug_types,"G",@progbits,wt.66526f88bcc798ab,comdat
606 .section .debug_types.dwo,"G",@progbits,wt.c419a9b7a4a2fab5,comdat
728 .section .debug_types,"G",@progbits,wt.c419a9b7a4a2fab5,comdat
dwp_test_1b.s 37 .section .debug_types.dwo,"G",@progbits,wt.bb2916f0c1bd34b5,comdat
140 .section .debug_types,"G",@progbits,wt.bb2916f0c1bd34b5,comdat
dwp_test_1.s 756 .section .debug_types.dwo,"G",@progbits,wt.bb2916f0c1bd34b5,comdat
859 .section .debug_types,"G",@progbits,wt.bb2916f0c1bd34b5,comdat
879 .section .debug_types.dwo,"G",@progbits,wt.66526f88bcc798ab,comdat
977 .section .debug_types,"G",@progbits,wt.66526f88bcc798ab,comdat
997 .section .debug_types.dwo,"G",@progbits,wt.c419a9b7a4a2fab5,comdat
1119 .section .debug_types,"G",@progbits,wt.c419a9b7a4a2fab5,comdat
    [all...]
dwp_test_2.s 397 .section .debug_types.dwo,"G",@progbits,wt.bb2916f0c1bd34b5,comdat
500 .section .debug_types,"G",@progbits,wt.bb2916f0c1bd34b5,comdat
520 .section .debug_types.dwo,"G",@progbits,wt.c419a9b7a4a2fab5,comdat
642 .section .debug_types,"G",@progbits,wt.c419a9b7a4a2fab5,comdat
  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 223 // Add a set of .debug_info.dwo or .debug_types.dwo and related sections
483 // Add a set of .debug_types and related sections to the output file.
755 ".debug_types.dwo", // DW_SECT_TYPES = 2
895 Types_list debug_types; local
923 debug_types.push_back(i);
955 if (debug_types.size() > 1)
957 ".debug_types.dwo section"), this->name_);
958 if (debug_types.size() == 1)
959 debug_shndx[elfcpp::DW_SECT_TYPES] = debug_types[0];
972 for (Types_list::const_iterator tp = debug_types.begin()
    [all...]

Completed in 616 milliseconds

1 2