Lines Matching refs:got_offset
1915 add_static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym) in add_static_reloc() argument
1916 { this->static_relocs_.push_back(Static_reloc(got_offset, r_type, gsym)); } in add_static_reloc()
1922 add_static_reloc(unsigned int got_offset, unsigned int r_type, in add_static_reloc() argument
1926 this->static_relocs_.push_back(Static_reloc(got_offset, r_type, relobj, in add_static_reloc()
1955 Static_reloc(unsigned int got_offset, unsigned int r_type, Symbol* gsym) in Static_reloc() argument
1956 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(true) in Static_reloc()
1959 Static_reloc(unsigned int got_offset, unsigned int r_type, in Static_reloc() argument
1961 : got_offset_(got_offset), r_type_(r_type), symbol_is_global_(false) in Static_reloc()
1969 got_offset() const in got_offset() function in __anon5653a9be0111::Arm_output_data_got::Static_reloc
3450 typename elfcpp::Swap<32, big_endian>::Valtype got_offset) in got_brel() argument
3452 Base::rel32(view, got_offset); in got_brel()
7217 unsigned int got_offset = this->add_constant(1); in add_tls_gd32_with_static_reloc() local
7218 gsym->set_got_offset(got_type, got_offset); in add_tls_gd32_with_static_reloc()
7219 got_offset = this->add_constant(0); in add_tls_gd32_with_static_reloc()
7220 this->static_relocs_.push_back(Static_reloc(got_offset, in add_tls_gd32_with_static_reloc()
7239 unsigned int got_offset = this->add_constant(1); in add_tls_gd32_with_static_reloc() local
7240 object->set_local_got_offset(index, got_type, got_offset); in add_tls_gd32_with_static_reloc()
7241 got_offset = this->add_constant(0); in add_tls_gd32_with_static_reloc()
7242 this->static_relocs_.push_back(Static_reloc(got_offset, in add_tls_gd32_with_static_reloc()
7331 unsigned got_offset = reloc.got_offset(); in do_write() local
7332 gold_assert(got_offset < oview_size); in do_write()
7335 Valtype* wv = reinterpret_cast<Valtype*>(oview + got_offset); in do_write()
7416 Symbol* gsym, unsigned int got_offset);
7468 unsigned int got_offset, in fill_plt_entry() argument
7470 { do_fill_plt_entry(pov, got_address, plt_address, got_offset, plt_offset); } in fill_plt_entry()
7487 unsigned int got_offset,
7618 section_offset_type got_offset = got->current_data_size(); in add_entry() local
7623 got->set_current_data_size(got_offset + 4); in add_entry()
7626 this->add_relocation(symtab, layout, gsym, got_offset); in add_entry()
7651 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() local
7655 this->got_irelative_->set_current_data_size(got_offset + 4); in add_local_ifunc_entry()
7662 this->got_irelative_, got_offset); in add_local_ifunc_entry()
7672 Symbol_table* symtab, Layout* layout, Symbol* gsym, unsigned int got_offset) in add_relocation() argument
7679 this->got_irelative_, got_offset); in add_relocation()
7685 got_offset); in add_relocation()
7794 unsigned int got_offset,
7854 unsigned int got_offset, in do_fill_plt_entry() argument
7857 int32_t offset = ((got_address + got_offset) in do_fill_plt_entry()
7905 unsigned int got_offset = 12; in do_write() local
7914 got_offset += 4) in do_write()
7918 got_offset, plt_offset); in do_write()
8107 unsigned int got_offset; in got_mod_index_entry() local
8110 got_offset = got->add_constant(0); in got_mod_index_entry()
8113 got_offset); in got_mod_index_entry()
8119 got_offset = got->add_constant(1); in got_mod_index_entry()
8123 this->got_mod_index_offset_ = got_offset; in got_mod_index_entry()
8627 unsigned int got_offset = in local() local
8629 got->add_static_reloc(got_offset, in local()
9010 gsym->got_offset(GOT_TYPE_STANDARD)); in global()
9091 unsigned int got_offset = in global() local
9092 gsym->got_offset(GOT_TYPE_TLS_OFFSET); in global()
9093 got->add_static_reloc(got_offset, in global()
9422 unsigned int got_offset = 0; in relocate() local
9442 got_offset = (gsym->got_offset(GOT_TYPE_STANDARD) in relocate()
9450 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
9721 reloc_status = Arm_relocate_functions::got_brel(view, got_offset); in relocate()
9732 got_origin + got_offset, in relocate()
9940 unsigned int got_offset; in relocate_tls() local
9944 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
9950 got_offset = (object->local_got_offset(r_sym, got_type) in relocate_tls()
9956 target->got_plt_section()->address() + got_offset; in relocate_tls()
9971 unsigned int got_offset; in relocate_tls() local
9972 got_offset = (target->got_mod_index_entry(NULL, NULL, NULL) in relocate_tls()
9975 target->got_plt_section()->address() + got_offset; in relocate_tls()
9994 unsigned int got_offset; in relocate_tls() local
9998 got_offset = gsym->got_offset(got_type); in relocate_tls()
10004 got_offset = object->local_got_offset(r_sym, got_type); in relocate_tls()
10008 got_offset -= target->got_size(); in relocate_tls()
10011 target->got_plt_section()->address() + got_offset; in relocate_tls()
12845 unsigned int got_offset,
12932 unsigned int got_offset, in do_fill_plt_entry() argument
12949 const int32_t got_displacement = (got_address + got_offset in do_fill_plt_entry()