Home
last modified time | relevance | path

Searched refs:external_relocs (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Dcoff-ppc.c2075 bfd_byte *external_relocs = NULL; local
2093 finfo.external_relocs = NULL;
2276 finfo.external_relocs = (bfd_byte *) bfd_malloc (max_reloc_count * relsz);
2288 || (finfo.external_relocs == NULL && max_reloc_count > 0)
2382 if (finfo.external_relocs != NULL)
2384 free (finfo.external_relocs);
2385 finfo.external_relocs = NULL;
2430 external_relocs = (bfd_byte *) bfd_malloc (amt);
2431 if (external_relocs == NULL)
2447 erel = external_relocs;
[all …]
Dcofflink.c645 bfd_byte *external_relocs = NULL; in _bfd_coff_final_link() local
663 finfo.external_relocs = NULL; in _bfd_coff_final_link()
860 finfo.external_relocs = bfd_malloc (amt); in _bfd_coff_final_link()
872 || (finfo.external_relocs == NULL && max_reloc_count > 0) in _bfd_coff_final_link()
953 if (finfo.external_relocs != NULL) in _bfd_coff_final_link()
955 free (finfo.external_relocs); in _bfd_coff_final_link()
956 finfo.external_relocs = NULL; in _bfd_coff_final_link()
1014 external_relocs = bfd_malloc (amt); in _bfd_coff_final_link()
1015 if (external_relocs == NULL) in _bfd_coff_final_link()
1031 erel = external_relocs; in _bfd_coff_final_link()
[all …]
Dxcofflink.c115 bfd_byte *external_relocs; member
496 bfd_byte *external_relocs, in xcoff_read_internal_relocs() argument
515 external_relocs, FALSE, NULL) in xcoff_read_internal_relocs()
538 return _bfd_coff_read_internal_relocs (abfd, sec, cache, external_relocs, in xcoff_read_internal_relocs()
4289 (input_bfd, o, FALSE, finfo->external_relocs, in xcoff_link_input_bfd()
5340 bfd_byte *external_relocs = NULL; in _bfd_xcoff_bfd_final_link() local
5361 finfo.external_relocs = NULL; in _bfd_xcoff_bfd_final_link()
5654 finfo.external_relocs = bfd_malloc (amt); in _bfd_xcoff_bfd_final_link()
5661 || (finfo.external_relocs == NULL && max_reloc_count > 0)) in _bfd_xcoff_bfd_final_link()
5722 if (finfo.external_relocs != NULL) in _bfd_xcoff_bfd_final_link()
[all …]
Decoff.c1557 char *external_relocs; in ecoff_slurp_reloc_table() local
1575 external_relocs = bfd_alloc (abfd, amt); in ecoff_slurp_reloc_table()
1576 if (internal_relocs == NULL || external_relocs == NULL) in ecoff_slurp_reloc_table()
1580 if (bfd_bread (external_relocs, amt, abfd) != amt) in ecoff_slurp_reloc_table()
1588 external_relocs + i * external_reloc_size, in ecoff_slurp_reloc_table()
1647 bfd_release (abfd, external_relocs); in ecoff_slurp_reloc_table()
4002 void * external_relocs = NULL; in ecoff_indirect_link_order() local
4024 external_relocs = bfd_malloc (external_relocs_size); in ecoff_indirect_link_order()
4025 if (external_relocs == NULL && external_relocs_size != 0) in ecoff_indirect_link_order()
4029 || (bfd_bread (external_relocs, external_relocs_size, input_bfd) in ecoff_indirect_link_order()
[all …]
Dcoff-mips.c843 contents, external_relocs) in mips_relocate_section() argument
849 PTR external_relocs;
915 ext_rel = (struct external_reloc *) external_relocs;
Dlibcoff-in.h495 bfd_byte *external_relocs; member
Dcoffgen.c399 bfd_byte *external_relocs, in _bfd_coff_read_internal_relocs() argument
424 if (external_relocs == NULL) in _bfd_coff_read_internal_relocs()
429 external_relocs = free_external; in _bfd_coff_read_internal_relocs()
433 || bfd_bread (external_relocs, amt, abfd) != amt) in _bfd_coff_read_internal_relocs()
447 erel = external_relocs; in _bfd_coff_read_internal_relocs()
Delflink.c2066 void *external_relocs, in elf_link_read_relocs_from_section() argument
2082 if (bfd_bread (external_relocs, shdr->sh_size, abfd) != shdr->sh_size) in elf_link_read_relocs_from_section()
2101 erela = external_relocs; in elf_link_read_relocs_from_section()
2142 void *external_relocs, in _bfd_elf_link_read_relocs() argument
2173 if (external_relocs == NULL) in _bfd_elf_link_read_relocs()
2182 external_relocs = alloc1; in _bfd_elf_link_read_relocs()
2186 external_relocs, in _bfd_elf_link_read_relocs()
2193 ((bfd_byte *) external_relocs) + rel_hdr->sh_size, in _bfd_elf_link_read_relocs()
6470 void *external_relocs; member
8572 = _bfd_elf_link_read_relocs (input_bfd, o, finfo->external_relocs, in elf_link_input_bfd()
[all …]
Dcoff-alpha.c1387 contents, external_relocs) in alpha_relocate_section() argument
1393 PTR external_relocs;
1523 ext_rel = (struct external_reloc *) external_relocs;
Dlibcoff.h499 bfd_byte *external_relocs; member
DChangeLog-98991962 * elflink.h (link_read_relocs): Explicitly cast external_relocs to
DChangeLog-96974833 * som.c (som_slurp_reloc_table): Clear external_relocs cache after