Home
last modified time | relevance | path

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

/PHP-7.3/ext/fileinfo/libmagic/
H A Delfclass.h56 if (shnum > ms->elf_shnum_max)
66 if (shnum > ms->elf_shnum_max)
H A Dmagic.c374 ms->elf_shnum_max = (uint16_t)*(const size_t *)val; in magic_setparam()
405 *(size_t *)val = ms->elf_shnum_max; in magic_getparam()
H A Dfile.h430 uint16_t elf_shnum_max; member
H A Dapprentice.c509 ms->elf_shnum_max = FILE_ELF_SHNUM_MAX; in file_ms_alloc()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch2112 if (shnum > ms->elf_shnum_max)
2121 if (shnum > ms->elf_shnum_max)

Completed in 37 milliseconds