Lines Matching refs:external_relocs
199 bfd_byte *external_relocs; member
686 bfd_byte *external_relocs, in xcoff_read_internal_relocs() argument
705 external_relocs, false, NULL) in xcoff_read_internal_relocs()
728 return _bfd_coff_read_internal_relocs (abfd, sec, cache, external_relocs, in xcoff_read_internal_relocs()
5828 (input_bfd, o, false, flinfo->external_relocs, in xcoff_link_input_bfd()
6937 bfd_byte *external_relocs = NULL; in _bfd_xcoff_bfd_final_link() local
6958 flinfo.external_relocs = NULL; in _bfd_xcoff_bfd_final_link()
7258 flinfo.external_relocs = bfd_malloc (amt); in _bfd_xcoff_bfd_final_link()
7265 || (flinfo.external_relocs == NULL && max_reloc_count > 0)) in _bfd_xcoff_bfd_final_link()
7329 free (flinfo.external_relocs); in _bfd_xcoff_bfd_final_link()
7330 flinfo.external_relocs = NULL; in _bfd_xcoff_bfd_final_link()
7362 external_relocs = bfd_malloc (amt); in _bfd_xcoff_bfd_final_link()
7363 if (external_relocs == NULL && max_output_reloc_count != 0) in _bfd_xcoff_bfd_final_link()
7428 erel = external_relocs; in _bfd_xcoff_bfd_final_link()
7434 || bfd_write (external_relocs, rel_size, abfd) != rel_size) in _bfd_xcoff_bfd_final_link()
7438 free (external_relocs); in _bfd_xcoff_bfd_final_link()
7439 external_relocs = NULL; in _bfd_xcoff_bfd_final_link()
7568 free (flinfo.external_relocs); in _bfd_xcoff_bfd_final_link()
7569 free (external_relocs); in _bfd_xcoff_bfd_final_link()