HomeSort by relevance Sort by last modified time
    Searched refs:nlm_relent (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
libnlm.h 36 struct nlm_relent struct
53 struct nlm_relent *relocs;
nlm32-i386.c 331 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */
354 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
nlm32-alpha.c 603 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */
628 amt = rcount * sizeof (struct nlm_relent);
nlm32-sparc.c 210 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */
242 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
nlm32-ppc.c 615 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */
639 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));

Completed in 3791 milliseconds