Searched defs:ctf_bufopen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c544 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, function
572 ctf_dprintf("ctf_bufopen: magic=0x%x version=%u\n",
612 ctf_dprintf("ctf_bufopen: uncompressed size=%lu\n", (ulong_t)size);
725 ctf_dprintf("ctf_bufopen: parent name %s (label %s)\n",
793 * container if they exist and passing those into ctf_bufopen. To copy those, we
810 * the name, as ctf_bufopen will take care of that.
857 fp = ctf_bufopen(ctp, symp, strp, &err);

Completed in 60 milliseconds