Searched refs:SHF_EXECINSTR (Results 1 – 2 of 2) sorted by relevance
347 #define SHF_EXECINSTR 0x4 /* executable */ macro356 #define IS_AX(s) ((s.sh_flags & SHF_ALLOC) && (s.sh_flags & SHF_EXECINSTR))
377 #define SHF_EXECINSTR (1 << 2) /* Executable */ macro
Completed in 22 milliseconds