Searched refs:PT_OPENBSD_WXNEEDED (Results 1 – 9 of 9) sorted by relevance
302 case ELF::PT_OPENBSD_WXNEEDED: in printProgramHeaders()
576 #define PT_OPENBSD_WXNEEDED 0x65A3DBE7 /* OpenBSD EXEC/WRITE pages needed */ macro
1496 PT_OPENBSD_WXNEEDED = 0x65a3dbe7, // Program does W^X violations. enumerator
1659 .Case("PT_OPENBSD_WXNEEDED", PT_OPENBSD_WXNEEDED) in readPhdrType()
2329 addHdr(PT_OPENBSD_WXNEEDED, PF_X); in createPhdrs()
974 _ELF_DEFINE_PT(PT_OPENBSD_WXNEEDED, 0x65A3DBE7UL, \
358 case PT_OPENBSD_WXNEEDED: return "PT_OPENBSD_WXNEEDED"; in elf_phdr_type_str()
703 case PT_OPENBSD_WXNEEDED: return "OPENBSD_WXNEEDED"; in phdr_type()
1495 LLVM_READOBJ_ENUM_CASE(ELF, PT_OPENBSD_WXNEEDED); in segmentTypeToString()