Searched refs:readULEB128 (Results 1 – 9 of 9) sorted by relevance
43 static uintptr_t readULEB128(const uint8_t** data) in readULEB128() function74 result = readULEB128(&p); in readEncodedPointer()177 readULEB128(&lsda); in __gcc_personality_sj0()181 uint32_t callSiteTableLength = readULEB128(&lsda); in __gcc_personality_sj0()189 readULEB128(&p); /* action value not used for C code */ in __gcc_personality_sj0()
179 readULEB128(const uint8_t** data) in readULEB128() function242 result = readULEB128(&p); in readEncodedPointer()463 uint64_t ttypeIndex = readULEB128(&temp); in exception_spec_can_catch()625 uintptr_t classInfoOffset = readULEB128(&lsda); in scan_eh_tab()634 uint32_t callSiteTableLength = static_cast<uint32_t>(readULEB128(&lsda)); in scan_eh_tab()648 uintptr_t actionEntry = readULEB128(&callSitePtr); in scan_eh_tab()652 uintptr_t landingPad = readULEB128(&callSitePtr); in scan_eh_tab()653 uintptr_t actionEntry = readULEB128(&callSitePtr); in scan_eh_tab()1252 uintptr_t classInfoOffset = readULEB128(&lsda); in __cxa_call_unexpected()
1550 uint64_t ExportEntry::readULEB128(const uint8_t *&Ptr) { in readULEB128() function in ExportEntry1597 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()[all …]
37 std::error_code RawCoverageReader::readULEB128(uint64_t &Result) { in readULEB128() function in RawCoverageReader50 if (auto Err = readULEB128(Result)) in readIntMax()58 if (auto Err = readULEB128(Result)) in readSize()183 if (auto Err = readULEB128(ColumnStart)) in readMappingRegionsSubArray()
76 uint64_t readULEB128(const uint8_t *&p);124 uint64_t readULEB128();166 uint64_t readULEB128();
376 static uintptr_t readULEB128(const uint8_t **data) { in readULEB128() function467 result = readULEB128(&p); in readEncodedPointer()687 classInfoOffset = readULEB128(&lsda); in handleLsda()695 uint32_t callSiteTableLength = readULEB128(&lsda); in handleLsda()711 uintptr_t actionEntry = readULEB128(&callSitePtr); in handleLsda()
91 std::error_code readULEB128(uint64_t &Result);
50354 FUNC 636d8 24 0 __cxxabiv1::readULEB128
51611 FUNC 98660 30 0 __cxxabiv1::readULEB128