/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | elf-s390-common.c | 291 elf_local_got_refcounts (abfd) = ((bfd_signed_vma *) in elf_s390_allocate_local_syminfo() 293 if (elf_local_got_refcounts (abfd) == NULL) in elf_s390_allocate_local_syminfo() 296 = (struct plt_entry*)(elf_local_got_refcounts (abfd) in elf_s390_allocate_local_syminfo()
|
H A D | elfxx-x86.h | 965 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd); in elf_x86_allocate_local_got_info() 974 elf_local_got_refcounts (abfd) = local_got_refcounts; in elf_x86_allocate_local_got_info()
|
H A D | elf32-lm32.c | 1220 local_got_refcounts = elf_local_got_refcounts (abfd); in lm32_elf_check_relocs() 1230 elf_local_got_refcounts (abfd) = local_got_refcounts; in lm32_elf_check_relocs() 1977 local_got = elf_local_got_refcounts (ibfd); in lm32_elf_size_dynamic_sections()
|
H A D | elf32-or1k.c | 2095 local_got_refcounts = elf_local_got_refcounts (abfd); in or1k_elf_check_relocs() 2105 elf_local_got_refcounts (abfd) = local_got_refcounts; in or1k_elf_check_relocs() 3121 local_got = elf_local_got_refcounts (ibfd); in or1k_elf_size_dynamic_sections()
|
H A D | elf32-s390.c | 907 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 950 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 994 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 1848 local_got = elf_local_got_refcounts (ibfd); in elf_s390_size_dynamic_sections()
|
H A D | elf64-s390.c | 828 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 872 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 918 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 1801 local_got = elf_local_got_refcounts (ibfd); in elf_s390_size_dynamic_sections()
|
H A D | elf32-m32r.c | 2033 local_got = elf_local_got_refcounts (ibfd); in m32r_elf_size_dynamic_sections() 3428 local_got_refcounts = elf_local_got_refcounts (abfd); in m32r_elf_check_relocs() 3438 elf_local_got_refcounts (abfd) = local_got_refcounts; in m32r_elf_check_relocs()
|
H A D | elf32-tilepro.c | 1516 local_got_refcounts = elf_local_got_refcounts (abfd); in tilepro_elf_check_relocs() 1527 elf_local_got_refcounts (abfd) = local_got_refcounts; in tilepro_elf_check_relocs() 2255 local_got = elf_local_got_refcounts (ibfd); in tilepro_elf_size_dynamic_sections()
|
H A D | elf32-microblaze.c | 2353 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd); in update_local_sym_info() 2364 elf_local_got_refcounts (abfd) = local_got_refcounts; in update_local_sym_info() 3025 local_got = elf_local_got_refcounts (ibfd); in microblaze_elf_size_dynamic_sections()
|
H A D | elf32-cris.c | 2973 local_got_refcounts = elf_local_got_refcounts (abfd); in cris_elf_check_relocs() 3086 elf_local_got_refcounts (abfd) = local_got_refcounts; in cris_elf_check_relocs() 4011 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (ibfd); in elf_cris_got_elt_size()
|
H A D | elfnn-riscv.c | 698 if (elf_local_got_refcounts (abfd) == NULL) in riscv_elf_record_got_reference() 701 if (!(elf_local_got_refcounts (abfd) = bfd_zalloc (abfd, size))) in riscv_elf_record_got_reference() 704 = (char *) (elf_local_got_refcounts (abfd) + symtab_hdr->sh_info); in riscv_elf_record_got_reference() 706 elf_local_got_refcounts (abfd) [symndx] += 1; in riscv_elf_record_got_reference() 1547 local_got = elf_local_got_refcounts (ibfd); in riscv_elf_size_dynamic_sections()
|
H A D | elfnn-loongarch.c | 565 if (elf_local_got_refcounts (abfd) == NULL) in loongarch_elf_record_tls_and_got_reference() 569 if (!(elf_local_got_refcounts (abfd) = bfd_zalloc (abfd, size))) in loongarch_elf_record_tls_and_got_reference() 572 (char *) (elf_local_got_refcounts (abfd) + symtab_hdr->sh_info); in loongarch_elf_record_tls_and_got_reference() 592 elf_local_got_refcounts (abfd)[symndx]++; in loongarch_elf_record_tls_and_got_reference() 1807 local_got = elf_local_got_refcounts (ibfd); in loongarch_elf_size_dynamic_sections()
|
/netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
H A D | elf-s390-common.c | 291 elf_local_got_refcounts (abfd) = ((bfd_signed_vma *) in elf_s390_allocate_local_syminfo() 293 if (elf_local_got_refcounts (abfd) == NULL) in elf_s390_allocate_local_syminfo() 296 = (struct plt_entry*)(elf_local_got_refcounts (abfd) in elf_s390_allocate_local_syminfo()
|
H A D | elfxx-x86.h | 922 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd); in elf_x86_allocate_local_got_info() 931 elf_local_got_refcounts (abfd) = local_got_refcounts; in elf_x86_allocate_local_got_info()
|
H A D | elfnn-loongarch.c | 529 if (elf_local_got_refcounts (abfd) == NULL) in loongarch_elf_record_tls_and_got_reference() 533 if (!(elf_local_got_refcounts (abfd) = bfd_zalloc (abfd, size))) in loongarch_elf_record_tls_and_got_reference() 536 (char *) (elf_local_got_refcounts (abfd) + symtab_hdr->sh_info); in loongarch_elf_record_tls_and_got_reference() 555 elf_local_got_refcounts (abfd)[symndx]++; in loongarch_elf_record_tls_and_got_reference() 1355 local_got = elf_local_got_refcounts (ibfd); in loongarch_elf_size_dynamic_sections()
|
H A D | elf32-lm32.c | 1220 local_got_refcounts = elf_local_got_refcounts (abfd); in lm32_elf_check_relocs() 1230 elf_local_got_refcounts (abfd) = local_got_refcounts; in lm32_elf_check_relocs() 1977 local_got = elf_local_got_refcounts (ibfd); in lm32_elf_size_dynamic_sections()
|
H A D | elf32-or1k.c | 2087 local_got_refcounts = elf_local_got_refcounts (abfd); in or1k_elf_check_relocs() 2097 elf_local_got_refcounts (abfd) = local_got_refcounts; in or1k_elf_check_relocs() 3113 local_got = elf_local_got_refcounts (ibfd); in or1k_elf_size_dynamic_sections()
|
H A D | elf64-s390.c | 828 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 872 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 918 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 1801 local_got = elf_local_got_refcounts (ibfd); in elf_s390_size_dynamic_sections()
|
H A D | elf32-s390.c | 907 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 950 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 994 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_s390_check_relocs() 1848 local_got = elf_local_got_refcounts (ibfd); in elf_s390_size_dynamic_sections()
|
H A D | elf32-m32r.c | 2033 local_got = elf_local_got_refcounts (ibfd); in m32r_elf_size_dynamic_sections() 3428 local_got_refcounts = elf_local_got_refcounts (abfd); in m32r_elf_check_relocs() 3438 elf_local_got_refcounts (abfd) = local_got_refcounts; in m32r_elf_check_relocs()
|
H A D | elf32-cris.c | 2973 local_got_refcounts = elf_local_got_refcounts (abfd); in cris_elf_check_relocs() 3086 elf_local_got_refcounts (abfd) = local_got_refcounts; in cris_elf_check_relocs() 4011 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (ibfd); in elf_cris_got_elt_size()
|
H A D | elf32-microblaze.c | 2333 bfd_signed_vma *local_got_refcounts = elf_local_got_refcounts (abfd); in update_local_sym_info() 2344 elf_local_got_refcounts (abfd) = local_got_refcounts; in update_local_sym_info() 3005 local_got = elf_local_got_refcounts (ibfd); in microblaze_elf_size_dynamic_sections()
|
H A D | elf32-tilepro.c | 1516 local_got_refcounts = elf_local_got_refcounts (abfd); in tilepro_elf_check_relocs() 1527 elf_local_got_refcounts (abfd) = local_got_refcounts; in tilepro_elf_check_relocs() 2255 local_got = elf_local_got_refcounts (ibfd); in tilepro_elf_size_dynamic_sections()
|
H A D | elfnn-riscv.c | 595 if (elf_local_got_refcounts (abfd) == NULL) in riscv_elf_record_got_reference() 598 if (!(elf_local_got_refcounts (abfd) = bfd_zalloc (abfd, size))) in riscv_elf_record_got_reference() 601 = (char *) (elf_local_got_refcounts (abfd) + symtab_hdr->sh_info); in riscv_elf_record_got_reference() 603 elf_local_got_refcounts (abfd) [symndx] += 1; in riscv_elf_record_got_reference() 1441 local_got = elf_local_got_refcounts (ibfd); in riscv_elf_size_dynamic_sections()
|
H A D | elf32-metag.c | 2175 local_got_refcounts = elf_local_got_refcounts (abfd); in elf_metag_check_relocs() 2188 elf_local_got_refcounts (abfd) = local_got_refcounts; in elf_metag_check_relocs() 2788 local_got = elf_local_got_refcounts (ibfd); in elf_metag_size_dynamic_sections()
|