Home
last modified time | relevance | path

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

/freebsd/usr.bin/elfctl/
H A Delfctl.c70 { "la48", NT_FREEBSD_FCTL_LA48, "amd64: Limit user VA to 48bit" },
/freebsd/sys/amd64/amd64/
H A Delf_machdep.c173 if (fctl0 == NULL || (*fctl0 & NT_FREEBSD_FCTL_LA48) != 0) in freebsd_brand_info_la57_img_compat()
/freebsd/sys/sys/
H A Delf_common.h805 #define NT_FREEBSD_FCTL_LA48 0x00000010 macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1782 NT_FREEBSD_FCTL_LA48 = 0x00000010, enumerator
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c3769 { NT_FREEBSD_FCTL_LA48, "LA48" },
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5470 {"LA48", NT_FREEBSD_FCTL_LA48},