Home
last modified time | relevance | path

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

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