Home
last modified time | relevance | path

Searched refs:nlm_relocs (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dnlm32-i386.c331 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ in nlm_i386_read_import() local
354 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)); in nlm_i386_read_import()
355 if (!nlm_relocs) in nlm_i386_read_import()
357 sym -> relocs = nlm_relocs; in nlm_i386_read_import()
363 if (! nlm_i386_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc)) in nlm_i386_read_import()
365 nlm_relocs -> section = section; in nlm_i386_read_import()
366 nlm_relocs++; in nlm_i386_read_import()
Dnlm32-sparc.c210 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ in nlm_sparc_read_import() local
242 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)); in nlm_sparc_read_import()
243 if (!nlm_relocs) in nlm_sparc_read_import()
245 sym -> relocs = nlm_relocs; in nlm_sparc_read_import()
251 if (! nlm_sparc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc)) in nlm_sparc_read_import()
253 nlm_relocs -> section = section; in nlm_sparc_read_import()
254 nlm_relocs++; in nlm_sparc_read_import()
Dnlm32-alpha.c600 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ in nlm_alpha_read_import() local
626 nlm_relocs = bfd_alloc (abfd, amt); in nlm_alpha_read_import()
627 if (!nlm_relocs) in nlm_alpha_read_import()
629 sym -> relocs = nlm_relocs; in nlm_alpha_read_import()
635 if (! nlm_alpha_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc)) in nlm_alpha_read_import()
637 nlm_relocs -> section = section; in nlm_alpha_read_import()
638 nlm_relocs++; in nlm_alpha_read_import()
Dnlm32-ppc.c614 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ in nlm_powerpc_read_import() local
638 nlm_relocs = bfd_alloc (abfd, rcount * sizeof (struct nlm_relent)); in nlm_powerpc_read_import()
639 if (nlm_relocs == NULL) in nlm_powerpc_read_import()
641 sym -> relocs = nlm_relocs; in nlm_powerpc_read_import()
647 if (! nlm_powerpc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc)) in nlm_powerpc_read_import()
649 nlm_relocs -> section = section; in nlm_powerpc_read_import()
650 nlm_relocs++; in nlm_powerpc_read_import()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dnlm32-i386.c348 struct nlm_relent *nlm_relocs; /* relocation records for symbol */ local
372 nlm_relocs = ((struct nlm_relent *)
374 if (!nlm_relocs)
376 sym -> relocs = nlm_relocs;
382 if (! nlm_i386_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
384 nlm_relocs -> section = section;
385 nlm_relocs++;
Dnlm32-sparc.c255 struct nlm_relent *nlm_relocs; /* Relocation records for symbol. */ local
290 nlm_relocs = ((struct nlm_relent *)
292 if (!nlm_relocs)
294 sym -> relocs = nlm_relocs;
300 if (! nlm_sparc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
302 nlm_relocs -> section = section;
303 nlm_relocs++;
Dnlm32-alpha.c625 struct nlm_relent *nlm_relocs; /* relocation records for symbol */ local
651 nlm_relocs = (struct nlm_relent *) bfd_alloc (abfd, amt);
652 if (!nlm_relocs)
654 sym -> relocs = nlm_relocs;
660 if (! nlm_alpha_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
662 nlm_relocs -> section = section;
663 nlm_relocs++;
Dnlm32-ppc.c659 struct nlm_relent *nlm_relocs; /* relocation records for symbol */ local
683 nlm_relocs = ((struct nlm_relent *)
685 if (nlm_relocs == (struct nlm_relent *) NULL)
687 sym -> relocs = nlm_relocs;
693 if (! nlm_powerpc_read_reloc (abfd, sym, &section, &nlm_relocs -> reloc))
695 nlm_relocs -> section = section;
696 nlm_relocs++;