Lines Matching refs:u_
519 this->u_.symbol = symbol; in Key()
525 this->u_.relobj = relobj; in Key()
548 { return this->r_sym_ == invalid_index ? this->u_.symbol : NULL; } in symbol()
553 { return this->r_sym_ != invalid_index ? this->u_.relobj : NULL; } in relobj()
562 ? (this->u_.relobj == k.u_.relobj) in eq()
563 : (this->u_.symbol == k.u_.symbol)) in eq()
575 ? this->u_.relobj->name().c_str() in hash_value()
576 : this->u_.symbol->name()) in hash_value()
615 } u_; member in __anon5653a9be0111::Reloc_stub::Key
1957 { this->u_.global.symbol = gsym; } in Static_reloc()
1963 this->u_.local.relobj = relobj; in Static_reloc()
1964 this->u_.local.index = index; in Static_reloc()
1987 return this->u_.global.symbol; in symbol()
1995 return this->u_.local.relobj; in relobj()
2003 return this->u_.local.index; in index()
2028 } u_; member in __anon5653a9be0111::Arm_output_data_got::Static_reloc
4504 const std::string sym_name = this->u_.symbol->name(); in name()
4522 this->u_.relobj, this->r_sym_, this->addend_); in name()
7376 u_.global = sized_symbol; in IRelative_data()
7383 u_.local.relobj = relobj; in IRelative_data()
7384 u_.local.index = index; in IRelative_data()
7396 } u_; member
7936 const Sized_symbol<32>* sized_symbol = idata.u_.global; in do_write()
7942 value = idata.u_.local.relobj->local_symbol_value( in do_write()
7943 idata.u_.local.index, 0); in do_write()