Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1168 SHF_EXECINSTR = 0x4, enumerator
/freebsd/sys/sys/
H A Delf_common.h522 #define SHF_EXECINSTR 0x4 /* Section contains instructions. */ macro