Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dbrand.c637 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
674 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
725 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
786 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
874 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
904 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
H A Dexec.c1540 if (args->to_model == DATAMODEL_NATIVE) in stk_putptr()
1748 if (args->to_model == DATAMODEL_NATIVE) { in stk_copyout()
1843 if (args->to_model == DATAMODEL_NATIVE) { in exec_args()
1983 p->p_model = args->to_model; in exec_args()
/titanic_41/usr/src/uts/common/sys/
H A Dexec.h94 model_t to_model; member
/titanic_41/usr/src/uts/common/exec/aout/
H A Daout.c147 args->to_model = DATAMODEL_ILP32; in aoutexec()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c331 args->to_model = DATAMODEL_ILP32; in elfexec()
334 args->to_model = DATAMODEL_LP64; in elfexec()
342 args->to_model = DATAMODEL_ILP32; in elfexec()
508 if (args->to_model == DATAMODEL_LP64) in elfexec()
784 if (args->to_model == DATAMODEL_NATIVE) { in elfexec()