Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp3929 size_t sectionSize = 0; in createMemtagGlobalDescriptors() local
3958 sectionSize += computeOrWriteULEB128(stepToEncode | sizeToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()
3960 sectionSize += computeOrWriteULEB128(stepToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()
3961 sectionSize += computeOrWriteULEB128(sizeToEncode - 1, buf, sectionSize); in createMemtagGlobalDescriptors()
3966 return sectionSize; in createMemtagGlobalDescriptors()