Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h182 #define CTF_MODEL_LP64 2 /* object data model is LP64 */ macro
184 #define CTF_MODEL_NATIVE CTF_MODEL_LP64
/illumos-gate/usr/src/cmd/ctfconvert/
H A Dctfconvert.c178 VERIFY(model == CTF_MODEL_ILP32 || model == CTF_MODEL_LP64); in ctfconvert_fixup_genunix()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c1008 dtp->dt_conf.dtc_ctfmodel = CTF_MODEL_LP64; in dt_vopen()
1020 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64 && in dt_vopen()
1031 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) { in dt_vopen()
H A Ddt_module.c444 if (dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dt_module_create()
806 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.c781 dtp->dt_conf.dtc_ctfmodel == CTF_MODEL_LP64) in dt_node_type_size()
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c38 { "LP64", CTF_MODEL_LP64, 8, 1, 2, 4, 8 },
780 (void) ctf_setmodel(fp, CTF_MODEL_LP64); in ctf_bufopen()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c856 VERIFY(ctf_setmodel(cup->cu_ctfp, CTF_MODEL_LP64) == 0); in ctf_dwarf_die_elfenc()