Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching defs:readULEB128

375 static uintptr_t readULEB128(const uint8_t **data) {
466 result = readULEB128(&p);
686 classInfoOffset = readULEB128(&lsda);
694 uint32_t callSiteTableLength = readULEB128(&lsda);
710 uintptr_t actionEntry = readULEB128(&callSitePtr);