Home
last modified time | relevance | path

Searched refs:phnum (Results 1 – 4 of 4) sorted by last modified time

/php-src/ext/fileinfo/
H A Dlibmagic.patch1351 return toomany(ms, "program headers", phnum);
1354 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1355 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1363 - CAST(off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
1364 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_phoff)), phnum,
/php-src/ext/opcache/jit/ir/
H A Dir_gdb.c173 .phnum = 0,
H A Dir_elf.h34 uint16_t phnum; member
/php-src/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,

Completed in 18 milliseconds