Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching defs:classInfoOffset

656   uintptr_t classInfoOffset;
662 classInfoOffset = readULEB128(&lsda);
663 classInfo = (struct OurExceptionType_t**) (lsda + classInfoOffset);