Searched refs:COFF_F_EXEC (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/ | ||
D | coff.h | 89 #define COFF_F_EXEC 0000002 macro |
/linux-2.4.37.9/arch/alpha/boot/tools/ | ||
D | objstrip.c | 197 if (!(aout->fh.f_flags & COFF_F_EXEC)) { in main() |