Home
last modified time | relevance | path

Searched refs:ctf_setmodel (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile80 ctf_setmodel;
/illumos-gate/usr/src/uts/common/ctf/
H A Dmapfile85 ctf_setmodel;
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c780 (void) ctf_setmodel(fp, CTF_MODEL_LP64); in ctf_bufopen()
782 (void) ctf_setmodel(fp, CTF_MODEL_ILP32); in ctf_bufopen()
784 (void) ctf_setmodel(fp, CTF_MODEL_NATIVE); in ctf_bufopen()
1047 ctf_setmodel(ctf_file_t *fp, int model) in ctf_setmodel() function
H A Dctf_create.c670 (void) ctf_setmodel(nfp, ctf_getmodel(fp)); in ctf_update()
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers151 ctf_setmodel;
H A Dctf_merge.c931 if (ctf_setmodel(out, ctf_getmodel(parent)) != 0) { in ctf_uniquify_types()
1241 if (ctf_setmodel(empty, ctf_getmodel(input)) == CTF_ERR) { in ctf_merge_add()
H A Dctf_dwarf.c853 VERIFY(ctf_setmodel(cup->cu_ctfp, CTF_MODEL_ILP32) == 0); in ctf_dwarf_die_elfenc()
856 VERIFY(ctf_setmodel(cup->cu_ctfp, CTF_MODEL_LP64) == 0); in ctf_dwarf_die_elfenc()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h225 extern int ctf_setmodel(ctf_file_t *, int);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_open.c1106 (void) ctf_setmodel(dmp->dm_ctfp, dtp->dt_conf.dtc_ctfmodel); in dt_vopen()
1172 (void) ctf_setmodel(dmp->dm_ctfp, dtp->dt_conf.dtc_ctfmodel); in dt_vopen()
H A Ddt_module.c835 (void) ctf_setmodel(dmp->dm_ctfp, model); in dt_module_getctf()