Searched refs:F_RELFLG (Results 1 - 25 of 33) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/include/coff/
H A Dpowerpc.h26 F_RELFLG relocation info stripped from file
32 #define F_RELFLG (0x0001) macro
H A Di386.h24 F_RELFLG relocation info stripped from file
30 #define F_RELFLG (0x0001) macro
H A Di860.h25 F_RELFLG relocation info stripped from file
31 #define F_RELFLG (0x0001) macro
H A Dwe32k.h22 F_RELFLG relocation info stripped from file
28 #define F_RELFLG (0x0001) macro
H A Dia64.h29 * F_RELFLG relocation info stripped from file
36 #define F_RELFLG (0x0001) macro
H A Darm.h27 F_RELFLG relocation info stripped from file
40 #define F_RELFLG (0x0001) macro
H A Dsparc.h30 #define F_RELFLG (0x0001) /* relocation info stripped */ macro
H A Dinternal.h87 F_RELFLG relocation info stripped from file
99 #define F_RELFLG (0x0001) macro
H A Dti.h126 #define F_RELFLG (0x0001) macro
/openbsd-current/gnu/usr.bin/binutils-2.17/include/coff/
H A Dpowerpc.h26 F_RELFLG relocation info stripped from file
32 #define F_RELFLG (0x0001) macro
H A Dmaxq.h26 /* Bits for f_flags: F_RELFLG relocation info stripped from file F_EXEC file
30 #define F_RELFLG (0x0001) macro
H A Di386.h24 F_RELFLG relocation info stripped from file
30 #define F_RELFLG (0x0001) macro
H A Di860.h25 F_RELFLG relocation info stripped from file
31 #define F_RELFLG (0x0001) macro
H A Dwe32k.h22 F_RELFLG relocation info stripped from file
28 #define F_RELFLG (0x0001) macro
H A Dia64.h29 * F_RELFLG relocation info stripped from file
36 #define F_RELFLG (0x0001) macro
H A Darm.h27 F_RELFLG relocation info stripped from file
40 #define F_RELFLG (0x0001) macro
H A Dsparc.h30 #define F_RELFLG (0x0001) /* relocation info stripped */ macro
H A Dinternal.h87 F_RELFLG relocation info stripped from file
99 #define F_RELFLG (0x0001) macro
H A Dti.h126 #define F_RELFLG (0x0001) macro
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DXCOFF.h78 F_RELFLG = 0x0001, ///< relocation info stripped from file
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dcoff64-rs6000.c898 internal_f.f_flags |= F_RELFLG;
957 /* AIX appears to require that F_RELFLG not be set if there are
959 internal_f.f_flags &=~ F_RELFLG;
H A DpeXXigen.c771 filehdr_in->f_flags &= ~F_RELFLG;
1845 PF (F_RELFLG, "relocations stripped");
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dcoff64-rs6000.c897 internal_f.f_flags |= F_RELFLG;
956 /* AIX appears to require that F_RELFLG not be set if there are
958 internal_f.f_flags &=~ F_RELFLG;
/openbsd-current/gnu/gcc/gcc/
H A Dmips-tdump.c759 if ((flags & F_RELFLG) != 0)
760 printf (", F_RELFLG");
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dmips-tdump.c752 if ((flags & F_RELFLG) != 0)
753 printf (", F_RELFLG");

Completed in 277 milliseconds

12