Searched refs:local_refcounts (Results 1 – 2 of 2) sorted by relevance
473 bfd_signed_vma *local_refcounts; in hppa64_elf_local_refcounts() local475 local_refcounts = elf_local_got_refcounts (abfd); in hppa64_elf_local_refcounts()476 if (local_refcounts == NULL) in hppa64_elf_local_refcounts()485 local_refcounts = bfd_zalloc (abfd, size); in hppa64_elf_local_refcounts()486 elf_local_got_refcounts (abfd) = local_refcounts; in hppa64_elf_local_refcounts()488 return local_refcounts; in hppa64_elf_local_refcounts()
1108 bfd_signed_vma *local_refcounts; in hppa32_elf_local_refcounts() local1110 local_refcounts = elf_local_got_refcounts (abfd); in hppa32_elf_local_refcounts()1111 if (local_refcounts == NULL) in hppa32_elf_local_refcounts()1122 local_refcounts = bfd_zalloc (abfd, size); in hppa32_elf_local_refcounts()1123 if (local_refcounts == NULL) in hppa32_elf_local_refcounts()1125 elf_local_got_refcounts (abfd) = local_refcounts; in hppa32_elf_local_refcounts()1129 return local_refcounts; in hppa32_elf_local_refcounts()