Lines Matching defs:paSects
760 MY_SECTION const *paSects = (MY_SECTION const *)(pSeg + 1);
763 if (paSects[i].sectname[0] == '\0')
765 if (memcmp(paSects[i].segname, pSeg->segname, sizeof(pSeg->segname)))
768 switch (paSects[i].flags & SECTION_TYPE)
778 ? paSects[i].offset - pSeg->fileoff >= pSeg->filesize
779 : paSects[i].offset - pSeg->fileoff != pSeg->filesize)
781 if ( paSects[i].addr != 0
782 && paSects[i].offset - pSeg->fileoff != paSects[i].addr - pSeg->vmaddr)
787 if (paSects[i].offset != 0)
806 if (paSects[i].align > 12)
808 if (paSects[i].align > uAlignment)
809 uAlignment = paSects[i].align;
814 pThis->apSections[pThis->cSections++] = &paSects[i];