Home
last modified time | relevance | path

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

/freebsd/usr.bin/elfctl/
H A Delfctl.c65 { "noaslr", NT_FREEBSD_FCTL_ASLR_DISABLE, "Disable ASLR" },
/freebsd/sys/sys/
H A Delf_common.h801 #define NT_FREEBSD_FCTL_ASLR_DISABLE 0x00000001 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1778 NT_FREEBSD_FCTL_ASLR_DISABLE = 0x00000001, enumerator
/freebsd/sys/kern/
H A Dimgact_elf.c1250 (fctl0 & NT_FREEBSD_FCTL_ASLR_DISABLE) != 0) in __CONCAT()
1289 (fctl0 & NT_FREEBSD_FCTL_ASLR_DISABLE) != 0) { in __CONCAT()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c3765 { NT_FREEBSD_FCTL_ASLR_DISABLE, "ASLR_DISABLE" },
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5466 {"ASLR_DISABLE", NT_FREEBSD_FCTL_ASLR_DISABLE},