Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dctf_api.h123 #define CTF_MODEL_LP64 2 /* object data model is LP64 */ macro
125 #define CTF_MODEL_NATIVE CTF_MODEL_LP64
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_open.c1004 dtp->dt_conf.dtc_ctfmodel = CTF_MODEL_LP64; in dt_vopen()
1016 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64 && in dt_vopen()
1027 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) { in dt_vopen()
H A Ddt_module.c445 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dt_module_create()
807 model = CTF_MODEL_LP64; in dt_module_getctf()
H A Ddt_dof.c610 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dof_hdr()
H A Ddt_printf.c916 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dt_printf_create()
H A Ddt_parser.c771 dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dt_node_type_size()
/titanic_41/usr/src/common/ctf/
H A Dctf_open.c37 { "LP64", CTF_MODEL_LP64, 8, 1, 2, 4, 8 },
776 (void) ctf_setmodel(fp, CTF_MODEL_LP64); in ctf_bufopen()