Searched refs:computeOrWriteULEB128 (Results 1 – 1 of 1) sorted by relevance
3917 static size_t computeOrWriteULEB128(uint64_t v, uint8_t *buf, size_t offset) { in computeOrWriteULEB128() function3958 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()