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

/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-cris.c1427 bfd_vma got_base;
1465 got_base = sgotplt->output_section->vma + sgotplt->output_offset;
1474 bfd_put_32 (output_bfd, got_base + got_offset,
1420 bfd_vma got_base; local
H A Dsunos.c674 bfd_vma got_base;
738 ret->got_base = 0;
1387 sunos_hash_table (info)->got_base = h->root.root.u.def.value;
2663 - sunos_hash_table (info)->got_base);
673 bfd_vma got_base; member in struct:sunos_link_hash_table
H A Delf32-sparc.c2139 bfd_vma got_base;
2153 got_base = 0;
2155 got_base = elf_hash_table (info)->hgot->root.u.def.value;
2300 relocation = htab->sgot->output_offset + off - got_base;
2652 relocation = htab->sgot->output_offset + off - got_base;
2135 bfd_vma got_base; local
H A Delf64-sparc.c2011 bfd_vma got_base;
2027 got_base = 0;
2029 got_base = elf_hash_table (info)->hgot->root.u.def.value;
2406 relocation = sgot->output_offset + off - got_base;
2003 bfd_vma got_base; local
H A Delf32-xtensa.c1944 bfd_vma plt_base, got_base;
1954 got_base = sgotplt->output_section->vma + sgotplt->output_offset;
1970 bfd_put_16 (output_bfd, l32r_offset (got_base + 0,
1973 bfd_put_16 (output_bfd, l32r_offset (got_base + 4,
1976 bfd_put_16 (output_bfd, l32r_offset (got_base + lit_offset,
1938 bfd_vma plt_base, got_base; local

Completed in 249 milliseconds