Home
last modified time | relevance | path

Searched refs:ctf_bufopen_internal (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-impl.h448 extern ctf_file_t *ctf_bufopen_internal (const ctf_sect_t *, const ctf_sect_t *,
H A Dctf-open.c1278 return ctf_bufopen_internal (ctfsectp, symsectp, strsectp, syn_strtab, in ctf_simple_open_internal()
1291 return ctf_bufopen_internal (ctfsect, symsect, strsect, NULL, 0, errp); in ctf_bufopen()
1297 ctf_bufopen_internal (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen_internal() function
H A Dctf-create.c116 if ((fp = ctf_bufopen_internal (&cts, NULL, NULL, NULL, 1, errp)) == NULL) in ctf_create()