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

/macosx-10.9.5/cxxfilt-11/cxxfilt/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.h78 F_RELFLG relocation info stripped from file
89 #define F_RELFLG (0x0001) macro
H A Dti.h126 #define F_RELFLG (0x0001) macro
/macosx-10.9.5/emacs-92/emacs/src/
H A Dunexaix.c320 f_hdr.f_flags |= (F_RELFLG | F_EXEC);
H A Dunexec.c525 f_hdr.f_flags |= (F_RELFLG | F_EXEC);
/macosx-10.9.5/cxxfilt-11/cxxfilt/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;
H A Dcoffcode.h3762 internal_f.f_flags |= F_RELFLG;
3986 /* AIX appears to require that F_RELFLG not be set if there are
3988 internal_f.f_flags &=~ F_RELFLG;
H A Dcoffgen.c156 if (!(internal_f->f_flags & F_RELFLG))
H A DpeXXigen.c727 filehdr_in->f_flags &= ~F_RELFLG;
H A Decoff.c2530 internal_f.f_flags |= F_RELFLG;

Completed in 128 milliseconds