Searched refs:elf_shnum_max (Results 1 – 5 of 5) sorted by relevance
56 if (shnum > ms->elf_shnum_max)66 if (shnum > ms->elf_shnum_max)
340 ms->elf_shnum_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()376 *CAST(size_t *, val) = ms->elf_shnum_max; in magic_getparam()
454 uint16_t elf_shnum_max; member
533 ms->elf_shnum_max = FILE_ELF_SHNUM_MAX; in file_ms_alloc()
1459 if (shnum > ms->elf_shnum_max)1468 if (shnum > ms->elf_shnum_max)
Completed in 17 milliseconds