Searched refs:xsh_size (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/file/dist/src/
H A Dreadelf.c156 #define xsh_size CAST(size_t, (clazz == ELFCLASS32 \ macro
1447 if (CAST(uintmax_t, (xsh_size + xsh_offset)) >
1454 CAST(uintmax_t, xsh_size),
1459 if (xsh_size > ms->elf_shsize_max) {
1461 "big (%ju > %zu)", (uintmax_t)xsh_size,
1465 if ((nbuf = malloc(xsh_size)) == NULL) {
1471 if (pread(fd, nbuf, xsh_size, offs) <
1472 CAST(ssize_t, xsh_size)) {
1483 if (noff >= CAST(off_t, xsh_size))
1486 xsh_size, claz
[all...]

Completed in 149 milliseconds