Searched refs:shnum (Results 1 – 5 of 5) sorted by relevance
/PHP-8.0/ext/fileinfo/libmagic/ |
H A D | elfclass.h | 55 shnum = elf_getu16(swap, elfhdr.e_shnum); 56 if (shnum > ms->elf_shnum_max) 57 return toomany(ms, "section", shnum); 61 fsize, shnum, &flags, ¬ecount) == -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.0/ext/opcache/jit/ |
H A D | zend_elf.h | 48 uint16_t shnum; member
|
H A D | zend_elf.c | 89 for (i = 0; i < hdr.shnum; i++) { in zend_elf_load_symbols()
|
H A D | zend_jit_gdb.c | 175 .shnum = GDBJIT_SECT__MAX,
|
/PHP-8.0/ext/fileinfo/ |
H A D | libmagic.patch | 1496 if (shnum > ms->elf_shnum_max) 1497 return toomany(ms, "section", shnum); 1502 fsize, shnum, &flags, ¬ecount) == -1) 1505 if (shnum > ms->elf_shnum_max) 1506 return toomany(ms, "section headers", shnum); 1508 - CAST(off_t, elf_getu(swap, elfhdr.e_shoff)), shnum, 1509 + CAST(zend_off_t, elf_getu(swap, elfhdr.e_shoff)), shnum,
|
Completed in 15 milliseconds