Lines Matching refs:r_sym

1208           unsigned int r_sym, int32_t addend)  in Key()  argument
1218 gold_assert(relobj != NULL && r_sym != invalid_index); in Key()
1219 this->r_sym_ = r_sym; in Key()
1234 r_sym() const in r_sym() function in __anon104791220111::Reloc_stub::Key
3156 unsigned int r_sym) in add_tlsdesc_info() argument
3158 this->tlsdesc_reloc_info_.push_back(Tlsdesc_info(object, r_sym)); in add_tlsdesc_info()
3501 : object(a_object), r_sym(a_r_sym) in Tlsdesc_info()
3507 unsigned int r_sym; member
3848 unsigned int r_sym, in scan_reloc_for_stub() argument
3902 The_reloc_stub_key key(stub_type, gsym, aarch64_relobj, r_sym, addend); in scan_reloc_for_stub()
3959 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in scan_reloc_section_for_stubs() local
3978 if (r_sym < local_count) in scan_reloc_section_for_stubs()
3981 psymval = object->local_symbol(r_sym); in scan_reloc_section_for_stubs()
4004 object->compute_final_local_value(r_sym, psymval, &symval, in scan_reloc_section_for_stubs()
4017 r_sym, section_name.c_str()); in scan_reloc_section_for_stubs()
4030 gsym = object->global_symbol(r_sym); in scan_reloc_section_for_stubs()
4088 issue_discarded_error(relinfo, i, offset, r_sym, gsym); in scan_reloc_section_for_stubs()
4095 this->scan_reloc_for_stub(relinfo, r_type, sym, r_sym, psymval, in scan_reloc_section_for_stubs()
4625 unsigned int r_sym) in address_for_local() argument
4630 + object->local_plt_offset(r_sym)); in address_for_local()
5544 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in maybe_apply_stub() local
5545 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub()
5749 const Symbol_value<size>* psymval = ti.object->local_symbol(ti.r_sym); in do_reloc_addend()
6108 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in local() local
6113 target->make_local_ifunc_plt_entry(symtab, layout, object, r_sym); in local()
6135 rela_dyn->add_local_relative(object, r_sym, in local()
6160 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDARD); in local()
6162 is_new = got->add_local(object, r_sym, GOT_TYPE_STANDARD); in local()
6166 r_sym, in local()
6169 object->local_got_offset(r_sym, in local()
6228 got->add_local_with_rel(object, r_sym, GOT_TYPE_TLS_OFFSET, in local()
6232 else if (!object->local_has_got_offset(r_sym, in local()
6237 got->add_local(object, r_sym, GOT_TYPE_TLS_OFFSET); in local()
6239 object->local_got_offset(r_sym, GOT_TYPE_TLS_OFFSET); in local()
6243 object, r_sym); in local()
6262 got->add_local_pair_with_rel(object,r_sym, data_shndx, in local()
6334 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in local() local
6335 if (!object->local_has_got_offset(r_sym, GOT_TYPE_TLS_DESC)) in local()
6339 object->set_local_got_offset(r_sym, GOT_TYPE_TLS_DESC, in local()
6345 uintptr_t intarg = target->add_tlsdesc_info(object, r_sym); in local()
7089 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate() local
7090 if (object->local_has_plt_offset(r_sym)) in relocate()
7092 symval.set_output_value(target->plt_address_for_local(object, r_sym)); in relocate()
7130 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate() local
7131 gold_assert(object->local_has_got_offset(r_sym, GOT_TYPE_STANDARD)); in relocate()
7132 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
7441 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate_tls() local
7443 object->local_has_got_offset(r_sym, tls_got_offset_type)); in relocate_tls()
7445 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()
7574 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate_tls() local
7576 object->local_has_got_offset(r_sym, tls_got_offset_type)); in relocate_tls()
7578 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()
7686 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate_tls() local
7688 object->local_has_got_offset(r_sym, tls_got_offset_type)); in relocate_tls()
7691 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()