Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/Inputs/
H A Dcode-signature-check.py54 nCodeSlots: int
74 nCodeSlots: int
96 nCodeSlots: int
120 nCodeSlots: int
147 nCodeSlots: int
240 for idx in range(code_directory.nCodeSlots):
/llvm-project-15.0.7/lld/test/MachO/Inputs/
H A Dcode-signature-check.py54 nCodeSlots: int
74 nCodeSlots: int
96 nCodeSlots: int
120 nCodeSlots: int
147 nCodeSlots: int
240 for idx in range(code_directory.nCodeSlots):
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp496 write32be(&CodeDirectory->nCodeSlots, CodeSignature.BlockCount); in writeCodeSignatureData()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h2192 uint32_t nCodeSlots; /* number of ordinary (code) hash slots */ member
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1350 write32be(&codeDirectory->nCodeSlots, getBlockCount()); in writeTo()