Home | History | Annotate | Download | only in gold

Lines Matching defs:tu

290   // The current CU index (negative for a TU).
292 // The language of the current CU or TU.
337 // Use a negative index to flag this as a TU instead of a CU.
885 // Read the .debug_pubnames and .debug_pubtypes tables for the CU or TU.
915 // If die is a TU, then it might correspond to a CU which we
1019 // when we encounter the die for that cu or tu.
1267 const Type_unit& tu = this->type_units_[i];
1268 elfcpp::Swap<64, false>::writeval(pov, tu.tu_offset);
1269 elfcpp::Swap<64, false>::writeval(pov + 8, tu.type_offset);
1270 elfcpp::Swap<64, false>::writeval(pov + 16, tu.type_signature);
1280 // Translate negative indexes, which refer to a TU, to a
1281 // logical index into a concatenated CU/TU list.