Home | History | Annotate | Download | only in gold

Lines Matching refs:got_offset

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