Lines Matching refs:got_offset
2003 section_offset_type got_offset; in add_entry() local
2058 got_offset = (plt_index + reserved) * (size / 8); in add_entry()
2059 gold_assert(got_offset == got->current_data_size()); in add_entry()
2064 got->set_current_data_size(got_offset + size / 8); in add_entry()
2081 got_offset = (plt_index + reserved) * (size / 8); in add_entry()
2087 this->add_relocation(symtab, layout, gsym, got_offset); in add_entry()
2109 section_offset_type got_offset = this->got_irelative_->current_data_size(); in add_local_ifunc_entry() local
2113 this->got_irelative_->set_current_data_size(got_offset + size / 8); in add_local_ifunc_entry()
2119 this->got_irelative_, got_offset, 0); in add_local_ifunc_entry()
2131 unsigned int got_offset) in add_relocation() argument
2138 this->got_irelative_, got_offset, 0); in add_relocation()
2144 got_offset, 0); in add_relocation()
2375 unsigned int got_offset, in fill_plt_entry() argument
2392 ((gotplt_base + got_offset) - (plt_base + plt_offset + 8)) >> 16; in fill_plt_entry()
2403 reloc = (gotplt_base + got_offset) - (plt_base + plt_offset + 8); in fill_plt_entry()
2483 unsigned int got_offset = (size / 8) * TILEGX_GOTPLT_RESERVE_COUNT; in do_write() local
2490 got_offset += size / 8) in do_write()
2493 this->fill_plt_entry(pov, got_address, got_offset, in do_write()
2698 unsigned int got_offset = (got_index + TILEGX_GOT_RESERVE_COUNT) in reserve_local_got_entry() local
2708 this->got_, got_offset, 0, false); in reserve_local_got_entry()
2714 this->got_, got_offset, 0); in reserve_local_got_entry()
2721 this->got_, got_offset, 0); in reserve_local_got_entry()
2739 unsigned int got_offset = (got_index + TILEGX_GOT_RESERVE_COUNT) in reserve_global_got_entry() local
2754 this->got_, got_offset, 0); in reserve_global_got_entry()
2757 this->got_, got_offset, 0, false); in reserve_global_got_entry()
2764 this->got_, got_offset, 0, false); in reserve_global_got_entry()
2771 this->got_, got_offset, 0, false); in reserve_global_got_entry()
2775 this->got_, got_offset + size / 8, in reserve_global_got_entry()
2800 unsigned int got_offset = (plt_index + 2) * (size / 8); in register_global_plt_entry() local
2801 this->plt_->add_relocation(symtab, layout, gsym, got_offset); in register_global_plt_entry()
2832 unsigned int got_offset = got->add_constant(0); in got_mod_index_entry() local
2836 got_offset, 0); in got_mod_index_entry()
2838 this->got_mod_index_offset_ = got_offset; in got_mod_index_entry()
3371 unsigned int got_offset in local() local
3377 got, got_offset, 0, is_ifunc); in local()
3918 unsigned int got_off = gsym->got_offset(GOT_TYPE_STANDARD); in global()
4365 int got_offset = 0; in relocate() local
4382 got_offset = gsym->got_offset(got_type) - got_base; in relocate()
4388 got_offset = in relocate()
4413 symval.set_output_value(got_offset); in relocate()
4611 got_offset = gsym->got_offset(got_type) - got_base; in relocate()
4616 got_offset = in relocate()
4627 symval.set_output_value(got_offset); in relocate()