Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_impl.h82 #define KOBJ_INTERP 0x0008 /* the interpreter module */ macro
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c925 mp->flags = KOBJ_INTERP|KOBJ_PRIM; in load_linker()
1138 if (mp->flags & (KOBJ_EXEC|KOBJ_INTERP)) in bind_primary()
1239 } else if (mp->flags & KOBJ_INTERP) { in bind_primary()