Home
last modified time | relevance | path

Searched refs:COFF_F_EXEC (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dcoff.h89 #define COFF_F_EXEC 0000002 macro
/linux-3.4.99/arch/alpha/boot/tools/
Dobjstrip.c196 if (!(aout->fh.f_flags & COFF_F_EXEC)) { in main()