Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c906 auxv_t brand_auxv[] = { in brand_solaris_elfexec() local
912 ASSERT(brand_auxv[0].a_type == in brand_solaris_elfexec()
914 brand_auxv[0].a_un.a_val = sed.sed_lddata; in brand_solaris_elfexec()
916 if (copyout(&brand_auxv, args->auxp_brand, in brand_solaris_elfexec()
917 sizeof (brand_auxv)) != 0) in brand_solaris_elfexec()