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

/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab_machelf32.c198 #define PLTREL_MIN_ENTRIES 4 /* SPARC psABI 3.0 and SCD 2.4 */ macro
203 * PLTREL_MIN_ENTRIES. This define fakes up the value of PLTREL_MIN_ENTRIES
206 #define PLTREL_MIN_ENTRIES 1 macro
208 #define PLTREL_MIN_ENTRIES 0 macro
423 if (pltentries < PLTREL_MIN_ENTRIES) {
426 (long)pltentries, PLTREL_MIN_ENTRIES);
429 if (pltentries < PLTREL_MIN_ENTRIES + 2)

Completed in 44 milliseconds