Lines Matching refs:cSections
96 unsigned cSections;
325 while (j < pThis->cSections)
327 cbMapping = (j + 1 < pThis->cSections ? pThis->paSections[j + 1].VirtualAddress : pThis->cbImage)
529 for (unsigned cLeft = pModPe->cSections; cLeft > 0; cLeft--, pSH++)
1590 for (uint32_t i = 0; i < pModPe->cSections && rc == VINF_SUCCESS; i++, pSh++)
1630 if (i + 1 < pModPe->cSections && !(pSh[1].Characteristics & IMAGE_SCN_TYPE_NOLOAD))
1674 uint32_t i = pModPe->cSections;
1712 if (iSeg > pModPe->cSections)
2211 for (uint32_t i = 0; i < pModPe->cSections; i++)
2473 if ( iSh < pModPe->cSections
2479 while ( iSh < pModPe->cSections
2482 if (iSh < pModPe->cSections)
3218 * @param cSections Number of sections in that array.
3225 static int rtldrPEValidateSectionHeaders(const IMAGE_SECTION_HEADER *paSections, unsigned cSections, const char *pszLogName,
3232 for (unsigned cSHdrsLeft = cSections; cSHdrsLeft > 0; cSHdrsLeft--, pSH++)
3320 for (unsigned cSHdrsLeft = cSections; cSHdrsLeft > 0; cSHdrsLeft--, pSH++)
3377 for (unsigned cLeft = pModPe->cSections;
3714 pModPe->cSections = FileHdr.NumberOfSections;