Lines Matching refs:scncnt
409 size_t scncnt = GetShnum(mapAddress, eIdent, offset, maxSize);
416 if (scncnt > SIZE_MAX / (sizeof(ElfSectionBase) + sizeof(llvm::ELF::Elf32_Shdr))) {
420 } else if (scncnt > SIZE_MAX / (sizeof(ElfSectionBase) + sizeof(llvm::ELF::Elf64_Shdr))) {
428 const size_t scnMax = (scncnt ? scncnt : (cmd == ELF_CMD_RDWR || cmd == ELF_CMD_RDWR_MMAP) ? 1 : 0);
434 ASSERT((unsigned int)scncnt == scncnt);
436 elf->state.elf32.sections.cnt = scncnt;
444 elf->state.elf32, mapAddress, eIdent, offset, maxSize, cmd, scncnt, elf);
447 elf->state.elf64, mapAddress, eIdent, offset, maxSize, cmd, scncnt, elf);