Home | History | Annotate | Download | only in src

Lines Matching defs:classInfoOffset

50 | classInfoOffset | (ULEB128) | Offset to type_info table, defaults to null |
94 | type_info Table, but classInfoOffset does *not* point here! |
103 | | 1st ttypeIndex for 1st exception spec | (ULEB128) | classInfoOffset points here! | |
125 classInfoOffset and the sizeof entry depends on ttypeEncoding.
638 uintptr_t classInfoOffset = readULEB128(&lsda);
639 classInfo = lsda + classInfoOffset;
1235 uintptr_t classInfoOffset = readULEB128(&lsda);
1236 const uint8_t* classInfo = lsda + classInfoOffset;