Lines Matching defs:npsections
76 size_t npsections;
118 int npsections;
154 (l->l_proc), 0, npsections);
156 npsections++;
183 if (npsections < PN_XNUM) {
184 ehdr.e_phnum = npsections;
209 if (npsections >= PN_XNUM) {
212 shdr.sh_info = npsections;
219 psectionssize = npsections * sizeof(*psections);
227 ws.npsections = npsections - 1;
233 if (ws.npsections != 0) {
274 for (i = 0; i < npsections - 1; i++) {
313 if (ws->npsections == 0)
315 ws->npsections--;