Home
last modified time | relevance | path

Searched refs:PT_OPENBSD_WXNEEDED (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp302 case ELF::PT_OPENBSD_WXNEEDED: in printProgramHeaders()
/freebsd/sys/sys/
H A Delf_common.h576 #define PT_OPENBSD_WXNEEDED 0x65A3DBE7 /* OpenBSD EXEC/WRITE pages needed */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1496 PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations. enumerator
/freebsd/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1659 .Case("PT_OPENBSD_WXNEEDED", PT_OPENBSD_WXNEEDED) in readPhdrType()
H A DWriter.cpp2329 addHdr(PT_OPENBSD_WXNEEDED, PF_X); in createPhdrs()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h974 _ELF_DEFINE_PT(PT_OPENBSD_WXNEEDED, 0x65A3DBE7UL, \
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c358 case PT_OPENBSD_WXNEEDED: return "PT_OPENBSD_WXNEEDED"; in elf_phdr_type_str()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c703 case PT_OPENBSD_WXNEEDED: return "OPENBSD_WXNEEDED"; in phdr_type()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1495 LLVM_READOBJ_ENUM_CASE(ELF, PT_OPENBSD_WXNEEDED); in segmentTypeToString()