Home | History | Annotate | Download | only in bfd

Lines Matching defs:relocs

147    free_cached_info routine which assumes that the relocs and symtabs
316 /* Write out the symbols, and then the relocs. We must write out
321 /* Skip the relocs to where we want to put the symbols. */
711 void * relocs;
750 relocs = bfd_alloc (abfd, reloc_size);
751 if (!relocs && reloc_size != 0)
757 if (bfd_bread (relocs, reloc_size, abfd) != reloc_size)
759 bfd_release (abfd, relocs);
764 rptr = (struct hp300hpux_reloc *) relocs;
774 bfd_release (abfd, relocs);