Searched refs:base_got (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/bfd/
H A Delf64-x86-64.c4271 asection *base_got, *resolved_plt;
4413 base_got = htab->elf.sgot;
4416 if (base_got == NULL)
4432 base_got = htab->elf.sgotplt;
4438 base_got = htab->elf.igotplt;
4459 base_got->contents + off);
4467 relocation = (base_got->output_section->vma
4468 + base_got->output_offset + off);
4636 base_got = htab->elf.sgot;
4656 base_got
4269 asection *base_got, *resolved_plt; local
[all...]
H A Delfnn-aarch64.c4922 asection *base_got; local
5057 base_got = globals->root.sgot;
5060 if (base_got == NULL)
5076 base_got = globals->root.sgotplt;
5082 base_got = globals->root.igotplt;
5103 base_got->contents + off);
5108 value = (base_got->output_section->vma
5109 + base_got->output_offset + off);
5384 base_got = globals->root.sgot;
5385 bfd_vma got_entry_addr = (base_got
[all...]
H A Delf32-i386.c3988 asection *plt, *gotplt, *base_got;
4021 base_got = htab->elf.sgot;
4024 if (base_got == NULL)
4040 base_got = htab->elf.sgotplt;
4046 base_got = htab->elf.igotplt;
4067 base_got->contents + off);
4075 relocation = (base_got->output_section->vma
4076 + base_got->output_offset + off
3985 asection *plt, *gotplt, *base_got; local
H A Delf32-s390.c2359 asection *base_got = htab->elf.sgot; local
2504 if (base_got == NULL)
2521 base_got = htab->elf.igotplt;
2557 base_got->contents + off);
2638 relocation = base_got->output_offset + off;
2646 relocation += base_got->output_section->vma;
H A Delf64-s390.c2305 asection *base_got = htab->elf.sgot; local
2456 if (base_got == NULL)
2473 base_got = htab->elf.igotplt;
2508 base_got->contents + off);
2590 relocation = base_got->output_offset + off;
2598 relocation += base_got->output_section->vma;
/haiku-buildtools/legacy/binutils/bfd/
H A Delf64-x86-64.c2144 asection *base_got;
2159 base_got = htab->sgot;
2179 base_got = htab->sgotplt;
2206 base_got->contents + off);
2230 base_got->contents + off);
2244 outrel.r_offset = (base_got->output_section->vma
2245 + base_got->output_offset
2261 relocation = base_got->output_section->vma
2262 + base_got->output_offset + off;
2142 asection *base_got; local

Completed in 277 milliseconds