Home
last modified time | relevance | path

Searched defs:PT_GNU_STACK (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DELF.h913 PT_GNU_STACK = 0x6474e551, // Indicates stack executability. enumerator
/minix3/sys/sys/
H A Dexec_elf.h362 #define PT_GNU_STACK 0x6474e551 /* Indicate executable stack */ macro