Home | History | Annotate | Download | only in src

Lines Matching defs:classInfoOffset

52 | classInfoOffset | (ULEB128) | Offset to type_info table, defaults to null |
96 | type_info Table, but classInfoOffset does *not* point here! |
105 | | 1st ttypeIndex for 1st exception spec | (ULEB128) | classInfoOffset points here! | |
127 classInfoOffset and the sizeof entry depends on ttypeEncoding.
625 uintptr_t classInfoOffset = readULEB128(&lsda);
626 classInfo = lsda + classInfoOffset;
1252 uintptr_t classInfoOffset = readULEB128(&lsda);
1253 const uint8_t* classInfo = lsda + classInfoOffset;