Home | History | Annotate | Download | only in libelf

Lines Matching full:shnum

84 __elfw2(LIBELFBITS,updatemmap) (Elf *elf, int change_bo, size_t shnum)
169 if (shnum > 0)
173 Elf_Scn **scns = (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *));
193 for (cnt = 0; cnt < shnum; ++cnt)
351 __elfw2(LIBELFBITS,updatefile) (Elf *elf, int change_bo, size_t shnum)
475 if (shnum > 0)
480 Elf_Scn **scns = (Elf_Scn **) alloca (shnum * sizeof (Elf_Scn *));
494 alloca (shnum * sizeof (ElfW2(LIBELFBITS,Shdr)));
502 for (cnt = 0; cnt < shnum; ++cnt)
611 * shnum, shdr_offset)
612 != sizeof (ElfW2(LIBELFBITS,Shdr)) * shnum))