Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp4597 const uint64_t stepToEncode = ((addr - lastGlobalEnd) / kMemtagGranuleSize) in createMemtagGlobalDescriptors() local
4600 sectionSize += computeOrWriteULEB128(stepToEncode | sizeToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()
4602 sectionSize += computeOrWriteULEB128(stepToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()