Searched refs:phnum (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/fileinfo/libmagic/ |
H A D | elfclass.h | 39 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 D | zend_elf.h | 46 uint16_t phnum; member
|
H A D | zend_jit_gdb.c | 178 .phnum = 0,
|
/PHP-8.3/ext/fileinfo/ |
H A D | libmagic.patch | 1339 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 21 milliseconds