Home | History | Annotate | Download | only in common

Lines Matching refs:offsetsCount

189     offsetsCount,    /* length of the swapper's temporary offsets[] */
1133 uint32_t toc[offsetsCount];
1134 uint32_t offsets[offsetsCount]; /* 16-bit-addressed offsets from inTable/outTable */
1176 if(tocLength<minTocLength || offsetsCount<=tocLength) {