Lines Matching refs:readULEB128
1367 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128() function in ExportEntry
1413 uint64_t ExportInfoSize = readULEB128(State.Current); in pushNode()
1417 State.Flags = readULEB128(State.Current); in pushNode()
1420 State.Other = readULEB128(State.Current); // dylib ordinal in pushNode()
1423 State.Address = readULEB128(State.Current); in pushNode()
1425 State.Other = readULEB128(State.Current); in pushNode()
1444 uint64_t childNodeIndex = readULEB128(Top.Current); in pushDownUntilBottom()
1562 SegmentOffset = readULEB128(); in moveNext()
1571 SegmentOffset += readULEB128(); in moveNext()
1597 RemainingLoopCount = readULEB128() - 1; in moveNext()
1607 AdvanceAmount = readULEB128() + PointerSize; in moveNext()
1618 RemainingLoopCount = readULEB128() - 1; in moveNext()
1619 AdvanceAmount = readULEB128() + PointerSize; in moveNext()
1634 uint64_t MachORebaseEntry::readULEB128() { in readULEB128() function in MachORebaseEntry
1746 Ordinal = readULEB128(); in moveNext()
1799 SegmentOffset = readULEB128(); in moveNext()
1808 SegmentOffset += readULEB128(); in moveNext()
1823 AdvanceAmount = readULEB128() + PointerSize; in moveNext()
1847 RemainingLoopCount = readULEB128() - 1; in moveNext()
1848 AdvanceAmount = readULEB128() + PointerSize; in moveNext()
1865 uint64_t MachOBindEntry::readULEB128() { in readULEB128() function in MachOBindEntry