Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/file/src/
Delfclass.h40 if (phnum > ms->elf_phnum_max)
53 if (phnum > ms->elf_phnum_max)
Dmagic.c609 ms->elf_phnum_max = (uint16_t)*(const size_t *)val; in magic_setparam()
640 *(size_t *)val = ms->elf_phnum_max; in magic_getparam()
Dfile.h419 uint16_t elf_phnum_max; member
Dapprentice.c530 ms->elf_phnum_max = FILE_ELF_PHNUM_MAX; in file_ms_alloc()