Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Delfclass.h56 if (shnum > ms->elf_shnum_max)
66 if (shnum > ms->elf_shnum_max)
H A Dmagic.c340 ms->elf_shnum_max = CAST(uint16_t, *CAST(const size_t *, val)); in magic_setparam()
373 *CAST(size_t *, val) = ms->elf_shnum_max; in magic_getparam()
H A Dfile.h443 uint16_t elf_shnum_max; member
H A Dapprentice.c534 ms->elf_shnum_max = FILE_ELF_SHNUM_MAX; in file_ms_alloc()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1496 if (shnum > ms->elf_shnum_max)
1505 if (shnum > ms->elf_shnum_max)

Completed in 29 milliseconds