Home | History | Annotate | Download | only in bfd

Lines Matching refs:external_relocs

2081    The EXTERNAL_RELOCS are a buffer where the external form of the
2090 void *external_relocs,
2106 if (bfd_bread (external_relocs, shdr->sh_size, abfd) != shdr->sh_size)
2125 erela = (const bfd_byte *) external_relocs;
2167 cached. If the EXTERNAL_RELOCS and INTERNAL_RELOCS arguments are
2179 void *external_relocs,
2209 if (external_relocs == NULL)
2221 external_relocs = alloc1;
2228 external_relocs,
2231 external_relocs = (((bfd_byte *) external_relocs)
2239 external_relocs,
7413 void *external_relocs;
9554 = _bfd_elf_link_read_relocs (input_bfd, o, flinfo->external_relocs,
10399 if (flinfo->external_relocs != NULL)
10400 free (flinfo->external_relocs);
10494 flinfo.external_relocs = NULL;
10805 flinfo.external_relocs = bfd_malloc (max_external_reloc_size);
10806 if (flinfo.external_relocs == NULL)