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