Home
last modified time | relevance | path

Searched refs:shnum (Results 1 – 5 of 5) sorted by relevance

/PHP-8.1/ext/fileinfo/libmagic/
H A Delfclass.h55 shnum = elf_getu16(swap, elfhdr.e_shnum);
56 if (shnum > ms->elf_shnum_max)
57 return toomany(ms, "section", shnum);
61 fsize, shnum, &flags, &notecount) == -1)
65 shnum = elf_getu16(swap, elfhdr.e_shnum);
66 if (shnum > ms->elf_shnum_max)
67 return toomany(ms, "section headers", shnum);
69 CAST(zend_off_t, elf_getu(swap, elfhdr.e_shoff)), shnum,
/PHP-8.1/ext/opcache/jit/
H A Dzend_elf.h48 uint16_t shnum; member
H A Dzend_elf.c89 for (i = 0; i < hdr.shnum; i++) { in zend_elf_load_symbols()
H A Dzend_jit_gdb.c180 .shnum = GDBJIT_SECT__MAX,
/PHP-8.1/ext/fileinfo/
H A Dlibmagic.patch1459 if (shnum > ms->elf_shnum_max)
1460 return toomany(ms, "section", shnum);
1465 fsize, shnum, &flags, &notecount) == -1)
1468 if (shnum > ms->elf_shnum_max)
1469 return toomany(ms, "section headers", shnum);
1471 - CAST(off_t, elf_getu(swap, elfhdr.e_shoff)), shnum,
1472 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_shoff)), shnum,

Completed in 18 milliseconds