Home
last modified time | relevance | path

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

/PHP-7.4/ext/fileinfo/libmagic/
H A Delfclass.h56 if (shnum > ms->elf_shnum_max)
66 if (shnum > ms->elf_shnum_max)
H A Dmagic.c376 ms->elf_shnum_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
409 *CAST(size_t *, val) = ms->elf_shnum_max; in magic_getparam()
H A Dfile.h436 uint16_t elf_shnum_max; member
H A Dapprentice.c516 ms->elf_shnum_max = FILE_ELF_SHNUM_MAX; in file_ms_alloc()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch1589 if (shnum > ms->elf_shnum_max)
1598 if (shnum > ms->elf_shnum_max)

Completed in 20 milliseconds