Home
last modified time | relevance | path

Searched refs:nlm_relent (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Dlibnlm.h36 struct nlm_relent struct
53 struct nlm_relent *relocs; argument
Dnlm32-i386.c331 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ in nlm_i386_read_import()
354 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)); in nlm_i386_read_import()
Dnlm32-sparc.c210 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ in nlm_sparc_read_import()
242 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)); in nlm_sparc_read_import()
Dnlm32-alpha.c601 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ in nlm_alpha_read_import()
626 amt = rcount * sizeof (struct nlm_relent); in nlm_alpha_read_import()
Dnlm32-ppc.c614 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ in nlm_powerpc_read_import()
638 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)); in nlm_powerpc_read_import()
DChangeLog-91932615 (struct nlm_relent): New structure.