Home
last modified time | relevance | path

Searched refs:CS_LINKER_SIGNED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp491 write32be(&CodeDirectory->flags, MachO::CS_ADHOC | MachO::CS_LINKER_SIGNED); in writeCodeSignatureData()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h2207 CS_LINKER_SIGNED = 0x00020000, /* Automatically signed by the linker */ enumerator
2211 CS_ENFORCEMENT | CS_REQUIRE_LV | CS_RUNTIME | CS_LINKER_SIGNED),
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1550 write32be(&codeDirectory->flags, CS_ADHOC | CS_LINKER_SIGNED); in writeTo()