Searched refs:computeOrWriteULEB128 (Results 1 – 1 of 1) sorted by relevance
4559 static size_t computeOrWriteULEB128(uint64_t v, uint8_t *buf, size_t offset) { in computeOrWriteULEB128() function4600 sectionSize += computeOrWriteULEB128(stepToEncode | sizeToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()4602 sectionSize += computeOrWriteULEB128(stepToEncode, buf, sectionSize); in createMemtagGlobalDescriptors()4603 sectionSize += computeOrWriteULEB128(sizeToEncode - 1, buf, sectionSize); in createMemtagGlobalDescriptors()