Home | History | Annotate | Download | only in androidfw

Lines Matching refs:entriesStart

3702             const uint32_t typeOffset = dtohl(ty->entriesStart);
4924 offset += dtohl(type->entriesStart);
5139 && dtohl(type->entriesStart) > (typeSize-sizeof(ResTable_entry))) {
5140 ALOGW("ResTable_type entriesStart at %p extends beyond chunk end %p.",
5141 (void*)dtohl(type->entriesStart), (void*)typeSize);
5510 uint32_t entriesStart = dtohl(type->entriesStart);
5511 if ((entriesStart&0x3) != 0) {
5512 printf(" NON-INTEGER ResTable_type entriesStart OFFSET: %p\n", (void*)entriesStart);
5550 (void*)entriesStart, (void*)thisOffset,
5556 (((const uint8_t*)type) + entriesStart + thisOffset);
5557 if (((entriesStart + thisOffset)&0x3) != 0) {
5559 (void*)(entriesStart + thisOffset));
5570 (void*)entriesStart, (void*)thisOffset,