Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dauxv.h224 #define AF_SUN_NOPLM 0x00000004 macro
/illumos-gate/usr/src/lib/brand/shared/brand/common/
H A Dbrand_util.c424 ap->a_un.a_val &= ~AF_SUN_NOPLM; in brand_post_init()
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c883 auxflags_auxv.a_un.a_val |= AF_SUN_NOPLM; in brand_solaris_elfexec()
897 auxflags_auxv32.a_un.a_val |= AF_SUN_NOPLM; in brand_solaris_elfexec()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c1120 if (auxflags & AF_SUN_NOPLM) in setup()
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg59 @ MSG_AUXV_AF_SUN_NOPLM "AF_SUN_NOPLM"
H A Dcorenote.c1038 { AF_SUN_NOPLM, MSG_AUXV_AF_SUN_NOPLM }, in conv_cnote_auxv_af()