Lines Matching refs:outsyms

191   bfd_byte *outsyms;  member
4329 outsym = flinfo->outsyms; in xcoff_link_input_bfd()
4398 (void *) (flinfo->outsyms in xcoff_link_input_bfd()
4672 oos = flinfo->outsyms; in xcoff_link_input_bfd()
4729 (void *) (flinfo->outsyms in xcoff_link_input_bfd()
4735 if (outsym > flinfo->outsyms) in xcoff_link_input_bfd()
4738 bfd_size_type amt = outsym - flinfo->outsyms; in xcoff_link_input_bfd()
4740 || bfd_bwrite (flinfo->outsyms, amt, output_bfd) != amt) in xcoff_link_input_bfd()
4744 + (outsym - flinfo->outsyms) / osymesz) in xcoff_link_input_bfd()
5128 bfd_coff_swap_sym_out (output_bfd, &irsym, flinfo->outsyms); in xcoff_find_tc0()
5136 flinfo->outsyms + bfd_coff_symesz (output_bfd)); in xcoff_find_tc0()
5143 || bfd_bwrite (flinfo->outsyms, size, output_bfd) != size) in xcoff_find_tc0()
5166 outsym = flinfo->outsyms; in xcoff_write_global_symbol()
5412 amt = outsym - flinfo->outsyms; in xcoff_write_global_symbol()
5414 || bfd_bwrite (flinfo->outsyms, amt, output_bfd) != amt) in xcoff_write_global_symbol()
5417 (outsym - flinfo->outsyms) / bfd_coff_symesz (output_bfd); in xcoff_write_global_symbol()
5419 outsym = flinfo->outsyms; in xcoff_write_global_symbol()
5535 BFD_ASSERT (outsym == flinfo->outsyms); in xcoff_write_global_symbol()
5545 BFD_ASSERT (outsym == flinfo->outsyms); in xcoff_write_global_symbol()
5552 BFD_ASSERT (outsym == flinfo->outsyms); in xcoff_write_global_symbol()
5667 amt = outsym - flinfo->outsyms; in xcoff_write_global_symbol()
5669 || bfd_bwrite (flinfo->outsyms, amt, output_bfd) != amt) in xcoff_write_global_symbol()
5672 (outsym - flinfo->outsyms) / bfd_coff_symesz (output_bfd); in xcoff_write_global_symbol()
5846 flinfo.outsyms = NULL; in _bfd_xcoff_bfd_final_link()
6138 flinfo.outsyms = bfd_malloc (amt); in _bfd_xcoff_bfd_final_link()
6151 || flinfo.outsyms == NULL in _bfd_xcoff_bfd_final_link()
6230 (void *) flinfo.outsyms); in _bfd_xcoff_bfd_final_link()
6233 || bfd_bwrite (flinfo.outsyms, symesz, abfd) != symesz) in _bfd_xcoff_bfd_final_link()
6241 if (flinfo.outsyms != NULL) in _bfd_xcoff_bfd_final_link()
6243 free (flinfo.outsyms); in _bfd_xcoff_bfd_final_link()
6244 flinfo.outsyms = NULL; in _bfd_xcoff_bfd_final_link()
6442 if (flinfo.outsyms != NULL) in _bfd_xcoff_bfd_final_link()
6443 free (flinfo.outsyms); in _bfd_xcoff_bfd_final_link()