Home | History | Annotate | Download | only in libdex

Lines Matching refs:nextOffset

2389         u4* nextOffset, int mapType) {
2435 if (nextOffset != NULL) {
2436 *nextOffset = offset;
2448 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) {
2450 alignment, nextOffset, -1);
2459 ItemVisitorFunction* func, u4 alignment, u4* nextOffset) {
2472 return iterateSection(state, offset, count, func, alignment, nextOffset);
2480 ItemVisitorFunction* func, u4 alignment, u4* nextOffset, int mapType) {
2484 assert(nextOffset != NULL);
2492 alignment, nextOffset, mapType)) {
2496 if (*nextOffset > dataEnd) {
2497 ALOGE("Out-of-bounds end of data subsection: %#x", *nextOffset);