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

  /toolchain/binutils/binutils-2.27/bfd/
nlm32-i386.c 331 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ local
354 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
355 if (!nlm_relocs)
357 sym -> relocs = nlm_relocs;
363 if (! nlm_i386_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
365 nlm_relocs -> section = section;
366 nlm_relocs++;
nlm32-alpha.c 603 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */
629 nlm_relocs = bfd_alloc (abfd, amt);
630 if (!nlm_relocs)
632 sym -> relocs = nlm_relocs;
638 if (! nlm_alpha_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
640 nlm_relocs -> section = section;
641 nlm_relocs++;
601 struct nlm_relent *nlm_relocs; \/* Relocation records for symbol. *\/ local
nlm32-sparc.c 210 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ local
242 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
243 if (!nlm_relocs)
245 sym -> relocs = nlm_relocs;
251 if (! nlm_sparc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
253 nlm_relocs -> section = section;
254 nlm_relocs++;
nlm32-ppc.c 615 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */
639 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent));
640 if (nlm_relocs == NULL)
642 sym -> relocs = nlm_relocs;
648 if (! nlm_powerpc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
650 nlm_relocs -> section = section;
651 nlm_relocs++;
614 struct nlm_relent *nlm_relocs; \/* Relocation records for symbol. *\/ local

Completed in 61 milliseconds