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.27/gold/
dwp.cc 180 // Read the .debug_cu_index or .debug_tu_index section of a .dwp file,
901 unsigned int debug_tu_index = 0; local
941 debug_tu_index = i;
949 if (debug_cu_index > 0 || debug_tu_index > 0)
953 if (debug_tu_index > 0)
962 this->read_unit_index(debug_tu_index, debug_shndx, output_file, true);
1115 // 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 82 milliseconds