Home
last modified time | relevance | path

Searched refs:NT_FREEBSD_FCTL_WXNEEDED (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/elfctl/
H A Delfctl.c69 { "wxneeded", NT_FREEBSD_FCTL_WXNEEDED, "Requires W+X mappings" },
/freebsd/sys/sys/
H A Delf_common.h824 #define NT_FREEBSD_FCTL_WXNEEDED 0x00000008 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1828 NT_FREEBSD_FCTL_WXNEEDED = 0x00000008, enumerator
/freebsd/sys/kern/
H A Dimgact_elf.c1313 if ((!__elfN(allow_wx) && (fctl0 & NT_FREEBSD_FCTL_WXNEEDED) == 0 && in __CONCAT()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c3768 { NT_FREEBSD_FCTL_WXNEEDED, "WXNEEDED" },
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5622 {"WXNEEDED", NT_FREEBSD_FCTL_WXNEEDED},