Searched refs:nlm_relent (Results 1 – 6 of 6) sorted by relevance
36 struct nlm_relent struct53 struct nlm_relent *relocs; argument
331 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()
210 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()
601 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()
614 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()
2615 (struct nlm_relent): New structure.