Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
Dctf_api.h127 #define CTF_MODEL_LP64 2 /* object data model is LP64 */ macro
129 #define CTF_MODEL_NATIVE CTF_MODEL_LP64
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_open.c1243 dtp->dt_conf.dtc_ctfmodel = CTF_MODEL_LP64; in dt_vopen()
1255 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64 && in dt_vopen()
1267 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) { in dt_vopen()
1277 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) { in dt_vopen()
Ddt_module.c492 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dt_module_create()
872 model = CTF_MODEL_LP64; in dt_module_getctf()
Ddt_dof.c604 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dof_hdr()
Ddt_printf.c944 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dt_printf_create()
Ddt_parser.c776 dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dt_node_type_size()
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_open.c37 { "LP64", CTF_MODEL_LP64, 8, 1, 2, 4, 8 },
776 (void) ctf_setmodel(fp, CTF_MODEL_LP64); in ctf_bufopen()