Home
last modified time | relevance | path

Searched refs:local_got_offsets (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delf64-s390.c2237 bfd_vma *local_got_offsets; local
2244 local_got_offsets = elf_local_got_offsets (input_bfd);
2398 if (local_got_offsets == NULL)
2401 off = local_got_offsets[r_symndx];
2433 local_got_offsets[r_symndx] |= 1;
2682 if (h == NULL && local_got_offsets)
2710 if (local_got_offsets == NULL)
2713 off = local_got_offsets[r_symndx];
2770 local_got_offsets[r_symndx] |= 1;
2795 if (local_got_offsets == NULL)
[all …]
Delf32-s390.c2263 bfd_vma *local_got_offsets; local
2270 local_got_offsets = elf_local_got_offsets (input_bfd);
2422 if (local_got_offsets == NULL)
2425 off = local_got_offsets[r_symndx];
2457 local_got_offsets[r_symndx] |= 1;
2697 if (h == NULL && local_got_offsets)
2725 if (local_got_offsets == NULL)
2728 off = local_got_offsets[r_symndx];
2785 local_got_offsets[r_symndx] |= 1;
2810 if (local_got_offsets == NULL)
[all …]
Delfxx-sparc.c1080 bfd_vma *local_got_offsets; in _bfd_sparc_elf_check_relocs() local
1093 local_got_offsets = elf_local_got_offsets (abfd); in _bfd_sparc_elf_check_relocs()
2471 bfd_vma *local_got_offsets; in _bfd_sparc_elf_relocate_section() local
2482 local_got_offsets = elf_local_got_offsets (input_bfd); in _bfd_sparc_elf_relocate_section()
2620 BFD_ASSERT (local_got_offsets != NULL in _bfd_sparc_elf_relocate_section()
2621 && local_got_offsets[r_symndx] != (bfd_vma) -1); in _bfd_sparc_elf_relocate_section()
2623 off = local_got_offsets[r_symndx]; in _bfd_sparc_elf_relocate_section()
2655 local_got_offsets[r_symndx] |= 1; in _bfd_sparc_elf_relocate_section()
2942 if (h == NULL && local_got_offsets) in _bfd_sparc_elf_relocate_section()
2992 BFD_ASSERT (local_got_offsets != NULL); in _bfd_sparc_elf_relocate_section()
[all …]
Delf32-i386.c2212 bfd_vma *local_got_offsets; in elf_i386_relocate_section() local
2220 local_got_offsets = elf_local_got_offsets (input_bfd); in elf_i386_relocate_section()
2412 if (local_got_offsets == NULL) in elf_i386_relocate_section()
2415 off = local_got_offsets[r_symndx]; in elf_i386_relocate_section()
2446 local_got_offsets[r_symndx] |= 1; in elf_i386_relocate_section()
2623 if (h == NULL && local_got_offsets) in elf_i386_relocate_section()
2887 if (local_got_offsets == NULL) in elf_i386_relocate_section()
2890 off = local_got_offsets[r_symndx]; in elf_i386_relocate_section()
3010 local_got_offsets[r_symndx] |= 1; in elf_i386_relocate_section()
Delf64-x86-64.c2053 bfd_vma *local_got_offsets; in elf64_x86_64_relocate_section() local
2061 local_got_offsets = elf_local_got_offsets (input_bfd); in elf64_x86_64_relocate_section()
2205 if (local_got_offsets == NULL) in elf64_x86_64_relocate_section()
2208 off = local_got_offsets[r_symndx]; in elf64_x86_64_relocate_section()
2242 local_got_offsets[r_symndx] |= 1; in elf64_x86_64_relocate_section()
2505 if (h == NULL && local_got_offsets) in elf64_x86_64_relocate_section()
2690 if (local_got_offsets == NULL) in elf64_x86_64_relocate_section()
2693 off = local_got_offsets[r_symndx]; in elf64_x86_64_relocate_section()
2786 local_got_offsets[r_symndx] |= 1; in elf64_x86_64_relocate_section()
Dsunos.c1500 if (adata (abfd).local_got_offsets == NULL) in sunos_scan_ext_relocs()
1504 adata (abfd).local_got_offsets = bfd_zalloc (abfd, amt); in sunos_scan_ext_relocs()
1505 if (adata (abfd).local_got_offsets == NULL) in sunos_scan_ext_relocs()
1509 if (adata (abfd).local_got_offsets[r_index] != 0) in sunos_scan_ext_relocs()
1512 adata (abfd).local_got_offsets[r_index] = sgot->size; in sunos_scan_ext_relocs()
2415 else if (adata (input_bfd).local_got_offsets == NULL) in sunos_check_dynamic_reloc()
2449 got_offsetp = adata (input_bfd).local_got_offsets + r_index; in sunos_check_dynamic_reloc()
Delf32-arm.c4515 bfd_vma * local_got_offsets; in elf32_arm_final_link_relocate() local
4551 local_got_offsets = elf_local_got_offsets (input_bfd); in elf32_arm_final_link_relocate()
5478 BFD_ASSERT (local_got_offsets != NULL && in elf32_arm_final_link_relocate()
5479 local_got_offsets[r_symndx] != (bfd_vma) -1); in elf32_arm_final_link_relocate()
5481 off = local_got_offsets[r_symndx]; in elf32_arm_final_link_relocate()
5520 local_got_offsets[r_symndx] |= 1; in elf32_arm_final_link_relocate()
5616 if (local_got_offsets == NULL) in elf32_arm_final_link_relocate()
5618 off = local_got_offsets[r_symndx]; in elf32_arm_final_link_relocate()
5734 local_got_offsets[r_symndx] |= 1; in elf32_arm_final_link_relocate()
7536 bfd_vma *local_got_offsets; in elf32_arm_check_relocs() local
[all …]
Dlibaout.h421 bfd_vma *local_got_offsets; member
Delf32-ppc.c5793 bfd_vma *local_got_offsets; in ppc_elf_relocate_section() local
5812 local_got_offsets = elf_local_got_offsets (input_bfd); in ppc_elf_relocate_section()
5895 else if (local_got_offsets != NULL) in ppc_elf_relocate_section()
5898 lgot_masks = (char *) (local_got_offsets + symtab_hdr->sh_info); in ppc_elf_relocate_section()
6282 if (local_got_offsets == NULL) in ppc_elf_relocate_section()
6284 offp = &local_got_offsets[r_symndx]; in ppc_elf_relocate_section()
DChangeLog-98994365 (struct elf_obj_tdata): Likewise for local_got_offsets.
DChangeLog-94952273 (struct aoutdata): Add local_got_offsets field.
5788 (struct elf_obj_tdata): Add local_got_offsets field.