Lines Matching defs:major
61 * highest versioned object is the .so with a matching major number
73 int major = 0;
93 if (!(stol(mjp, '.', &mnp, &major) && (*mnp == '.') &&
101 index = hash(libname, liblen, major);
108 if (tlop->lo_major == major)
166 char *mjp; /* where major version begins */
167 int m; /* the major number */
230 * Check if next component is the major number and
241 * Have libX.so.major.minor - attempt to add it to the
242 * cache. If there is another with the same major
311 int m; /* major version */
319 * Store the numeric major (interface) number, but the minor
322 * as a string, "subfields" (i.e., major.minor[.other.fields. etc.])
428 * This is based on X.major from libX.so.major.minor.
434 int m; /* the major version */