Home
last modified time | relevance | path

Searched refs:F_RELFLG (Results 1 – 18 of 18) sorted by relevance

/NextBSD/contrib/binutils/include/coff/
HDpowerpc.h32 #define F_RELFLG (0x0001) macro
HDi386.h30 #define F_RELFLG (0x0001) macro
HDia64.h36 #define F_RELFLG (0x0001) macro
HDarm.h40 #define F_RELFLG (0x0001) macro
HDsparc.h30 #define F_RELFLG (0x0001) /* relocation info stripped */ macro
HDti.h126 #define F_RELFLG (0x0001) macro
HDinternal.h99 #define F_RELFLG (0x0001) macro
/NextBSD/sys/i386/ibcs2/
HDcoff.h46 F_RELFLG = 0x01, /* relocs have been stripped */ enumerator
/NextBSD/contrib/binutils/bfd/
HDcoff64-rs6000.c898 internal_f.f_flags |= F_RELFLG;
959 internal_f.f_flags &=~ F_RELFLG;
HDcoffcode.h3761 internal_f.f_flags |= F_RELFLG; in coff_write_object_contents()
3987 internal_f.f_flags &=~ F_RELFLG; in coff_write_object_contents()
HDcoffgen.c156 if (!(internal_f->f_flags & F_RELFLG)) in coff_real_object_p()
HDpeXXigen.c741 filehdr_in->f_flags &= ~F_RELFLG; in _bfd_XXi_only_swap_filehdr_out()
HDecoff.c2523 internal_f.f_flags |= F_RELFLG; in _bfd_ecoff_write_object_contents()
HDChangeLog-9899413 when determining whether to set F_RELFLG.
HDChangeLog-91937639 F_RELFLG). Set F_AR32WR in output files if little endian
HDChangeLog-94951330 * coffcode.h (coff_write_object_contents): On AIX, clear F_RELFLG
/NextBSD/contrib/gcc/
HDmips-tdump.c750 if ((flags & F_RELFLG) != 0) in print_global_hdr()
/NextBSD/contrib/binutils/gas/
HDChangeLog-929513072 so that we don't use the F_RELFLG which make the linker complain