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

/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c637 if (args->to_model == DATAMODEL_NATIVE) {
674 if (args->to_model == DATAMODEL_NATIVE) {
725 if (args->to_model == DATAMODEL_NATIVE) {
786 if (args->to_model == DATAMODEL_NATIVE) {
874 if (args->to_model == DATAMODEL_NATIVE) {
904 if (args->to_model == DATAMODEL_NATIVE) {
H A Dexec.c1569 if (args->to_model == DATAMODEL_NATIVE)
1790 if (args->to_model == DATAMODEL_NATIVE) {
1923 if (args->to_model == DATAMODEL_NATIVE) {
2063 p->p_model = args->to_model;
/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h94 model_t to_model; member in struct:uarg
/illumos-gate/usr/src/uts/common/exec/aout/
H A Daout.c147 args->to_model = DATAMODEL_ILP32;
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c366 args->to_model = DATAMODEL_ILP32;
369 args->to_model = DATAMODEL_LP64;
377 args->to_model = DATAMODEL_ILP32;
385 * args->to_model to see if the target is 32-bit or 64-bit without
587 if (args->to_model == DATAMODEL_LP64)
872 if (args->to_model == DATAMODEL_NATIVE) {

Completed in 68 milliseconds