Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dmagic.c632 ms->elf_shsize_max = v; in magic_setparam()
674 *CAST(size_t *, val) = ms->elf_shsize_max; in magic_getparam()
H A Dfile.h511 size_t elf_shsize_max; member
H A Dreadelf.c1531 if (xsh_size > ms->elf_shsize_max) { in doshn()
1534 ms->elf_shsize_max); in doshn()
H A Dapprentice.c587 ms->elf_shsize_max = FILE_ELF_SHSIZE_MAX; in file_ms_alloc()