ctf_bufopen
fp = ctf_bufopen(&ctfsect, &symsect, &strsect, &err);
fp = ctf_bufopen(&ctfsect, NULL, NULL, &err);
return (ctf_bufopen(&ctdata, &symtab, &strtab, errp));
if ((nfp = ctf_bufopen(&cts, symp, strp, &err)) == NULL) {
if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) {
fp = ctf_bufopen(ctp, symp, strp, &err);
if ((fp = ctf_bufopen(&ctfsect, NULL, NULL, errp)) == NULL)
fp = ctf_bufopen(ctfp, &symsect, &strsect, errp);
fp = ctf_bufopen(ctfp, NULL, NULL, errp);
dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata,
fptr->file_ctfp = ctf_bufopen(&ctdata, &symtab, &strtab, &err);
if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL)
extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,