Home
last modified time | relevance | path

Searched refs:base_got (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf64-x86-64.c4121 asection *base_got, *resolved_plt; in elf_x86_64_relocate_section() local
4262 base_got = htab->elf.sgot; in elf_x86_64_relocate_section()
4265 if (base_got == NULL) in elf_x86_64_relocate_section()
4281 base_got = htab->elf.sgotplt; in elf_x86_64_relocate_section()
4287 base_got = htab->elf.igotplt; in elf_x86_64_relocate_section()
4308 base_got->contents + off); in elf_x86_64_relocate_section()
4316 relocation = (base_got->output_section->vma in elf_x86_64_relocate_section()
4317 + base_got->output_offset + off); in elf_x86_64_relocate_section()
4483 base_got = htab->elf.sgot; in elf_x86_64_relocate_section()
4503 base_got = htab->elf.sgotplt; in elf_x86_64_relocate_section()
[all …]
Delfnn-aarch64.c4925 asection *base_got; in elfNN_aarch64_final_link_relocate() local
5058 base_got = globals->root.sgot; in elfNN_aarch64_final_link_relocate()
5061 if (base_got == NULL) in elfNN_aarch64_final_link_relocate()
5077 base_got = globals->root.sgotplt; in elfNN_aarch64_final_link_relocate()
5083 base_got = globals->root.igotplt; in elfNN_aarch64_final_link_relocate()
5104 base_got->contents + off); in elfNN_aarch64_final_link_relocate()
5109 value = (base_got->output_section->vma in elfNN_aarch64_final_link_relocate()
5110 + base_got->output_offset + off); in elfNN_aarch64_final_link_relocate()
5381 base_got = globals->root.sgot; in elfNN_aarch64_final_link_relocate()
5382 bfd_vma got_entry_addr = (base_got->output_section->vma in elfNN_aarch64_final_link_relocate()
[all …]
Delf64-s390.c2349 asection *base_got = htab->elf.sgot; in elf_s390_relocate_section() local
2500 if (base_got == NULL) in elf_s390_relocate_section()
2517 base_got = htab->elf.igotplt; in elf_s390_relocate_section()
2552 base_got->contents + off); in elf_s390_relocate_section()
2634 relocation = base_got->output_offset + off; in elf_s390_relocate_section()
2642 relocation += base_got->output_section->vma; in elf_s390_relocate_section()
Delf32-s390.c2395 asection *base_got = htab->elf.sgot; in elf_s390_relocate_section() local
2540 if (base_got == NULL) in elf_s390_relocate_section()
2557 base_got = htab->elf.igotplt; in elf_s390_relocate_section()
2593 base_got->contents + off); in elf_s390_relocate_section()
2674 relocation = base_got->output_offset + off; in elf_s390_relocate_section()
2682 relocation += base_got->output_section->vma; in elf_s390_relocate_section()
Delf32-i386.c3904 asection *plt, *gotplt, *base_got; in elf_i386_relocate_section() local
3937 base_got = htab->elf.sgot; in elf_i386_relocate_section()
3940 if (base_got == NULL) in elf_i386_relocate_section()
3956 base_got = htab->elf.sgotplt; in elf_i386_relocate_section()
3962 base_got = htab->elf.igotplt; in elf_i386_relocate_section()
3983 base_got->contents + off); in elf_i386_relocate_section()
3991 relocation = (base_got->output_section->vma in elf_i386_relocate_section()
3992 + base_got->output_offset + off in elf_i386_relocate_section()