Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
HDELFDump.cpp302 case ELF::PT_OPENBSD_WXNEEDED: in printProgramHeaders()
/freebsd-13-stable/sys/sys/
HDelf_common.h555 #define PT_OPENBSD_WXNEEDED 0x65A3DBE7 /* OpenBSD EXEC/WRITE pages needed */ macro
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1496 PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations. enumerator
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDScriptParser.cpp1659 .Case("PT_OPENBSD_WXNEEDED", PT_OPENBSD_WXNEEDED) in readPhdrType()
HDWriter.cpp2333 addHdr(PT_OPENBSD_WXNEEDED, PF_X); in createPhdrs()
/freebsd-13-stable/contrib/elftoolchain/common/
HDelfdefinitions.h974 _ELF_DEFINE_PT(PT_OPENBSD_WXNEEDED, 0x65A3DBE7UL, \
/freebsd-13-stable/contrib/elftoolchain/elfdump/
HDelfdump.c358 case PT_OPENBSD_WXNEEDED: return "PT_OPENBSD_WXNEEDED"; in elf_phdr_type_str()
/freebsd-13-stable/contrib/elftoolchain/readelf/
HDreadelf.c703 case PT_OPENBSD_WXNEEDED: return "OPENBSD_WXNEEDED"; in phdr_type()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDELFDumper.cpp1495 LLVM_READOBJ_ENUM_CASE(ELF, PT_OPENBSD_WXNEEDED); in segmentTypeToString()