Home
last modified time | relevance | path

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

/dragonfly/contrib/file/src/
H A Delfclass.h56 if (shnum > ms->elf_shnum_max)
66 if (shnum > ms->elf_shnum_max)
H A Dmagic.c626 ms->elf_shnum_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
662 *CAST(size_t *, val) = ms->elf_shnum_max; in magic_getparam()
H A Dfile.h479 uint16_t elf_shnum_max; member
H A Dapprentice.c581 ms->elf_shnum_max = FILE_ELF_SHNUM_MAX; in file_ms_alloc()