shnum              55 ext/fileinfo/libmagic/elfclass.h 		shnum = elf_getu16(swap, elfhdr.e_shnum);
shnum              56 ext/fileinfo/libmagic/elfclass.h 		if (shnum > ms->elf_shnum_max)
shnum              57 ext/fileinfo/libmagic/elfclass.h 			return toomany(ms, "section", shnum);
shnum              61 ext/fileinfo/libmagic/elfclass.h 		    fsize, shnum, &flags, &notecount) == -1)
shnum              65 ext/fileinfo/libmagic/elfclass.h 		shnum = elf_getu16(swap, elfhdr.e_shnum);
shnum              66 ext/fileinfo/libmagic/elfclass.h 		if (shnum > ms->elf_shnum_max)
shnum              67 ext/fileinfo/libmagic/elfclass.h 			return toomany(ms, "section headers", shnum);
shnum              69 ext/fileinfo/libmagic/elfclass.h 		    (zend_off_t)elf_getu(swap, elfhdr.e_shoff), shnum,