/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-sh64.c | 1436 bfd_vma *local_got_offsets; in sh_elf64_relocate_section() local 1446 local_got_offsets = elf_local_got_offsets (input_bfd); in sh_elf64_relocate_section() 1885 BFD_ASSERT (local_got_offsets != NULL in sh_elf64_relocate_section() 1886 && (local_got_offsets[symtab_hdr->sh_info in sh_elf64_relocate_section() 1890 off = local_got_offsets[symtab_hdr->sh_info in sh_elf64_relocate_section() 1895 BFD_ASSERT (local_got_offsets != NULL in sh_elf64_relocate_section() 1896 && local_got_offsets[r_symndx] != (bfd_vma) -1); in sh_elf64_relocate_section() 1898 off = local_got_offsets[r_symndx]; in sh_elf64_relocate_section() 1930 local_got_offsets[symtab_hdr->sh_info + r_symndx] |= 1; in sh_elf64_relocate_section() 1932 local_got_offsets[r_symndx] |= 1; in sh_elf64_relocate_section() [all …]
|
D | elf32-cris.c | 976 bfd_vma *local_got_offsets; in cris_elf_relocate_section() local 989 local_got_offsets = elf_local_got_offsets (input_bfd); in cris_elf_relocate_section() 1251 BFD_ASSERT (local_got_offsets != NULL in cris_elf_relocate_section() 1252 && local_got_offsets[r_symndx] != (bfd_vma) -1); in cris_elf_relocate_section() 1254 off = local_got_offsets[r_symndx]; in cris_elf_relocate_section() 1285 local_got_offsets[r_symndx] |= 1; in cris_elf_relocate_section() 1678 off = local_got_offsets[r_symndx]; in cris_elf_relocate_section() 1679 if (local_got_offsets[LGOT_TPREL_NDX (r_symndx)]) in cris_elf_relocate_section() 1694 local_got_offsets[r_symndx] |= 2; in cris_elf_relocate_section() 1716 off = local_got_offsets[r_symndx]; in cris_elf_relocate_section() [all …]
|
D | elf32-s390.c | 2320 bfd_vma *local_got_offsets; in elf_s390_relocate_section() local 2329 local_got_offsets = elf_local_got_offsets (input_bfd); in elf_s390_relocate_section() 2400 local_got_offsets[r_symndx]); in elf_s390_relocate_section() 2401 relocation = (local_got_offsets[r_symndx] + in elf_s390_relocate_section() 2581 if (local_got_offsets == NULL) in elf_s390_relocate_section() 2584 off = local_got_offsets[r_symndx]; in elf_s390_relocate_section() 2616 local_got_offsets[r_symndx] |= 1; in elf_s390_relocate_section() 2935 if (h == NULL && local_got_offsets) in elf_s390_relocate_section() 2963 if (local_got_offsets == NULL) in elf_s390_relocate_section() 2966 off = local_got_offsets[r_symndx]; in elf_s390_relocate_section() [all …]
|
D | elf64-s390.c | 2272 bfd_vma *local_got_offsets; in elf_s390_relocate_section() local 2284 local_got_offsets = elf_local_got_offsets (input_bfd); in elf_s390_relocate_section() 2359 local_got_offsets[r_symndx]); in elf_s390_relocate_section() 2360 relocation = (local_got_offsets[r_symndx] + in elf_s390_relocate_section() 2542 if (local_got_offsets == NULL) in elf_s390_relocate_section() 2545 off = local_got_offsets[r_symndx]; in elf_s390_relocate_section() 2577 local_got_offsets[r_symndx] |= 1; in elf_s390_relocate_section() 2905 if (h == NULL && local_got_offsets) in elf_s390_relocate_section() 2933 if (local_got_offsets == NULL) in elf_s390_relocate_section() 2936 off = local_got_offsets[r_symndx]; in elf_s390_relocate_section() [all …]
|
D | elf32-cr16.c | 694 bfd_vma * local_got_offsets; in cr16_elf_check_relocs() local 712 local_got_offsets = elf_local_got_offsets (abfd); in cr16_elf_check_relocs() 802 if (local_got_offsets == NULL) in cr16_elf_check_relocs() 808 local_got_offsets = (bfd_vma *) bfd_alloc (abfd, size); in cr16_elf_check_relocs() 810 if (local_got_offsets == NULL) in cr16_elf_check_relocs() 813 elf_local_got_offsets (abfd) = local_got_offsets; in cr16_elf_check_relocs() 816 local_got_offsets[i] = (bfd_vma) -1; in cr16_elf_check_relocs() 819 if (local_got_offsets[r_symndx] != (bfd_vma) -1) in cr16_elf_check_relocs() 823 local_got_offsets[r_symndx] = sgot->size; in cr16_elf_check_relocs()
|
D | elf32-or1k.c | 807 bfd_vma *local_got_offsets; in or1k_elf_relocate_section() local 814 local_got_offsets = elf_local_got_offsets (input_bfd); in or1k_elf_relocate_section() 943 BFD_ASSERT (local_got_offsets != NULL in or1k_elf_relocate_section() 944 && local_got_offsets[r_symndx] != (bfd_vma) -1); in or1k_elf_relocate_section() 947 off = local_got_offsets[r_symndx]; in or1k_elf_relocate_section() 979 local_got_offsets[r_symndx] |= 1; in or1k_elf_relocate_section() 1120 gotoff = local_got_offsets[r_symndx]; in or1k_elf_relocate_section() 1121 local_got_offsets[r_symndx] |= 3; in or1k_elf_relocate_section()
|
D | elf32-tilepro.c | 2823 bfd_vma *local_got_offsets; in tilepro_elf_relocate_section() local 2834 local_got_offsets = elf_local_got_offsets (input_bfd); in tilepro_elf_relocate_section() 2943 if (h == NULL && local_got_offsets) in tilepro_elf_relocate_section() 3096 BFD_ASSERT (local_got_offsets != NULL in tilepro_elf_relocate_section() 3097 && local_got_offsets[r_symndx] != (bfd_vma) -1); in tilepro_elf_relocate_section() 3099 off = local_got_offsets[r_symndx]; in tilepro_elf_relocate_section() 3129 local_got_offsets[r_symndx] |= 1; in tilepro_elf_relocate_section() 3397 if (h == NULL && local_got_offsets) in tilepro_elf_relocate_section() 3429 BFD_ASSERT (local_got_offsets != NULL); in tilepro_elf_relocate_section() 3430 off = local_got_offsets[r_symndx]; in tilepro_elf_relocate_section() [all …]
|
D | elfxx-tilegx.c | 3122 bfd_vma *local_got_offsets; in tilegx_elf_relocate_section() local 3133 local_got_offsets = elf_local_got_offsets (input_bfd); in tilegx_elf_relocate_section() 3242 if (h == NULL && local_got_offsets) in tilegx_elf_relocate_section() 3472 BFD_ASSERT (local_got_offsets != NULL in tilegx_elf_relocate_section() 3473 && local_got_offsets[r_symndx] != (bfd_vma) -1); in tilegx_elf_relocate_section() 3475 off = local_got_offsets[r_symndx]; in tilegx_elf_relocate_section() 3506 local_got_offsets[r_symndx] |= 1; in tilegx_elf_relocate_section() 3802 if (h == NULL && local_got_offsets) in tilegx_elf_relocate_section() 3835 BFD_ASSERT (local_got_offsets != NULL); in tilegx_elf_relocate_section() 3836 off = local_got_offsets[r_symndx]; in tilegx_elf_relocate_section() [all …]
|
D | elf32-sh.c | 3818 bfd_vma *local_got_offsets; in sh_elf_relocate_section() local 3841 local_got_offsets = elf_local_got_offsets (input_bfd); in sh_elf_relocate_section() 4566 BFD_ASSERT (local_got_offsets != NULL in sh_elf_relocate_section() 4567 && (local_got_offsets[symtab_hdr->sh_info in sh_elf_relocate_section() 4571 off = local_got_offsets[symtab_hdr->sh_info in sh_elf_relocate_section() 4577 BFD_ASSERT (local_got_offsets != NULL in sh_elf_relocate_section() 4578 && local_got_offsets[r_symndx] != (bfd_vma) -1); in sh_elf_relocate_section() 4580 off = local_got_offsets[r_symndx]; in sh_elf_relocate_section() 4636 local_got_offsets[symtab_hdr->sh_info + r_symndx] |= 1; in sh_elf_relocate_section() 4639 local_got_offsets[r_symndx] |= 1; in sh_elf_relocate_section() [all …]
|
D | sunos.c | 1496 if (adata (abfd).local_got_offsets == NULL) in sunos_scan_ext_relocs() 1500 adata (abfd).local_got_offsets = bfd_zalloc (abfd, amt); in sunos_scan_ext_relocs() 1501 if (adata (abfd).local_got_offsets == NULL) in sunos_scan_ext_relocs() 1505 if (adata (abfd).local_got_offsets[r_index] != 0) in sunos_scan_ext_relocs() 1508 adata (abfd).local_got_offsets[r_index] = sgot->size; in sunos_scan_ext_relocs() 2408 else if (adata (input_bfd).local_got_offsets == NULL) in sunos_check_dynamic_reloc() 2442 got_offsetp = adata (input_bfd).local_got_offsets + r_index; in sunos_check_dynamic_reloc()
|
D | elf32-lm32.c | 822 bfd_vma *local_got_offsets; in lm32_elf_relocate_section() local 829 local_got_offsets = elf_local_got_offsets (input_bfd); in lm32_elf_relocate_section() 992 BFD_ASSERT (local_got_offsets != NULL in lm32_elf_relocate_section() 993 && local_got_offsets[r_symndx] != (bfd_vma) -1); in lm32_elf_relocate_section() 996 off = local_got_offsets[r_symndx]; in lm32_elf_relocate_section() 1040 local_got_offsets[r_symndx] |= 1; in lm32_elf_relocate_section()
|
D | elfxx-sparc.c | 2938 bfd_vma *local_got_offsets; in _bfd_sparc_elf_relocate_section() local 2950 local_got_offsets = elf_local_got_offsets (input_bfd); in _bfd_sparc_elf_relocate_section() 3239 BFD_ASSERT (local_got_offsets != NULL in _bfd_sparc_elf_relocate_section() 3240 && local_got_offsets[r_symndx] != (bfd_vma) -1); in _bfd_sparc_elf_relocate_section() 3242 off = local_got_offsets[r_symndx]; in _bfd_sparc_elf_relocate_section() 3274 local_got_offsets[r_symndx] |= 1; in _bfd_sparc_elf_relocate_section() 3563 if (h == NULL && local_got_offsets) in _bfd_sparc_elf_relocate_section() 3613 BFD_ASSERT (local_got_offsets != NULL); in _bfd_sparc_elf_relocate_section() 3614 off = local_got_offsets[r_symndx]; in _bfd_sparc_elf_relocate_section() 3615 local_got_offsets[r_symndx] |= 1; in _bfd_sparc_elf_relocate_section() [all …]
|
D | elf32-metag.c | 1487 bfd_vma *local_got_offsets; in elf_metag_relocate_section() local 1500 local_got_offsets = elf_local_got_offsets (input_bfd); in elf_metag_relocate_section() 1729 if (local_got_offsets == NULL) in elf_metag_relocate_section() 1732 off = local_got_offsets[r_symndx]; in elf_metag_relocate_section() 1741 local_got_offsets[r_symndx] |= 1; in elf_metag_relocate_section() 1807 if (local_got_offsets == NULL) in elf_metag_relocate_section() 1810 off = local_got_offsets[r_symndx]; in elf_metag_relocate_section() 1909 local_got_offsets[r_symndx] |= 1; in elf_metag_relocate_section()
|
D | elf-m10300.c | 1048 bfd_vma * local_got_offsets; in mn10300_elf_check_relocs() local 1066 local_got_offsets = elf_local_got_offsets (abfd); in mn10300_elf_check_relocs() 1240 if (local_got_offsets == NULL) in mn10300_elf_check_relocs() 1246 local_got_offsets = bfd_alloc (abfd, size); in mn10300_elf_check_relocs() 1248 if (local_got_offsets == NULL) in mn10300_elf_check_relocs() 1251 elf_local_got_offsets (abfd) = local_got_offsets; in mn10300_elf_check_relocs() 1253 = (char *) (local_got_offsets + symtab_hdr->sh_info); in mn10300_elf_check_relocs() 1256 local_got_offsets[i] = (bfd_vma) -1; in mn10300_elf_check_relocs() 1259 if (local_got_offsets[r_symndx] != (bfd_vma) -1) in mn10300_elf_check_relocs() 1263 local_got_offsets[r_symndx] = sgot->size; in mn10300_elf_check_relocs()
|
D | elf32-m32r.c | 2403 bfd_vma *local_got_offsets; in m32r_elf_relocate_section() local 2411 local_got_offsets = elf_local_got_offsets (input_bfd); in m32r_elf_relocate_section() 2768 BFD_ASSERT (local_got_offsets != NULL in m32r_elf_relocate_section() 2769 && local_got_offsets[r_symndx] != (bfd_vma) -1); in m32r_elf_relocate_section() 2771 off = local_got_offsets[r_symndx]; in m32r_elf_relocate_section() 2804 local_got_offsets[r_symndx] |= 1; in m32r_elf_relocate_section()
|
D | elf32-nios2.c | 2742 bfd_vma *local_got_offsets; in nios2_elf32_relocate_section() local 2752 local_got_offsets = elf_local_got_offsets (input_bfd); in nios2_elf32_relocate_section() 3066 BFD_ASSERT (local_got_offsets != NULL in nios2_elf32_relocate_section() 3067 && local_got_offsets[r_symndx] != (bfd_vma) -1); in nios2_elf32_relocate_section() 3069 off = local_got_offsets[r_symndx]; in nios2_elf32_relocate_section() 3101 local_got_offsets[r_symndx] |= 1; in nios2_elf32_relocate_section() 3266 if (local_got_offsets == NULL) in nios2_elf32_relocate_section() 3268 off = local_got_offsets[r_symndx]; in nios2_elf32_relocate_section() 3384 local_got_offsets[r_symndx] |= 1; in nios2_elf32_relocate_section()
|
D | elf32-i386.c | 3151 bfd_vma *local_got_offsets; in elf_i386_relocate_section() local 3165 local_got_offsets = elf_local_got_offsets (input_bfd); in elf_i386_relocate_section() 3550 if (local_got_offsets == NULL) in elf_i386_relocate_section() 3553 off = local_got_offsets[r_symndx]; in elf_i386_relocate_section() 3581 local_got_offsets[r_symndx] |= 1; in elf_i386_relocate_section() 3789 if (h == NULL && local_got_offsets) in elf_i386_relocate_section() 3993 if (local_got_offsets == NULL) in elf_i386_relocate_section() 3996 off = local_got_offsets[r_symndx]; in elf_i386_relocate_section() 4110 local_got_offsets[r_symndx] |= 1; in elf_i386_relocate_section()
|
D | elf64-x86-64.c | 3385 bfd_vma *local_got_offsets; in elf_x86_64_relocate_section() local 3398 local_got_offsets = elf_local_got_offsets (input_bfd); in elf_x86_64_relocate_section() 3772 if (local_got_offsets == NULL) in elf_x86_64_relocate_section() 3775 off = local_got_offsets[r_symndx]; in elf_x86_64_relocate_section() 3806 local_got_offsets[r_symndx] |= 1; in elf_x86_64_relocate_section() 4169 if (h == NULL && local_got_offsets) in elf_x86_64_relocate_section() 4357 if (local_got_offsets == NULL) in elf_x86_64_relocate_section() 4360 off = local_got_offsets[r_symndx]; in elf_x86_64_relocate_section() 4440 local_got_offsets[r_symndx] |= 1; in elf_x86_64_relocate_section()
|
D | elf32-ppc.c | 6893 bfd_vma *local_got_offsets = elf_local_got_offsets (abfd); in ppc_elf_relax_section() local 6895 if (local_got_offsets != NULL) in ppc_elf_relax_section() 6898 (local_got_offsets + symtab_hdr->sh_info); in ppc_elf_relax_section() 6949 bfd_vma *local_got_offsets = elf_local_got_offsets (abfd); in ppc_elf_relax_section() local 6951 (local_got_offsets + symtab_hdr->sh_info); in ppc_elf_relax_section() 7566 bfd_vma *local_got_offsets; in ppc_elf_relocate_section() local 7586 local_got_offsets = elf_local_got_offsets (input_bfd); in ppc_elf_relocate_section() 7679 else if (local_got_offsets != NULL) in ppc_elf_relocate_section() 7684 = (struct plt_entry **) (local_got_offsets + symtab_hdr->sh_info); in ppc_elf_relocate_section() 7956 else if (local_got_offsets != NULL in ppc_elf_relocate_section() [all …]
|
D | elf32-tic6x.c | 2255 bfd_vma *local_got_offsets; in elf32_tic6x_relocate_section() local 2263 local_got_offsets = elf_local_got_offsets (input_bfd); in elf32_tic6x_relocate_section() 2586 if (local_got_offsets == NULL) in elf32_tic6x_relocate_section() 2589 off = local_got_offsets[r_symndx]; in elf32_tic6x_relocate_section() 2604 local_got_offsets[r_symndx] |= 1; in elf32_tic6x_relocate_section()
|
D | libaout.h | 422 bfd_vma *local_got_offsets; member
|
D | elf32-nds32.c | 4479 bfd_vma *local_got_offsets; in nds32_elf_relocate_section() local 4492 local_got_offsets = elf_local_got_offsets (input_bfd); in nds32_elf_relocate_section() 4826 BFD_ASSERT (local_got_offsets != NULL in nds32_elf_relocate_section() 4827 && local_got_offsets[r_symndx] != (bfd_vma) - 1); in nds32_elf_relocate_section() 4829 off = local_got_offsets[r_symndx]; in nds32_elf_relocate_section() 4860 local_got_offsets[r_symndx] |= 1; in nds32_elf_relocate_section() 5079 BFD_ASSERT (local_got_offsets != NULL in nds32_elf_relocate_section() 5080 && local_got_offsets[r_symndx] != (bfd_vma) - 1); in nds32_elf_relocate_section() 5082 off = local_got_offsets[r_symndx]; in nds32_elf_relocate_section() 5113 local_got_offsets[r_symndx] |= 1; in nds32_elf_relocate_section() [all …]
|
D | elf32-microblaze.c | 913 bfd_vma *local_got_offsets; in microblaze_elf_relocate_section() local 923 local_got_offsets = elf_local_got_offsets (input_bfd); in microblaze_elf_relocate_section() 1219 if (local_got_offsets == NULL) in microblaze_elf_relocate_section() 1221 offp = &local_got_offsets[r_symndx]; in microblaze_elf_relocate_section()
|
D | elf32-bfin.c | 1386 bfd_vma *local_got_offsets; in bfin_relocate_section() local 1395 local_got_offsets = elf_local_got_offsets (input_bfd); in bfin_relocate_section() 1538 BFD_ASSERT (local_got_offsets != NULL); in bfin_relocate_section() 1539 off = local_got_offsets[r_symndx]; in bfin_relocate_section() 1571 local_got_offsets[r_symndx] |= 1; in bfin_relocate_section()
|
D | elf32-arm.c | 8202 bfd_vma * local_got_offsets; in elf32_arm_final_link_relocate() local 8251 local_got_offsets = elf_local_got_offsets (input_bfd); in elf32_arm_final_link_relocate() 9432 BFD_ASSERT (local_got_offsets != NULL && in elf32_arm_final_link_relocate() 9433 local_got_offsets[r_symndx] != (bfd_vma) -1); in elf32_arm_final_link_relocate() 9435 off = local_got_offsets[r_symndx]; in elf32_arm_final_link_relocate() 9462 local_got_offsets[r_symndx] |= 1; in elf32_arm_final_link_relocate() 9559 BFD_ASSERT (local_got_offsets != NULL); in elf32_arm_final_link_relocate() 9560 off = local_got_offsets[r_symndx]; in elf32_arm_final_link_relocate() 9713 local_got_offsets[r_symndx] |= 1; in elf32_arm_final_link_relocate()
|