Home | History | Annotate | Download | only in gold

Lines Matching refs:debug_tu_index

180   // Read the .debug_cu_index or .debug_tu_index section of a .dwp file,
905 unsigned int debug_tu_index = 0;
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,
1874 this->write_index<true>(".debug_tu_index", this->tu_index_);
1879 this->write_index<false>(".debug_tu_index", this->tu_index_);