Lines Matching full:sizeof
30 #define ninput (sizeof (input) / sizeof (input[0]))
46 .e_ehsize = sizeof (Elf32_Ehdr),
47 .e_shentsize = sizeof (Elf32_Shdr),
182 if (memcmp (ehdr, &expected_ehdr, sizeof (GElf_Ehdr)) != 0)
240 if ((cnt == 1 && shdr->sh_offset != ((sizeof (Elf32_Ehdr) + 15) & ~15))
242 && shdr->sh_offset != (((sizeof (Elf32_Ehdr) + 15) & ~15)
243 + sizeof (expecteddata))))
249 if ((cnt == 1 && shdr->sh_size != sizeof (expecteddata))
292 if (data->d_size != sizeof (expecteddata))
299 if (memcmp (data->d_buf, expecteddata, sizeof (expecteddata))