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

/opensolaris-onvv-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c194 #define PLTREL_MIN_ENTRIES 4 /* SPARC psABI 3.0 and SCD 2.4 */ macro
199 * PLTREL_MIN_ENTRIES. This define fakes up the value of PLTREL_MIN_ENTRIES
202 #define PLTREL_MIN_ENTRIES 1 macro
204 #define PLTREL_MIN_ENTRIES 0 macro
418 if (pltentries < PLTREL_MIN_ENTRIES) {
421 (long)pltentries, PLTREL_MIN_ENTRIES);
424 if (pltentries < PLTREL_MIN_ENTRIES + 2)

Completed in 109 milliseconds