Home
last modified time | relevance | path

Searched refs:ctf_bufopen (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c186 fp = ctf_bufopen(&ctfsect, &symsect, &strsect, &err); in ctfmerge_elfopen()
188 fp = ctf_bufopen(&ctfsect, NULL, NULL, &err); in ctfmerge_elfopen()
/illumos-gate/usr/src/uts/common/ctf/
H A Dctf_mod.c166 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL) in ctf_modopen()
H A Dmapfile59 ctf_bufopen;
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/
H A Dmapfile55 ctf_bufopen;
/illumos-gate/usr/src/lib/libctf/common/
H A Dmapfile-vers135 ctf_bufopen;
H A Dctf_lib.c468 if ((fp = ctf_bufopen(&ctfsect, NULL, NULL, errp)) == NULL) in ctf_fdcreate_int()
654 fp = ctf_bufopen(ctfp, &symsect, &strsect, errp); in ctf_fdcreate_int()
656 fp = ctf_bufopen(ctfp, NULL, NULL, errp); in ctf_fdcreate_int()
/illumos-gate/usr/src/uts/common/sys/
H A Dctf_api.h211 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c545 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() function
861 fp = ctf_bufopen(ctp, symp, strp, &err); in ctf_dup()
H A Dctf_create.c82 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) { in ctf_create()
665 if ((nfp = ctf_bufopen(&cts, symp, strp, &err)) == NULL) { in ctf_update()
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c827 dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata, in dt_module_getctf()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c1733 return (ctf_bufopen(&ctdata, &symtab, &strtab, errp)); in mdb_ctf_bufopen()
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c809 fptr->file_ctfp = ctf_bufopen(&ctdata, &symtab, &strtab, &err); in Pbuild_file_ctf()