Searched refs:typeSpec (Results 1 – 1 of 1) sorted by relevance
2294 typeSpec(NULL), typeSpecFlags(NULL) { } in Type()2298 const ResTable_typeSpec* typeSpec; member5024 const ResTable_typeSpec* typeSpec = (const ResTable_typeSpec*)(chunk); in parsePackage() local5025 err = validate_chunk(&typeSpec->header, sizeof(*typeSpec), in parsePackage()5031 const size_t typeSpecSize = dtohl(typeSpec->header.size); in parsePackage()5035 dtohs(typeSpec->header.type), in parsePackage()5036 dtohs(typeSpec->header.headerSize), in parsePackage()5039 if ((dtohl(typeSpec->entryCount) > (INT32_MAX/sizeof(uint32_t)) in parsePackage()5040 … || dtohs(typeSpec->header.headerSize)+(sizeof(uint32_t)*dtohl(typeSpec->entryCount)) in parsePackage()5043 (void*)(dtohs(typeSpec->header.headerSize) in parsePackage()[all …]