Searched refs:ctf_bufopen (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 240 if ((fp = ctf_bufopen(&ctfsect, NULL, NULL, errp)) == NULL) in ctf_fdopen() 421 fp = ctf_bufopen(&ctfsect, &symsect, &strsect, errp); in ctf_fdopen() 423 fp = ctf_bufopen(&ctfsect, NULL, NULL, errp); in ctf_fdopen()
|
H A D | mapfile-vers | 89 ctf_bufopen;
|
/titanic_41/usr/src/uts/common/ctf/ |
H A D | ctf_mod.c | 159 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL) in ctf_modopen()
|
H A D | mapfile | 59 ctf_bufopen;
|
/titanic_41/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 55 ctf_bufopen;
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 149 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,
|
/titanic_41/usr/src/common/ctf/ |
H A D | ctf_open.c | 544 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() function 857 fp = ctf_bufopen(ctp, symp, strp, &err); in ctf_dup()
|
H A D | ctf_create.c | 73 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) { in ctf_create() 426 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) { in ctf_update()
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 827 dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata, in dt_module_getctf()
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1684 return (ctf_bufopen(&ctdata, &symtab, &strtab, errp)); in mdb_ctf_bufopen()
|
/titanic_41/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 788 fptr->file_ctfp = ctf_bufopen(&ctdata, &symtab, &strtab, &err); in Pbuild_file_ctf()
|