Searched refs:readSLEB128 (Results 1 – 6 of 6) sorted by relevance
221 inline int64_t readSLEB128(const uint8_t *&p) { return readLEB128(p, 64); } in readSLEB128() function249 crel.r_symidx += readSLEB128(p); in step()251 crel.r_type += readSLEB128(p); in step()253 crel.r_addend += static_cast<uint>(readSLEB128(p)); in step()
100 Error readSLEB128(int64_t &Dest);
58 Error BinaryStreamReader::readSLEB128(int64_t &Dest) {59 Error BinaryStreamReader::readSLEB128(int64_t &Dest) { readSLEB128() function in BinaryStreamReader
223 if (auto Err = RecordReader.readSLEB128(DataAlignmentFactor)) in processCIE()
241 int64_t readSLEB128(const char **error);
4006 Addend = readSLEB128(&error); in moveNext()4293 int64_t MachOBindEntry::readSLEB128(const char **error) { in readSLEB128() function in MachOBindEntry