HomeSort by relevance Sort by last modified time
    Searched refs:debug_tu_index (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gold/
dwp.cc 180 // Read the .debug_cu_index or .debug_tu_index section of a .dwp file,
905 unsigned int debug_tu_index = 0; local
945 debug_tu_index = i;
953 if (debug_cu_index > 0 || debug_tu_index > 0)
957 if (debug_tu_index > 0)
966 this->read_unit_index(debug_tu_index, debug_shndx, output_file, true);
1119 // Read the .debug_cu_index or .debug_tu_index section of a .dwp file,
    [all...]
  /external/llvm/tools/llvm-dwp/
llvm-dwp.cpp 481 {"debug_tu_index", {TUIndexSection, static_cast<DWARFSectionKind>(0)}}};

Completed in 409 milliseconds