Searched refs:F_EXEC (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/coff/
H A Dpowerpc.h28 F_EXEC file is executable (no unresolved external references)
34 #define F_EXEC (0x0002) macro
H A Di386.h28 F_EXEC File is executable (no unresolved external references)
34 #define F_EXEC (0x0002) macro
H A Di860.h27 F_EXEC file is executable (no unresolved external references)
33 #define F_EXEC (0x0002) macro
H A Dwe32k.h25 F_EXEC file is executable (no unresolved external references)
31 #define F_EXEC (0x0002) macro
H A Dia64.h31 * F_EXEC file is executable (no unresolved external references)
38 #define F_EXEC (0x0002) macro
H A Darm.h28 F_EXEC file is executable (no unresolved external references)
41 #define F_EXEC (0x0002) macro
H A Dsparc.h32 #define F_EXEC (0x0002) /* file is executable */ macro
H A Dinternal.h89 F_EXEC file is executable (no unresolved external references)
101 #define F_EXEC (0x0002) macro
H A Dti.h132 #define F_EXEC (0x0002) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/coff/
H A Dpowerpc.h28 F_EXEC file is executable (no unresolved external references)
34 #define F_EXEC (0x0002) macro
H A Di386.h28 F_EXEC File is executable (no unresolved external references)
34 #define F_EXEC (0x0002) macro
H A Di860.h27 F_EXEC file is executable (no unresolved external references)
33 #define F_EXEC (0x0002) macro
H A Dwe32k.h25 F_EXEC file is executable (no unresolved external references)
31 #define F_EXEC (0x0002) macro
H A Dia64.h31 * F_EXEC file is executable (no unresolved external references)
38 #define F_EXEC (0x0002) macro
H A Darm.h28 F_EXEC file is executable (no unresolved external references)
41 #define F_EXEC (0x0002) macro
H A Dsparc.h32 #define F_EXEC (0x0002) /* file is executable */ macro
H A Dinternal.h89 F_EXEC file is executable (no unresolved external references)
101 #define F_EXEC (0x0002) macro
H A Dti.h132 #define F_EXEC (0x0002) macro
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dsimple-object-coff.c62 #define F_EXEC (0x0002) macro
220 { 0x14c, 0, F_EXEC | IMAGE_FILE_SYSTEM | IMAGE_FILE_DLL },
222 { 0x8664, 0, F_EXEC | IMAGE_FILE_SYSTEM | IMAGE_FILE_DLL }
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dsimple-object-coff.c62 #define F_EXEC (0x0002) macro
220 { 0x14c, 0, F_EXEC | IMAGE_FILE_SYSTEM | IMAGE_FILE_DLL },
222 { 0x8664, 0, F_EXEC | IMAGE_FILE_SYSTEM | IMAGE_FILE_DLL }
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dcoffgen.c171 if ((internal_f->f_flags & F_EXEC))
179 if ((internal_f->f_flags & F_EXEC) != 0)
H A Dcoff64-rs6000.c914 internal_f.f_flags |= F_EXEC;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dcoffgen.c171 if ((internal_f->f_flags & F_EXEC))
179 if ((internal_f->f_flags & F_EXEC) != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dmips-tdump.c761 if ((flags & F_EXEC) != 0)
762 printf (", F_EXEC");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dmips-tdump.c762 if ((flags & F_EXEC) != 0)
763 printf (", F_EXEC");

Completed in 237 milliseconds

12