Lines Matching refs:internal_f
102 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in _bfd_ecoff_mkobject_hook() local
111 ecoff->sym_filepos = internal_f->f_symptr; in _bfd_ecoff_mkobject_hook()
193 struct internal_filehdr *internal_f = (struct internal_filehdr *) filehdr; in _bfd_ecoff_set_arch_mach_hook() local
197 switch (internal_f->f_magic) in _bfd_ecoff_set_arch_mach_hook()
2354 struct internal_filehdr internal_f; in _bfd_ecoff_write_object_contents() local
2399 internal_f.f_nscns = 0; in _bfd_ecoff_write_object_contents()
2410 ++internal_f.f_nscns; in _bfd_ecoff_write_object_contents()
2508 internal_f.f_magic = ecoff_get_magic (abfd); in _bfd_ecoff_write_object_contents()
2515 internal_f.f_timdat = 0; in _bfd_ecoff_write_object_contents()
2521 internal_f.f_nsyms = external_hdr_size; in _bfd_ecoff_write_object_contents()
2522 internal_f.f_symptr = ecoff_data (abfd)->sym_filepos; in _bfd_ecoff_write_object_contents()
2526 internal_f.f_nsyms = 0; in _bfd_ecoff_write_object_contents()
2527 internal_f.f_symptr = 0; in _bfd_ecoff_write_object_contents()
2530 internal_f.f_opthdr = aoutsz; in _bfd_ecoff_write_object_contents()
2532 internal_f.f_flags = F_LNNO; in _bfd_ecoff_write_object_contents()
2534 internal_f.f_flags |= F_RELFLG; in _bfd_ecoff_write_object_contents()
2536 internal_f.f_flags |= F_LSYMS; in _bfd_ecoff_write_object_contents()
2538 internal_f.f_flags |= F_EXEC; in _bfd_ecoff_write_object_contents()
2541 internal_f.f_flags |= F_AR32WR; in _bfd_ecoff_write_object_contents()
2543 internal_f.f_flags |= F_AR32W; in _bfd_ecoff_write_object_contents()
2595 if (! (*backend->adjust_headers) (abfd, &internal_f, &internal_a)) in _bfd_ecoff_write_object_contents()
2603 bfd_coff_swap_filehdr_out (abfd, (void *) &internal_f, buff); in _bfd_ecoff_write_object_contents()