Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dsupport.c89 if (interface == LDS_VERSION) { in ld_sup_loadso()
91 support[LDS_VERSION].sup_name, LDS_VERSION, 0)); in ld_sup_loadso()
107 assert(LDS_VERSION == 0); in ld_sup_loadso()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsupport.c92 if ((ndx == LDS_ATEXIT) || (ndx == LDS_VERSION) || in Dbg_support_action()
/illumos-gate/usr/src/cmd/sgs/include/
H A Dlibld.h1499 LDS_VERSION = 0, /* Must be first and have value 0 */ enumerator