Home
last modified time | relevance | path

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

/PHP-8.2/ext/fileinfo/libmagic/
H A Delfclass.h39 phnum = elf_getu16(swap, elfhdr.e_phnum);
40 if (phnum > ms->elf_phnum_max)
41 return toomany(ms, "program headers", phnum);
44 CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
52 phnum = elf_getu16(swap, elfhdr.e_phnum);
53 if (phnum > ms->elf_phnum_max)
54 return toomany(ms, "program", phnum);
59 CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
/PHP-8.2/ext/opcache/jit/
H A Dzend_elf.h46 uint16_t phnum; member
H A Dzend_jit_gdb.c178 .phnum = 0,
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch1477 return toomany(ms, "program headers", phnum);
1480 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1481 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1489 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1490 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,

Completed in 13 milliseconds