Searched refs:sfi_sz (Results 1 – 2 of 2) sorted by relevance
5388 uint32_t sfi_sz = cli_readint32(vptr) & 0xffff; local5390 if (sfi_sz > vinfo_sz)5395 vptr += sfi_sz;5396 vinfo_sz -= sfi_sz;5401 …if (sfi_sz <= 6 + 0x1e || memcmp(vptr + 6, "S\0t\0r\0i\0n\0g\0F\0i\0l\0e\0I\0n\0f\0o\0\0\0", 0x1e)…5409 sfi_sz -= 6 + 0x1e;5411 while (sfi_sz > 6) { /* enum all stringtables - RESUMABLE */5414 uint32_t next_sfi_sz = sfi_sz - st_sz;5416 if (st_sz > sfi_sz || st_sz <= 24) {5436 sfi_sz = 0;[all …]
5390 uint32_t sfi_sz = cli_readint32(vptr) & 0xffff; local5392 if (sfi_sz > vinfo_sz)5397 vptr += sfi_sz;5398 vinfo_sz -= sfi_sz;5403 …if (sfi_sz <= 6 + 0x1e || memcmp(vptr + 6, "S\0t\0r\0i\0n\0g\0F\0i\0l\0e\0I\0n\0f\0o\0\0\0", 0x1e)…5411 sfi_sz -= 6 + 0x1e;5413 while (sfi_sz > 6) { /* enum all stringtables - RESUMABLE */5416 uint32_t next_sfi_sz = sfi_sz - st_sz;5418 if (st_sz > sfi_sz || st_sz <= 24) {5438 sfi_sz = 0;[all …]