Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp496 write32be(&CodeDirectory->nCodeSlots, CodeSignature.BlockCount); in writeCodeSignatureData()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h2370 uint32_t nCodeSlots; /* number of ordinary (code) hash slots */ member
/freebsd/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1644 write32be(&codeDirectory->nCodeSlots, getBlockCount()); in writeTo()