Home | History | Annotate | Download | only in androidfw

Lines Matching refs:entriesStart

3657             const uint32_t typeOffset = dtohl(ty->entriesStart);
4879 offset += dtohl(type->entriesStart);
5094 && dtohl(type->entriesStart) > (typeSize-sizeof(ResTable_entry))) {
5095 ALOGW("ResTable_type entriesStart at %p extends beyond chunk end %p.",
5096 (void*)dtohl(type->entriesStart
5455 uint32_t entriesStart = dtohl(type->entriesStart);
5456 if ((entriesStart&0x3) != 0) {
5457 printf(" NON-INTEGER ResTable_type entriesStart OFFSET: %p\n", (void*)entriesStart);
5495 (void*)entriesStart, (void*)thisOffset,
5501 (((const uint8_t*)type) + entriesStart + thisOffset);
5502 if (((entriesStart + thisOffset)&0x3) != 0) {
5504 (void*)(entriesStart + thisOffset));
5515 (void*)entriesStart, (void*)thisOffset,