Lines Matching refs:external_relocs
199 bfd_byte *external_relocs; member
688 bfd_byte *external_relocs, in xcoff_read_internal_relocs() argument
707 external_relocs, false, NULL) in xcoff_read_internal_relocs()
730 return _bfd_coff_read_internal_relocs (abfd, sec, cache, external_relocs, in xcoff_read_internal_relocs()
5837 (input_bfd, o, false, flinfo->external_relocs, in xcoff_link_input_bfd()
6946 bfd_byte *external_relocs = NULL; in _bfd_xcoff_bfd_final_link() local
6967 flinfo.external_relocs = NULL; in _bfd_xcoff_bfd_final_link()
7265 flinfo.external_relocs = bfd_malloc (amt); in _bfd_xcoff_bfd_final_link()
7272 || (flinfo.external_relocs == NULL && max_reloc_count > 0)) in _bfd_xcoff_bfd_final_link()
7336 free (flinfo.external_relocs); in _bfd_xcoff_bfd_final_link()
7337 flinfo.external_relocs = NULL; in _bfd_xcoff_bfd_final_link()
7369 external_relocs = bfd_malloc (amt); in _bfd_xcoff_bfd_final_link()
7370 if (external_relocs == NULL && max_output_reloc_count != 0) in _bfd_xcoff_bfd_final_link()
7435 erel = external_relocs; in _bfd_xcoff_bfd_final_link()
7441 || bfd_bwrite ((void *) external_relocs, rel_size, abfd) != rel_size) in _bfd_xcoff_bfd_final_link()
7445 free (external_relocs); in _bfd_xcoff_bfd_final_link()
7446 external_relocs = NULL; in _bfd_xcoff_bfd_final_link()
7575 free (flinfo.external_relocs); in _bfd_xcoff_bfd_final_link()
7576 free (external_relocs); in _bfd_xcoff_bfd_final_link()