Lines Matching refs:f_flags
2035 if ((internal_f->f_flags & F_SHROBJ) != 0) in coff_mkobject_hook()
2064 if (! _bfd_coff_arm_set_private_flags (abfd, internal_f->f_flags)) in coff_mkobject_hook()
2071 if ((internal_f->f_flags & IMAGE_FILE_DEBUG_STRIPPED) == 0) in coff_mkobject_hook()
2075 if ((internal_f->f_flags & F_GO32STUB) != 0) in coff_mkobject_hook()
2134 switch (internal_f->f_flags & F_ARM_ARCHITECTURE_MASK) in coff_set_arch_mach_hook()
2180 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook()
2187 machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12; in coff_set_arch_mach_hook()
2197 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook()
2220 switch (F_I960TYPE & internal_f->f_flags) in coff_set_arch_mach_hook()
2419 machine = TICOFF_TARGET_MACHINE_GET (internal_f->f_flags); in coff_set_arch_mach_hook()
2434 machine = TICOFF_TARGET_MACHINE_GET (internal_f->f_flags); in coff_set_arch_mach_hook()
3987 internal_f.f_flags = 0; in coff_write_object_contents()
4005 internal_f.f_flags |= F_RELFLG; in coff_write_object_contents()
4007 internal_f.f_flags |= F_LNNO; in coff_write_object_contents()
4009 internal_f.f_flags |= F_EXEC; in coff_write_object_contents()
4012 internal_f.f_flags |= IMAGE_FILE_DEBUG_STRIPPED; in coff_write_object_contents()
4014 internal_f.f_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE; in coff_write_object_contents()
4019 internal_f.f_flags |= IMAGE_FILE_32BIT_MACHINE; in coff_write_object_contents()
4022 internal_f.f_flags |= F_AR32WR; in coff_write_object_contents()
4024 internal_f.f_flags |= F_AR32W; in coff_write_object_contents()
4042 internal_f.f_flags |= F_SHROBJ; in coff_write_object_contents()
4044 internal_f.f_flags |= F_DYNLOAD; in coff_write_object_contents()
4054 internal_f.f_flags |= flags; in coff_write_object_contents()
4219 internal_f.f_flags &=~ F_RELFLG; in coff_write_object_contents()
4228 internal_f.f_flags |= F_LSYMS; in coff_write_object_contents()
5663 filehdr_dst->f_flags = 0; in coff_bigobj_swap_filehdr_in()