Home
last modified time | relevance | path

Searched refs:local_got_refcounts (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delf64-s390.c934 bfd_signed_vma *local_got_refcounts; local
943 local_got_refcounts = elf_local_got_refcounts (abfd);
1001 && local_got_refcounts == NULL)
1007 local_got_refcounts = ((bfd_signed_vma *)
1009 if (local_got_refcounts == NULL)
1011 elf_local_got_refcounts (abfd) = local_got_refcounts;
1013 = (char *) (local_got_refcounts + symtab_hdr->sh_info);
1084 local_got_refcounts[r_symndx] += 1;
1139 local_got_refcounts[r_symndx] += 1;
1390 bfd_signed_vma *local_got_refcounts; in elf_s390_gc_sweep_hook() local
[all …]
Delf32-s390.c979 bfd_signed_vma *local_got_refcounts; local
988 local_got_refcounts = elf_local_got_refcounts (abfd);
1043 && local_got_refcounts == NULL)
1049 local_got_refcounts = ((bfd_signed_vma *)
1051 if (local_got_refcounts == NULL)
1053 elf_local_got_refcounts (abfd) = local_got_refcounts;
1055 = (char *) (local_got_refcounts + symtab_hdr->sh_info);
1121 local_got_refcounts[r_symndx] += 1;
1175 local_got_refcounts[r_symndx] += 1;
1422 bfd_signed_vma *local_got_refcounts; in elf_s390_gc_sweep_hook() local
[all …]
Delf32-i386.c1044 bfd_signed_vma *local_got_refcounts; in elf_i386_check_relocs() local
1047 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_i386_check_relocs()
1048 if (local_got_refcounts == NULL) in elf_i386_check_relocs()
1055 local_got_refcounts = bfd_zalloc (abfd, size); in elf_i386_check_relocs()
1056 if (local_got_refcounts == NULL) in elf_i386_check_relocs()
1058 elf_local_got_refcounts (abfd) = local_got_refcounts; in elf_i386_check_relocs()
1060 = (bfd_vma *) (local_got_refcounts + symtab_hdr->sh_info); in elf_i386_check_relocs()
1062 = (char *) (local_got_refcounts + 2 * symtab_hdr->sh_info); in elf_i386_check_relocs()
1064 local_got_refcounts[r_symndx] += 1; in elf_i386_check_relocs()
1322 bfd_signed_vma *local_got_refcounts; in elf_i386_gc_sweep_hook() local
[all …]
Delf64-x86-64.c849 bfd_signed_vma *local_got_refcounts; in elf64_x86_64_check_relocs() local
852 local_got_refcounts = elf_local_got_refcounts (abfd); in elf64_x86_64_check_relocs()
853 if (local_got_refcounts == NULL) in elf64_x86_64_check_relocs()
860 local_got_refcounts = ((bfd_signed_vma *) in elf64_x86_64_check_relocs()
862 if (local_got_refcounts == NULL) in elf64_x86_64_check_relocs()
864 elf_local_got_refcounts (abfd) = local_got_refcounts; in elf64_x86_64_check_relocs()
866 = (bfd_vma *) (local_got_refcounts + symtab_hdr->sh_info); in elf64_x86_64_check_relocs()
868 = (char *) (local_got_refcounts + 2 * symtab_hdr->sh_info); in elf64_x86_64_check_relocs()
870 local_got_refcounts[r_symndx] += 1; in elf64_x86_64_check_relocs()
1178 bfd_signed_vma *local_got_refcounts; in elf64_x86_64_gc_sweep_hook() local
[all …]
Delfxx-sparc.c1208 bfd_signed_vma *local_got_refcounts; in _bfd_sparc_elf_check_relocs() local
1211 local_got_refcounts = elf_local_got_refcounts (abfd); in _bfd_sparc_elf_check_relocs()
1212 if (local_got_refcounts == NULL) in _bfd_sparc_elf_check_relocs()
1218 local_got_refcounts = ((bfd_signed_vma *) in _bfd_sparc_elf_check_relocs()
1220 if (local_got_refcounts == NULL) in _bfd_sparc_elf_check_relocs()
1222 elf_local_got_refcounts (abfd) = local_got_refcounts; in _bfd_sparc_elf_check_relocs()
1224 = (char *) (local_got_refcounts + symtab_hdr->sh_info); in _bfd_sparc_elf_check_relocs()
1226 local_got_refcounts[r_symndx] += 1; in _bfd_sparc_elf_check_relocs()
1559 bfd_signed_vma *local_got_refcounts; in _bfd_sparc_elf_gc_sweep_hook() local
1567 local_got_refcounts = elf_local_got_refcounts (abfd); in _bfd_sparc_elf_gc_sweep_hook()
[all …]
Delf32-ppc.c3005 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd); in update_local_sym_info() local
3008 if (local_got_refcounts == NULL) in update_local_sym_info()
3012 size *= sizeof (*local_got_refcounts) + sizeof (*local_got_tls_masks); in update_local_sym_info()
3013 local_got_refcounts = bfd_zalloc (abfd, size); in update_local_sym_info()
3014 if (local_got_refcounts == NULL) in update_local_sym_info()
3016 elf_local_got_refcounts (abfd) = local_got_refcounts; in update_local_sym_info()
3019 local_got_refcounts[r_symndx] += 1; in update_local_sym_info()
3020 local_got_tls_masks = (char *) (local_got_refcounts + symtab_hdr->sh_info); in update_local_sym_info()
3937 bfd_signed_vma *local_got_refcounts; in ppc_elf_gc_sweep_hook() local
3949 local_got_refcounts = elf_local_got_refcounts (abfd); in ppc_elf_gc_sweep_hook()
[all …]
Delf32-arm.c7407 bfd_signed_vma *local_got_refcounts; in elf32_arm_gc_sweep_hook() local
7417 local_got_refcounts = elf_local_got_refcounts (abfd); in elf32_arm_gc_sweep_hook()
7448 else if (local_got_refcounts != NULL) in elf32_arm_gc_sweep_hook()
7450 if (local_got_refcounts[r_symndx] > 0) in elf32_arm_gc_sweep_hook()
7451 local_got_refcounts[r_symndx] -= 1; in elf32_arm_gc_sweep_hook()
7620 bfd_signed_vma *local_got_refcounts; in elf32_arm_check_relocs() local
7623 local_got_refcounts = elf_local_got_refcounts (abfd); in elf32_arm_check_relocs()
7624 if (local_got_refcounts == NULL) in elf32_arm_check_relocs()
7630 local_got_refcounts = bfd_zalloc (abfd, size); in elf32_arm_check_relocs()
7631 if (local_got_refcounts == NULL) in elf32_arm_check_relocs()
[all …]
DChangeLog-00011073 section. Initialise local_got_refcounts to 0. Cache pointer to
1890 (elf_i386_check_relocs): Initialise local_got_refcounts to 0.
1902 (elf32_hppa_check_relocs): Initialise local_got_refcounts to 0.
3905 adjusting index into local_got_refcounts to document what we are
6609 local_got_refcounts. Set h->plabel for all global PLABELs. Use
8458 Check local_got_refcounts before dereferencing.
8462 (ppc_elf_gc_sweep_hook): Check local_got_refcounts before
Delfxx-mips.c9594 bfd_signed_vma *local_got_refcounts; in _bfd_mips_elf_gc_sweep_hook()
9601 local_got_refcounts = elf_local_got_refcounts (abfd); in _bfd_mips_elf_gc_sweep_hook()
DChangeLog-02034941 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
6137 Decrement local_got_refcounts entry for datalabel got relocs
6388 local_got_refcounts usage. Remove allocation of got slot.
6389 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.