Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DSyntheticSections.cpp1177 uint8_t *codeEnd = buf + fileOff; in writeHashes() local
1178 uint8_t *hashes = codeEnd + allHeadersSize; in writeHashes()
1179 while (code < codeEnd) { in writeHashes()
1181 std::min(codeEnd - code, static_cast<ssize_t>(blockSize))); in writeHashes()