Home
last modified time | relevance | path

Searched refs:g_o_t (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dpowerpc.cc2233 g_o_t() const in g_o_t() function in __anon0f0c9f3e0111::Output_data_got_powerpc
2244 return this->g_o_t(); in got_base_offset()
2301 sym->set_value(this->g_o_t()); in make_header()
2306 this, this->g_o_t(), 0, in make_header()
4447 Address g_o_t = invalid_address; in do_write() local
4483 if (g_o_t == invalid_address) in do_write()
4487 g_o_t = got->address() + got->g_o_t(); in do_write()
4489 got_addr = g_o_t; in do_write()
4671 Address g_o_t = got->address() + got->g_o_t(); in do_write() local
4697 Address got_bcl = g_o_t + 4 - (after_bcl_off + this->address()); in do_write()
[all …]
/toolchain/binutils/binutils-2.25/bfd/
Delf32-ppc.c2867 unsigned int g_o_t = dyn.d_un.d_val; in ppc_elf_get_synthetic_symtab() local
2871 g_o_t - got->vma + 4, 4)) in ppc_elf_get_synthetic_symtab()
6300 unsigned int g_o_t = 32768; in ppc_elf_size_dynamic_sections() local
6308 g_o_t = htab->got->size; in ppc_elf_size_dynamic_sections()
6310 g_o_t += 4; in ppc_elf_size_dynamic_sections()
6314 htab->elf.hgot->root.u.def.value = g_o_t; in ppc_elf_size_dynamic_sections()
Delf32-i386.c4124 bfd_vma g_o_t = htab->elf.sgotplt->output_section->vma in elf_i386_relocate_section() local
4127 + htab->elf.sgot->output_offset + off - g_o_t; in elf_i386_relocate_section()
4132 relocation += g_o_t; in elf_i386_relocate_section()