Home
last modified time | relevance | path

Searched defs:SHF_EXECINSTR (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/include/sys/
H A Delf_common.h305 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DELF.h623 SHF_EXECINSTR = 0x4, enumerator
/minix3/sys/sys/
H A Dexec_elf.h470 #define SHF_EXECINSTR 0x00000004 /* Contains executable insns */ macro