Home | History | Annotate | Download | only in src

Lines Matching defs:readSLEB128

197 readSLEB128(const uint8_t** data)
240 result = static_cast<uintptr_t>(readSLEB128(&p));
684 int64_t ttypeIndex = readSLEB128(&action);
842 int64_t actionOffset = readSLEB128(&temp);