Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/
H A Dkobj_impl.h81 #define KOBJ_INTERP 0x0008 /* the interpreter module */ macro
/titanic_44/usr/src/uts/common/krtld/
H A Dkobj.c936 mp->flags = KOBJ_INTERP|KOBJ_PRIM; in load_linker()
1151 if (mp->flags & (KOBJ_EXEC|KOBJ_INTERP)) in bind_primary()
1255 } else if (mp->flags & KOBJ_INTERP) { in bind_primary()