Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gold/
Dpowerpc.cc2456 g_o_t() const in g_o_t() function in __anon34c063400111::Output_data_got_powerpc
2467 return this->g_o_t(); in got_base_offset()
2524 sym->set_value(this->g_o_t()); in make_header()
2529 this, this->g_o_t(), 0, in make_header()
4777 Address g_o_t = invalid_address; in do_write() local
4813 if (g_o_t == invalid_address) in do_write()
4817 g_o_t = got->address() + got->g_o_t(); in do_write()
4819 got_addr = g_o_t; in do_write()
5009 Address g_o_t = got->address() + got->g_o_t(); in do_write() local
5035 Address got_bcl = g_o_t + 4 - (after_bcl_off + this->address()); in do_write()
[all …]
/toolchain/binutils/binutils-2.27/bfd/
Delf32-ppc.c2976 unsigned int g_o_t = dyn.d_un.d_val; in ppc_elf_get_synthetic_symtab() local
2980 g_o_t - got->vma + 4, 4)) in ppc_elf_get_synthetic_symtab()
6471 unsigned int g_o_t = 32768; in ppc_elf_size_dynamic_sections() local
6479 g_o_t = htab->got->size; in ppc_elf_size_dynamic_sections()
6481 g_o_t += 4; in ppc_elf_size_dynamic_sections()
6485 htab->elf.hgot->root.u.def.value = g_o_t; in ppc_elf_size_dynamic_sections()
Delf32-i386.c4865 bfd_vma g_o_t = htab->elf.sgotplt->output_section->vma in elf_i386_relocate_section() local
4868 + htab->elf.sgot->output_offset + off - g_o_t; in elf_i386_relocate_section()
4873 relocation += g_o_t; in elf_i386_relocate_section()