Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset

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