Searched refs:lgot_refs (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c4156 bfd_signed_vma *lgot_refs;
4174 lgot_refs = elf_local_got_refcounts (ibfd);
4175 if (lgot_refs == NULL)
4180 if (lgot_refs[r_symndx] > 0)
4181 lgot_refs[r_symndx] -= 1;
4183 lgot_masks = (char *) (lgot_refs + symtab_hdr->sh_info);
4146 bfd_signed_vma *lgot_refs; local

Completed in 126 milliseconds