Lines Matching refs:got_offset
138 unsigned int got_offset);
142 reserve_tlsdesc_entry(unsigned int got_offset) in reserve_tlsdesc_entry() argument
143 { this->tlsdesc_got_offset_ = got_offset; } in reserve_tlsdesc_entry()
232 unsigned int got_offset, in fill_plt_entry() argument
237 got_offset, plt_offset, plt_index); in fill_plt_entry()
266 unsigned int got_offset,
374 unsigned int got_offset,
1251 section_offset_type got_offset; in add_entry() local
1282 got_offset = (plt_index - offset + reserved) * 8; in add_entry()
1283 gold_assert(got_offset == got->current_data_size()); in add_entry()
1288 got->set_current_data_size(got_offset + 8); in add_entry()
1305 got_offset = (plt_index - offset + reserved) * 8; in add_entry()
1311 this->add_relocation(symtab, layout, gsym, got_offset); in add_entry()
1332 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() local
1336 this->got_irelative_->set_current_data_size(got_offset + 8); in add_local_ifunc_entry()
1342 this->got_irelative_, got_offset, 0); in add_local_ifunc_entry()
1354 unsigned int got_offset) in add_relocation() argument
1361 this->got_irelative_, got_offset, 0); in add_relocation()
1367 got_offset, 0); in add_relocation()
1521 unsigned int got_offset, in do_fill_plt_entry() argument
1526 uint64_t plt_got_pcrel_offset = (got_address + got_offset in do_fill_plt_entry()
1673 unsigned int got_offset = 24; in do_write() local
1681 got_offset += 8) in do_write()
1686 got_offset, plt_offset, in do_write()
1900 unsigned int got_offset = got_index * 8; in reserve_local_got_entry() local
1909 this->got_, got_offset, 0, false); in reserve_local_got_entry()
1913 this->got_, got_offset, 0); in reserve_local_got_entry()
1918 this->got_, got_offset, 0); in reserve_local_got_entry()
1940 unsigned int got_offset = got_index * 8; in reserve_global_got_entry() local
1954 this->got_, got_offset, 0); in reserve_global_got_entry()
1957 this->got_, got_offset, 0, false); in reserve_global_got_entry()
1962 this->got_, got_offset, 0, false); in reserve_global_got_entry()
1967 this->got_, got_offset, 0, false); in reserve_global_got_entry()
1969 this->got_, got_offset + 8, 0, false); in reserve_global_got_entry()
1974 this->got_, got_offset, 0, false); in reserve_global_got_entry()
1997 unsigned int got_offset = (plt_index + 3) * 8; in register_global_plt_entry() local
1998 this->plt_->add_relocation(symtab, layout, gsym, got_offset); in register_global_plt_entry()
2057 unsigned int got_offset = got->add_constant(0); in reserve_tlsdesc_entries() local
2060 this->plt_->reserve_tlsdesc_entry(got_offset); in reserve_tlsdesc_entries()
2076 unsigned int got_offset = got->add_constant(0); in got_mod_index_entry() local
2078 got_offset, 0); in got_mod_index_entry()
2080 this->got_mod_index_offset_ = got_offset; in got_mod_index_entry()
2489 unsigned int got_offset = in local() local
2493 got, got_offset, 0, is_ifunc); in local()
2582 unsigned int got_offset = got->add_constant(0); in local() local
2585 got_offset); in local()
2593 got, got_offset, 0); in local()
2930 unsigned int got_off = gsym->got_offset(GOT_TYPE_STANDARD); in global()
3210 unsigned int got_offset = this->plt_->get_tlsdesc_got_offset(); in do_finalize_sections() local
3215 this->got_, got_offset); in do_finalize_sections()
3343 int got_offset = 0; in relocate() local
3354 got_offset = gsym->got_offset(GOT_TYPE_STANDARD) - target->got_size(); in relocate()
3360 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_STANDARD) in relocate()
3455 Relocate_functions<size, false>::rela32(view, got_offset, addend); in relocate()
3472 Relocate_functions<size, false>::rela64(view, got_offset, addend); in relocate()
3497 value = target->got_plt_section()->address() + got_offset; in relocate()
3506 value = target->got_plt_section()->address() + got_offset; in relocate()
3611 unsigned int got_offset; in relocate_tls() local
3615 got_offset = gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
3621 got_offset = (object->local_got_offset(r_sym, got_type) in relocate_tls()
3626 value = target->got_plt_section()->address() + got_offset; in relocate_tls()
3635 value = target->got_plt_section()->address() + got_offset; in relocate_tls()
3670 unsigned int got_offset = 0; in relocate_tls() local
3677 got_offset = (target->got_size() in relocate_tls()
3683 got_offset += gsym->got_offset(got_type) - target->got_size(); in relocate_tls()
3689 got_offset += (object->local_got_offset(r_sym, got_type) in relocate_tls()
3700 value = target->got_plt_section()->address() + got_offset; in relocate_tls()
3712 value = target->got_plt_section()->address() + got_offset; in relocate_tls()
3745 unsigned int got_offset; in relocate_tls() local
3746 got_offset = (target->got_mod_index_entry(NULL, NULL, NULL) in relocate_tls()
3748 value = target->got_plt_section()->address() + got_offset; in relocate_tls()
3821 unsigned int got_offset; in relocate_tls() local
3825 got_offset = (gsym->got_offset(GOT_TYPE_TLS_OFFSET) in relocate_tls()
3833 got_offset = (object->local_got_offset(r_sym, GOT_TYPE_TLS_OFFSET) in relocate_tls()
3836 value = target->got_plt_section()->address() + got_offset; in relocate_tls()
4639 unsigned int got_offset,
4838 unsigned int got_offset, in do_fill_plt_entry() argument
4844 (got_address + got_offset in do_fill_plt_entry()