Lines Matching refs:internal_f
733 struct internal_filehdr internal_f; in xcoff64_write_object_contents() local
786 internal_f.f_opthdr = bfd_coff_aoutsz (abfd); in xcoff64_write_object_contents()
791 internal_f.f_opthdr = 0; in xcoff64_write_object_contents()
794 internal_f.f_nscns = 0; in xcoff64_write_object_contents()
805 internal_f.f_nscns++; in xcoff64_write_object_contents()
856 internal_f.f_timdat = 0; in xcoff64_write_object_contents()
858 internal_f.f_flags = 0; in xcoff64_write_object_contents()
861 internal_f.f_flags |= F_RELFLG; in xcoff64_write_object_contents()
863 internal_f.f_flags |= F_LNNO; in xcoff64_write_object_contents()
865 internal_f.f_flags |= F_EXEC; in xcoff64_write_object_contents()
869 internal_f.f_flags |= F_AR32WR; in xcoff64_write_object_contents()
871 internal_f.f_flags |= F_AR32W; in xcoff64_write_object_contents()
874 internal_f.f_flags |= F_SHROBJ; in xcoff64_write_object_contents()
876 internal_f.f_flags |= F_DYNLOAD; in xcoff64_write_object_contents()
880 internal_f.f_magic = bfd_xcoff_magic_number (abfd); in xcoff64_write_object_contents()
893 internal_f.f_symptr = 0; in xcoff64_write_object_contents()
894 internal_f.f_nsyms = 0; in xcoff64_write_object_contents()
913 internal_f.f_symptr = sym_base; in xcoff64_write_object_contents()
914 internal_f.f_nsyms = bfd_get_symcount (abfd); in xcoff64_write_object_contents()
918 internal_f.f_symptr = sym_base; in xcoff64_write_object_contents()
922 internal_f.f_flags &=~ F_RELFLG; in xcoff64_write_object_contents()
926 internal_f.f_flags |= F_LSYMS; in xcoff64_write_object_contents()
949 internal_f.f_nsyms = obj_raw_syment_count (abfd); in xcoff64_write_object_contents()
1035 bfd_coff_swap_filehdr_out (abfd, &internal_f, buff); in xcoff64_write_object_contents()
2155 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in xcoff64_bad_format_hook() local
2161 if (bfd_xcoff_magic_number (abfd) != internal_f->f_magic) in xcoff64_bad_format_hook()