Searched refs:typeSpec (Results 1 – 1 of 1) sorted by relevance
2475 typeSpec(NULL), typeSpecFlags(NULL) { } in Type()2479 const ResTable_typeSpec* typeSpec; member5220 const ResTable_typeSpec* typeSpec = (const ResTable_typeSpec*)(chunk); in parsePackage() local5221 err = validate_chunk(&typeSpec->header, sizeof(*typeSpec), in parsePackage()5227 const size_t typeSpecSize = dtohl(typeSpec->header.size); in parsePackage()5231 dtohs(typeSpec->header.type), in parsePackage()5232 dtohs(typeSpec->header.headerSize), in parsePackage()5235 if ((dtohl(typeSpec->entryCount) > (INT32_MAX/sizeof(uint32_t)) in parsePackage()5236 … || dtohs(typeSpec->header.headerSize)+(sizeof(uint32_t)*dtohl(typeSpec->entryCount)) in parsePackage()5239 (void*)(dtohs(typeSpec->header.headerSize) in parsePackage()[all …]