Searched refs:ctf_setmodel (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h124 * model of the given object, unless ctf_setmodel() is explicitly called.
165 extern int ctf_setmodel(ctf_file_t *, int);
/netbsd-current/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c779 (void) ctf_setmodel(fp, CTF_MODEL_LP64);
781 (void) ctf_setmodel(fp, CTF_MODEL_ILP32);
783 (void) ctf_setmodel(fp, CTF_MODEL_NATIVE);
1015 ctf_setmodel(ctf_file_t *fp, int model) function
H A Dctf_create.c438 (void) ctf_setmodel(nfp, ctf_getmodel(fp));
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dctf-api.h261 model of the given object, unless ctf_setmodel is explicitly called. */
384 extern int ctf_setmodel (ctf_dict_t *, int);
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-open.c1696 (void) ctf_setmodel (fp, CTF_MODEL_LP64);
1698 (void) ctf_setmodel (fp, CTF_MODEL_ILP32);
1701 (void) ctf_setmodel (fp, CTF_MODEL_NATIVE);
2041 ctf_setmodel (ctf_dict_t *fp, int model) function
H A Dctf-archive.c732 ctf_setmodel (fp, le64toh (arc->ctfa_model));
H A Dctf-serialize.c1112 (void) ctf_setmodel (nfp, ctf_getmodel (fp));
H A Dctf-create.c171 ctf_setmodel (fp, CTF_MODEL_NATIVE);
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-open.c1614 (void) ctf_setmodel (fp, CTF_MODEL_LP64);
1616 (void) ctf_setmodel (fp, CTF_MODEL_ILP32);
1619 (void) ctf_setmodel (fp, CTF_MODEL_NATIVE);
1891 ctf_setmodel (ctf_file_t *fp, int model) function
H A Dctf-archive.c620 ctf_setmodel (fp, le64toh (arc->ctfa_model));
H A Dctf-create.c136 ctf_setmodel (fp, CTF_MODEL_NATIVE);
522 (void) ctf_setmodel (nfp, ctf_getmodel (fp));
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dctf-api.h228 model of the given object, unless ctf_setmodel() is explicitly called. */
330 extern int ctf_setmodel (ctf_file_t *, int);
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dctf-api.h261 model of the given object, unless ctf_setmodel is explicitly called. */
384 extern int ctf_setmodel (ctf_dict_t *, int);
/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-open.c1696 (void) ctf_setmodel (fp, CTF_MODEL_LP64);
1698 (void) ctf_setmodel (fp, CTF_MODEL_ILP32);
1701 (void) ctf_setmodel (fp, CTF_MODEL_NATIVE);
2041 ctf_setmodel (ctf_dict_t *fp, int model) function
H A Dctf-archive.c732 ctf_setmodel (fp, le64toh (arc->ctfa_model));
H A Dctf-serialize.c1112 (void) ctf_setmodel (nfp, ctf_getmodel (fp));
H A Dctf-create.c171 ctf_setmodel (fp, CTF_MODEL_NATIVE);
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h261 model of the given object, unless ctf_setmodel is explicitly called. */
384 extern int ctf_setmodel (ctf_dict_t *, int);
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-open.c1696 (void) ctf_setmodel (fp, CTF_MODEL_LP64);
1698 (void) ctf_setmodel (fp, CTF_MODEL_ILP32);
1701 (void) ctf_setmodel (fp, CTF_MODEL_NATIVE);
2041 ctf_setmodel (ctf_dict_t *fp, int model) function
H A Dctf-archive.c732 ctf_setmodel (fp, le64toh (arc->ctfa_model));
H A Dctf-serialize.c1112 (void) ctf_setmodel (nfp, ctf_getmodel (fp));
H A Dctf-create.c171 ctf_setmodel (fp, CTF_MODEL_NATIVE);
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_open.c1456 (void) ctf_setmodel(dmp->dm_ctfp, dtp->dt_conf.dtc_ctfmodel);
1522 (void) ctf_setmodel(dmp->dm_ctfp, dtp->dt_conf.dtc_ctfmodel);
H A Ddt_module.c910 (void) ctf_setmodel(dmp->dm_ctfp, model);

Completed in 339 milliseconds