Searched refs:ctf_bufopen (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/ctfmerge/ |
H A D | ctfmerge.c | 186 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 D | ctf_mod.c | 166 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL) in ctf_modopen()
|
H A D | mapfile | 59 ctf_bufopen;
|
/illumos-gate/usr/src/cmd/mdb/common/libstandctf/ |
H A D | mapfile | 55 ctf_bufopen;
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_lib.c | 468 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()
|
H A D | mapfile-vers | 135 ctf_bufopen;
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | ctf_api.h | 211 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_open.c | 545 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 D | ctf_create.c | 83 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) { in ctf_create() 666 if ((nfp = ctf_bufopen(&cts, symp, strp, &err)) == NULL) { in ctf_update()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 826 dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata, in dt_module_getctf()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 1769 return (ctf_bufopen(&ctdata, &symtab, &strtab, errp)); in mdb_ctf_bufopen()
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 809 fptr->file_ctfp = ctf_bufopen(&ctdata, &symtab, &strtab, &err); in Pbuild_file_ctf()
|