Home
last modified time | relevance | path

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

/trueos/contrib/binutils/bfd/
HDelf64-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 …]
HDelf32-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 …]
HDelf32-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 …]
HDelf64-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 …]
HDelfxx-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 …]
HDelf32-ppc.c2957 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd); in update_local_sym_info() local
2960 if (local_got_refcounts == NULL) in update_local_sym_info()
2964 size *= sizeof (*local_got_refcounts) + sizeof (*local_got_tls_masks); in update_local_sym_info()
2965 local_got_refcounts = bfd_zalloc (abfd, size); in update_local_sym_info()
2966 if (local_got_refcounts == NULL) in update_local_sym_info()
2968 elf_local_got_refcounts (abfd) = local_got_refcounts; in update_local_sym_info()
2971 local_got_refcounts[r_symndx] += 1; in update_local_sym_info()
2972 local_got_tls_masks = (char *) (local_got_refcounts + symtab_hdr->sh_info); in update_local_sym_info()
3856 bfd_signed_vma *local_got_refcounts; in ppc_elf_gc_sweep_hook() local
3868 local_got_refcounts = elf_local_got_refcounts (abfd); in ppc_elf_gc_sweep_hook()
[all …]
HDelf32-arm.c7393 bfd_signed_vma *local_got_refcounts; in elf32_arm_gc_sweep_hook() local
7403 local_got_refcounts = elf_local_got_refcounts (abfd); in elf32_arm_gc_sweep_hook()
7434 else if (local_got_refcounts != NULL) in elf32_arm_gc_sweep_hook()
7436 if (local_got_refcounts[r_symndx] > 0) in elf32_arm_gc_sweep_hook()
7437 local_got_refcounts[r_symndx] -= 1; in elf32_arm_gc_sweep_hook()
7606 bfd_signed_vma *local_got_refcounts; in elf32_arm_check_relocs() local
7609 local_got_refcounts = elf_local_got_refcounts (abfd); in elf32_arm_check_relocs()
7610 if (local_got_refcounts == NULL) in elf32_arm_check_relocs()
7616 local_got_refcounts = bfd_zalloc (abfd, size); in elf32_arm_check_relocs()
7617 if (local_got_refcounts == NULL) in elf32_arm_check_relocs()
[all …]
HDChangeLog-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
HDelfxx-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()
HDChangeLog-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.