Home
last modified time | relevance | path

Searched refs:hashOffset (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.py51 hashOffset: int
71 hashOffset: int
93 hashOffset: int
117 hashOffset: int
144 hashOffset: int
239 hashes_offset = code_directory_offset + code_directory.hashOffset
/llvm-project-15.0.7/lld/test/MachO/Inputs/
H A Dcode-signature-check.py51 hashOffset: int
71 hashOffset: int
93 hashOffset: int
117 hashOffset: int
144 hashOffset: int
239 hashes_offset = code_directory_offset + code_directory.hashOffset
/llvm-project-15.0.7/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp491 write32be(&CodeDirectory->hashOffset, in writeCodeSignatureData()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DMachO.h2189 uint32_t hashOffset; /* offset of hash slot element at index zero */ member
/llvm-project-15.0.7/lld/MachO/
H A DSyntheticSections.cpp1346 write32be(&codeDirectory->hashOffset, in writeTo()