Searched refs:g_o_t (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc2483 g_o_t() const function in class:__anon572::Output_data_got_powerpc
2494 return this->g_o_t();
2551 sym->set_value(this->g_o_t());
2556 this, this->g_o_t(), 0,
4921 Address g_o_t = invalid_address; local
4957 if (g_o_t == invalid_address)
4961 g_o_t = got->address() + got->g_o_t();
4963 got_addr = g_o_t;
5153 Address g_o_t local
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-ppc.c4782 unsigned int g_o_t = 32768;
4790 g_o_t = htab->got->size;
4792 g_o_t += 4;
4796 htab->elf.hgot->root.u.def.value = g_o_t;
4770 unsigned int g_o_t = 32768; local
H A Delf32-i386.c3140 bfd_vma g_o_t = htab->sgotplt->output_section->vma
3143 + htab->sgot->output_offset + off - g_o_t;
3148 relocation += g_o_t;
3138 bfd_vma g_o_t = htab->sgotplt->output_section->vma local
/haiku-buildtools/binutils/bfd/
H A Delf32-ppc.c3015 unsigned int g_o_t = dyn.d_un.d_val;
3019 g_o_t - got->vma + 4, 4))
6545 unsigned int g_o_t = 32768;
6553 g_o_t = htab->elf.sgot->size;
6555 g_o_t += 4;
6559 htab->elf.hgot->root.u.def.value = g_o_t;
3010 unsigned int g_o_t = dyn.d_un.d_val; local
6532 unsigned int g_o_t = 32768; local
H A Delf32-i386.c4953 bfd_vma g_o_t = htab->elf.sgotplt->output_section->vma
4956 + htab->elf.sgot->output_offset + off - g_o_t;
4961 relocation += g_o_t;
4950 bfd_vma g_o_t = htab->elf.sgotplt->output_section->vma local

Completed in 216 milliseconds