Searched refs:pltentries (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c256 size_t pltsz = 0, pltentries = 0; local
404 pltentries = pltrelsz / sizeof (Rela);
406 pltentries = pltrelsz / sizeof (Rel);
410 pltentries = pltrelsz / sizeof (Rel);
413 pltentries = pltrelsz / sizeof (Rela);
418 if (pltentries < PLTREL_MIN_ENTRIES) {
421 (long)pltentries, PLTREL_MIN_ENTRIES);
424 if (pltentries < PLTREL_MIN_ENTRIES + 2)
431 pltsz = (pltentries + M_PLT_XNumber) * M_PLT_ENTSIZE;

Completed in 41 milliseconds