Lines Matching refs:got_offset
1900 unsigned int got_offset; in got_mod_index_entry() local
1903 got_offset = got->add_constant(0); in got_mod_index_entry()
1908 got_offset, 0); in got_mod_index_entry()
1910 this->got_mod_index_offset_ = got_offset; in got_mod_index_entry()
3232 unsigned int got_offset = 0; in relocate() local
3247 got_offset = psymval->value(object, 0) - target->got_address(); in relocate()
3257 got_offset = gsym->got_offset(GOT_TYPE_STANDARD); in relocate()
3263 got_offset = object->local_got_offset(r_sym, GOT_TYPE_STANDARD); in relocate()
3367 Reloc::lo10(view, got_offset, addend); in relocate()
3387 Reloc::gdop_lox10(view, got_offset, addend); in relocate()
3392 Reloc::rela32_13(view, got_offset, addend); in relocate()
3398 Reloc::gdop_hix22(view, got_offset, addend); in relocate()
3403 Reloc::hi22(view, got_offset, addend); in relocate()
3676 value = gsym->got_offset(got_type); in relocate_tls()
3812 unsigned int got_offset; in relocate_tls() local
3814 got_offset = target->got_mod_index_entry(NULL, NULL, NULL); in relocate_tls()
3818 Reloc::hi22(view, got_offset, addend); in relocate_tls()
3821 Reloc::lo10(view, got_offset, addend); in relocate_tls()
3928 value = gsym->got_offset(GOT_TYPE_TLS_OFFSET); in relocate_tls()