Home
last modified time | relevance | path

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

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