Home
last modified time | relevance | path

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

/PHP-8.0/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.0/ext/opcache/jit/
H A Dzend_elf.h46 uint16_t phnum; member
H A Dzend_jit_gdb.c173 .phnum = 0,
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1487 return toomany(ms, "program headers", phnum);
1490 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1491 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1499 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1500 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,

Completed in 49 milliseconds