Lines Matching refs:f_flags
1805 if ((internal_f->f_flags & F_SHROBJ) != 0) in coff_mkobject_hook()
1834 if (! _bfd_coff_arm_set_private_flags (abfd, internal_f->f_flags)) in coff_mkobject_hook()
1841 if ((internal_f->f_flags & IMAGE_FILE_DEBUG_STRIPPED) == 0) in coff_mkobject_hook()
1905 switch (internal_f->f_flags & F_ARM_ARCHITECTURE_MASK) in coff_set_arch_mach_hook()
1943 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook()
1967 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook()
1974 machine = ((unsigned)internal_f->f_flags & F_MACHMASK) >> 12; in coff_set_arch_mach_hook()
1984 switch (internal_f->f_flags & F_MACHMASK) in coff_set_arch_mach_hook()
2007 switch (F_I960TYPE & internal_f->f_flags) in coff_set_arch_mach_hook()
2206 machine = TICOFF_TARGET_MACHINE_GET (internal_f->f_flags); in coff_set_arch_mach_hook()
2221 machine = TICOFF_TARGET_MACHINE_GET (internal_f->f_flags); in coff_set_arch_mach_hook()
3735 internal_f.f_flags = 0; in coff_write_object_contents()
3753 internal_f.f_flags |= F_RELFLG; in coff_write_object_contents()
3755 internal_f.f_flags |= F_LNNO; in coff_write_object_contents()
3757 internal_f.f_flags |= F_EXEC; in coff_write_object_contents()
3760 internal_f.f_flags |= IMAGE_FILE_DEBUG_STRIPPED; in coff_write_object_contents()
3762 internal_f.f_flags |= IMAGE_FILE_LARGE_ADDRESS_AWARE; in coff_write_object_contents()
3767 internal_f.f_flags |= IMAGE_FILE_32BIT_MACHINE; in coff_write_object_contents()
3770 internal_f.f_flags |= F_AR32WR; in coff_write_object_contents()
3772 internal_f.f_flags |= F_AR32W; in coff_write_object_contents()
3790 internal_f.f_flags |= F_SHROBJ; in coff_write_object_contents()
3792 internal_f.f_flags |= F_DYNLOAD; in coff_write_object_contents()
3804 internal_f.f_flags |= flags; in coff_write_object_contents()
3979 internal_f.f_flags &=~ F_RELFLG; in coff_write_object_contents()
3988 internal_f.f_flags |= F_LSYMS; in coff_write_object_contents()