Lines Matching refs:r_sym
897 : object(_object), shndx(_shndx), r_type(_r_type), r_sym(_r_sym), in got16_addend()
904 unsigned int r_sym; member
1380 r_sym() const in r_sym() function in __anona7e08b770111::Mips16_stub_section
1396 new_local_reloc_found(unsigned int r_type, unsigned int r_sym) in new_local_reloc_found() argument
1405 this->r_sym_ = r_sym; in new_local_reloc_found()
1410 this->r_sym_ = r_sym; in new_local_reloc_found()
1525 local_symbol_is_mips16(unsigned int r_sym) const in local_symbol_is_mips16()
1527 gold_assert(r_sym < this->local_symbol_is_mips16_.size()); in local_symbol_is_mips16()
1528 return this->local_symbol_is_mips16_[r_sym]; in local_symbol_is_mips16()
1534 local_symbol_is_micromips(unsigned int r_sym) const in local_symbol_is_micromips()
1536 gold_assert(r_sym < this->local_symbol_is_micromips_.size()); in local_symbol_is_micromips()
1537 return this->local_symbol_is_micromips_[r_sym]; in local_symbol_is_micromips()
1560 get_local_mips16_fn_stub(unsigned int r_sym) const in get_local_mips16_fn_stub()
1563 this->local_mips16_fn_stubs_.find(r_sym); in get_local_mips16_fn_stub()
1575 unsigned int r_sym = stub->r_sym(); in add_local_mips16_fn_stub() local
1578 r_sym, stub)); in add_local_mips16_fn_stub()
1584 get_local_mips16_call_stub(unsigned int r_sym) const in get_local_mips16_call_stub()
1587 this->local_mips16_call_stubs_.find(r_sym); in get_local_mips16_call_stub()
1599 unsigned int r_sym = stub->r_sym(); in add_local_mips16_call_stub() local
1602 r_sym, stub)); in add_local_mips16_call_stub()
3767 r_type(_r_type), r_sym(_r_sym), extract_addend(_extract_addend), in reloc_high()
3776 unsigned int r_sym; member
4270 unsigned int r_sym, bool extract_addend) in relhi16() argument
4274 addend, r_type, r_sym, extract_addend, address, in relhi16()
4336 bool extract_addend, unsigned int r_type, unsigned int r_sym) in relgot16_local() argument
4340 addend_a, r_type, r_sym, extract_addend)); in relgot16_local()
4382 unsigned int r_type, unsigned int r_sym) in rello16() argument
4397 if (hi16.r_sym == r_sym in rello16()
4417 if (got16.r_sym == r_sym in rello16()
5953 if (!this->has_local_non_16bit_call_relocs(stub_section->r_sym())) in discard_mips16_stub_sections()
5965 if (!this->has_local_16bit_call_relocs(stub_section->r_sym())) in discard_mips16_stub_sections()
8464 const unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in relocate_special_relocatable() local
8469 gold_assert(r_sym < local_count); in relocate_special_relocatable()
8476 unsigned int shndx = object->local_symbol_input_shndx(r_sym, &is_ordinary); in relocate_special_relocatable()
8523 const Symbol_value<size>* psymval = object->local_symbol(r_sym); in relocate_special_relocatable()
8607 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in local() local
8614 ->new_local_reloc_found(r_type, r_sym); in local()
8627 mips_obj->add_local_non_16bit_call(r_sym); in local()
8631 mips_obj->add_local_16bit_call(r_sym); in local()
8685 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in local() local
8686 got->record_local_got_symbol(mips_obj, r_sym, r_addend, r_type, -1U); in local()
8721 object, data_shndx, r_type, r_sym, addend)); in local()
8723 target->got_section()->record_got_page_entry(mips_obj, r_sym, addend); in local()
8734 object, data_shndx, r_type, r_sym, 0)); in local()
8775 if (_got16_addend.r_sym != r_sym in local()
8798 target->got_section()->record_got_page_entry(mips_obj, r_sym, in local()
8820 unsigned int r_sym = elfcpp::elf_r_sym<32>(r_info); in local() local
8821 rel_dyn->add_symbolless_local_addend(object, r_sym, in local()
8839 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in local() local
8857 shndx = object->adjust_sym_shndx(r_sym, shndx, &is_ordinary); in local()
8861 r_sym, shndx); in local()
8864 got->record_local_got_symbol(mips_obj, r_sym, r_addend, r_type, in local()
8899 got->record_local_got_symbol(mips_obj, r_sym, r_addend, r_type, in local()
8933 if (r_sym == 0) in local()
9047 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in global() local
9313 got->record_got_page_entry(mips_obj, r_sym, addend); in global()
9433 if (r_sym == 0) in global()
9600 unsigned int r_sym = elfcpp::elf_r_sym<size>(r_info); in relocate() local
9612 target_is_16_bit_code = object->local_symbol_is_mips16(r_sym); in relocate()
9613 target_is_micromips_code = object->local_symbol_is_micromips(r_sym); in relocate()
9710 && object->get_local_mips16_fn_stub(r_sym) != NULL)) in relocate()
9718 value = object->get_local_mips16_fn_stub(r_sym)->output_address(); in relocate()
9746 && object->get_local_mips16_call_stub(r_sym) != NULL)) in relocate()
9752 call_stub = object->get_local_mips16_call_stub(r_sym); in relocate()
9915 address, gp_disp, r_type, r_sym, in relocate()
9925 gp_disp, r_type, r_sym); in relocate()
9979 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD, in relocate()
9994 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD, in relocate()
10007 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_STANDARD, in relocate()
10040 r_type, r_sym); in relocate()
10051 got_offset = target->got_section()->got_offset(r_sym, GOT_TYPE_TLS_PAIR, in relocate()
10065 got_offset = target->got_section()->got_offset(r_sym, in relocate()