Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c123 static char const *libcpath = "/lib/sparcv9/libc.so.1"; variable
125 static char const *libcpath = "/lib/amd64/libc.so.1"; variable
127 static char const *libcpath = "/lib/libc.so.1"; variable
416 h = dlmopen(LM_ID_BASE, libcpath, RTLD_LAZY | RTLD_NOLOAD); in la_preinit()