Home
last modified time | relevance | path

Searched refs:S10_LINKER_NAME (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/brand/solaris10/
H A Ds10_brand.h42 #define S10_LINKER_NAME "ld.so.1" macro
45 #define S10_LINKER32 "/lib/" S10_LINKER_NAME
48 #define S10_LINKER64 "/lib/64/" S10_LINKER_NAME
H A Ds10_brand.c232 if (strcmp(up->u_comm, S10_LINKER_NAME) != 0) in s10_native()