Lines Matching refs:readULEB128
1550 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128() function in ExportEntry
1597 uint64_t ExportInfoSize = readULEB128(State.Current); in pushNode()
1601 State.Flags = readULEB128(State.Current); in pushNode()
1604 State.Other = readULEB128(State.Current); // dylib ordinal in pushNode()
1607 State.Address = readULEB128(State.Current); in pushNode()
1609 State.Other = readULEB128(State.Current); in pushNode()
1628 uint64_t childNodeIndex = readULEB128(Top.Current); in pushDownUntilBottom()
1748 SegmentOffset = readULEB128(); in moveNext()
1757 SegmentOffset += readULEB128(); in moveNext()
1783 RemainingLoopCount = readULEB128() - 1; in moveNext()
1793 AdvanceAmount = readULEB128() + PointerSize; in moveNext()
1804 RemainingLoopCount = readULEB128() - 1; in moveNext()
1805 AdvanceAmount = readULEB128() + PointerSize; in moveNext()
1820 uint64_t MachORebaseEntry::readULEB128() { in readULEB128() function in MachORebaseEntry
1935 Ordinal = readULEB128(); in moveNext()
1988 SegmentOffset = readULEB128(); in moveNext()
1997 SegmentOffset += readULEB128(); in moveNext()
2012 AdvanceAmount = readULEB128() + PointerSize; in moveNext()
2036 RemainingLoopCount = readULEB128() - 1; in moveNext()
2037 AdvanceAmount = readULEB128() + PointerSize; in moveNext()
2054 uint64_t MachOBindEntry::readULEB128() { in readULEB128() function in MachOBindEntry