HomeSort by relevance Sort by last modified time
    Searched defs:debug_types (Results 1 - 3 of 3) sorted by null

  /external/elfutils/libdw/
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)
  /toolchain/binutils/binutils-2.25/bfd/
dwarf2.c 317 { ".debug_types", ".zdebug_types" },
349 debug_types, enumerator in enum:dwarf_debug_section_enum
    [all...]
  /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 100 milliseconds