Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching refs:readULEB128

382 static uintptr_t readULEB128(const uint8_t **data) {
449 result = readULEB128(&p);
662 classInfoOffset = readULEB128(&lsda);
670 uint32_t callSiteTableLength = readULEB128(&lsda);
688 uintptr_t actionEntry = readULEB128(&callSitePtr);