Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c638 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
675 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
726 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
787 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
875 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
905 if (args->to_model == DATAMODEL_NATIVE) { in brand_solaris_elfexec()
H A Dexec.c1653 if (args->to_model == DATAMODEL_NATIVE) in stk_putptr()
1874 if (args->to_model == DATAMODEL_NATIVE) { in stk_copyout()
2024 if (args->to_model == DATAMODEL_NATIVE) { in exec_args()
2166 p->p_model = args->to_model; in exec_args()
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h99 model_t to_model; member
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c348 args->to_model = DATAMODEL_ILP32; in elfexec()
351 args->to_model = DATAMODEL_LP64; in elfexec()
359 args->to_model = DATAMODEL_ILP32; in elfexec()
588 if (args->to_model == DATAMODEL_LP64) in elfexec()
893 if (args->to_model == DATAMODEL_NATIVE) { in elfexec()