Home
last modified time | relevance | path

Searched refs:CodeSignatureCommandIndex (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h321 std::optional<size_t> CodeSignatureCommandIndex; member
H A DMachOObject.cpp47 CodeSignatureCommandIndex = Index; in updateLoadCommandIndexes()
H A DMachOWriter.cpp98 {O.CodeSignatureCommandIndex, O.DylibCodeSignDRsIndex, in totalSize()
631 {O.CodeSignatureCommandIndex, &MachOWriter::writeCodeSignatureData}, in writeTail()
H A DMachOReader.cpp124 O.CodeSignatureCommandIndex = O.LoadCommands.size(); in readLoadCommands()
H A DMachOLayoutBuilder.cpp291 if (O.CodeSignatureCommandIndex) { in layoutTail()