Home
last modified time | relevance | path

Searched refs:elf_shsize_max (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/file/dist/src/
Dmagic.c635 ms->elf_shsize_max = *CAST(const size_t *, val); in magic_setparam()
674 *CAST(size_t *, val) = ms->elf_shsize_max; in magic_getparam()
Dfile.h495 size_t elf_shsize_max; member
Dreadelf.c1459 if (xsh_size > ms->elf_shsize_max) { in doshn()
1462 ms->elf_shsize_max); in doshn()
Dapprentice.c586 ms->elf_shsize_max = FILE_ELF_SHSIZE_MAX; in file_ms_alloc()