Home
last modified time | relevance | path

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

/PHP-8.3/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.3/ext/opcache/jit/
H A Dzend_elf.h46 uint16_t phnum; member
H A Dzend_jit_gdb.c178 .phnum = 0,
/PHP-8.3/ext/fileinfo/
H A Dlibmagic.patch1339 return toomany(ms, "program headers", phnum);
1342 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1343 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1351 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1352 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,

Completed in 38 milliseconds