Lines Matching refs:u_
580 { this->u_.global.symbol = gsym; } in Static_reloc()
586 this->u_.local.relobj = relobj; in Static_reloc()
587 this->u_.local.index = index; in Static_reloc()
610 return this->u_.global.symbol; in symbol()
618 return this->u_.local.relobj; in relobj()
626 return this->u_.local.index; in index()
651 } u_; member in __anon15af62880111::Output_data_got_aarch64::Static_reloc
1180 this->u_.symbol = symbol; in Key()
1186 this->u_.relobj = relobj; in Key()
1206 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; } in symbol()
1211 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; } in relobj()
1220 ? (this->u_.relobj == k.u_.relobj) in eq()
1221 : (this->u_.symbol == k.u_.symbol)) in eq()
1231 ? this->u_.relobj->name().c_str() in hash_value()
1232 : this->u_.symbol->name()); in hash_value()
1272 } u_; member in __anon15af62880111::Reloc_stub::Key