Lines Matching refs:r_sym
1174 unsigned int r_sym, int32_t addend) in Key() argument
1184 gold_assert(relobj != NULL && r_sym != invalid_index); in Key()
1185 this->r_sym_ = r_sym; in Key()
1200 r_sym() const in r_sym() function in __anon20db65070111::Reloc_stub::Key
3019 unsigned int r_sym) in add_tlsdesc_info() argument
3021 this->tlsdesc_reloc_info_.push_back(Tlsdesc_info(object, r_sym)); in add_tlsdesc_info()
3372 : object(a_object), r_sym(a_r_sym) in Tlsdesc_info()
3378 unsigned int r_sym; member
3711 unsigned int r_sym, in scan_reloc_for_stub() argument
3760 The_reloc_stub_key key(stub_type, gsym, aarch64_relobj, r_sym, addend); in scan_reloc_for_stub()
3817 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in scan_reloc_section_for_stubs() local
3835 if (r_sym < local_count) in scan_reloc_section_for_stubs()
3838 psymval = object->local_symbol(r_sym); in scan_reloc_section_for_stubs()
3859 object->compute_final_local_value(r_sym, psymval, &symval, in scan_reloc_section_for_stubs()
3872 r_sym, section_name.c_str()); in scan_reloc_section_for_stubs()
3886 gsym = object->global_symbol(r_sym); in scan_reloc_section_for_stubs()
3958 this->scan_reloc_for_stub(relinfo, r_type, sym, r_sym, psymval, in scan_reloc_section_for_stubs()
4488 unsigned int r_sym) in address_for_local() argument
4493 + object->local_plt_offset(r_sym)); in address_for_local()
5392 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in maybe_apply_stub() local
5393 typename The_reloc_stub::Key stub_key(stub_type, gsym, object, r_sym, addend); in maybe_apply_stub()
5600 const Symbol_value<size>* psymval = ti.object->local_symbol(ti.r_sym); in do_reloc_addend()
5953 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in local() local
5958 target->make_local_ifunc_plt_entry(symtab, layout, object, r_sym); in local()
5977 rela_dyn->add_local_relative(object, r_sym, in local()
5999 is_new = got->add_local_plt(object, r_sym, GOT_TYPE_STANDARD); in local()
6001 is_new = got->add_local(object, r_sym, GOT_TYPE_STANDARD); in local()
6005 r_sym, in local()
6008 object->local_got_offset(r_sym, in local()
6048 got->add_local_with_rel(object, r_sym, GOT_TYPE_TLS_OFFSET, in local()
6052 else if (!object->local_has_got_offset(r_sym, in local()
6055 got->add_local(object, r_sym, GOT_TYPE_TLS_OFFSET); in local()
6057 object->local_got_offset(r_sym, GOT_TYPE_TLS_OFFSET); in local()
6061 object, r_sym); in local()
6078 got->add_local_pair_with_rel(object,r_sym, data_shndx, in local()
6142 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in local() local
6143 if (!object->local_has_got_offset(r_sym, GOT_TYPE_TLS_DESC)) in local()
6147 object->set_local_got_offset(r_sym, GOT_TYPE_TLS_DESC, in local()
6153 uintptr_t intarg = target->add_tlsdesc_info(object, r_sym); in local()
6851 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate() local
6852 if (object->local_has_plt_offset(r_sym)) in relocate()
6854 symval.set_output_value(target->plt_address_for_local(object, r_sym)); in relocate()
6892 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate() local
6893 gold_assert(object->local_has_got_offset(r_sym, GOT_TYPE_STANDARD)); in relocate()
6894 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
7165 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate_tls() local
7167 object->local_has_got_offset(r_sym, tls_got_offset_type)); in relocate_tls()
7169 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()
7298 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate_tls() local
7300 object->local_has_got_offset(r_sym, tls_got_offset_type)); in relocate_tls()
7302 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()
7402 unsigned int r_sym = elfcpp::elf_r_sym<size>(rela.get_r_info()); in relocate_tls() local
7404 object->local_has_got_offset(r_sym, tls_got_offset_type)); in relocate_tls()
7407 object->local_got_offset(r_sym, tls_got_offset_type); in relocate_tls()