Searched refs:local_refcounts (Results 1 – 4 of 4) sorted by relevance
471 bfd_signed_vma *local_refcounts; in hppa64_elf_local_refcounts() local473 local_refcounts = elf_local_got_refcounts (abfd); in hppa64_elf_local_refcounts()474 if (local_refcounts == NULL) in hppa64_elf_local_refcounts()483 local_refcounts = bfd_zalloc (abfd, size); in hppa64_elf_local_refcounts()484 elf_local_got_refcounts (abfd) = local_refcounts; in hppa64_elf_local_refcounts()486 return local_refcounts; in hppa64_elf_local_refcounts()
1067 bfd_signed_vma *local_refcounts; in hppa32_elf_local_refcounts() local1069 local_refcounts = elf_local_got_refcounts (abfd); in hppa32_elf_local_refcounts()1070 if (local_refcounts == NULL) in hppa32_elf_local_refcounts()1081 local_refcounts = bfd_zalloc (abfd, size); in hppa32_elf_local_refcounts()1082 if (local_refcounts == NULL) in hppa32_elf_local_refcounts()1084 elf_local_got_refcounts (abfd) = local_refcounts; in hppa32_elf_local_refcounts()1088 return local_refcounts; in hppa32_elf_local_refcounts()