Searched refs:F_RELFLG (Results 1 – 18 of 18) sorted by relevance
32 #define F_RELFLG (0x0001) macro
30 #define F_RELFLG (0x0001) macro
36 #define F_RELFLG (0x0001) macro
40 #define F_RELFLG (0x0001) macro
30 #define F_RELFLG (0x0001) /* relocation info stripped */ macro
126 #define F_RELFLG (0x0001) macro
99 #define F_RELFLG (0x0001) macro
46 F_RELFLG = 0x01, /* relocs have been stripped */ enumerator
898 internal_f.f_flags |= F_RELFLG;959 internal_f.f_flags &=~ F_RELFLG;
3761 internal_f.f_flags |= F_RELFLG; in coff_write_object_contents()3987 internal_f.f_flags &=~ F_RELFLG; in coff_write_object_contents()
156 if (!(internal_f->f_flags & F_RELFLG)) in coff_real_object_p()
741 filehdr_in->f_flags &= ~F_RELFLG; in _bfd_XXi_only_swap_filehdr_out()
2523 internal_f.f_flags |= F_RELFLG; in _bfd_ecoff_write_object_contents()
413 when determining whether to set F_RELFLG.
7639 F_RELFLG). Set F_AR32WR in output files if little endian
1330 * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
750 if ((flags & F_RELFLG) != 0) in print_global_hdr()
13072 so that we don't use the F_RELFLG which make the linker complain