Searched refs:ctf_bufopen_internal (Results 1 – 3 of 3) sorted by relevance
| /dflybsd-src/contrib/binutils-2.34/libctf/ |
| H A D | ctf-impl.h | 448 extern ctf_file_t *ctf_bufopen_internal (const ctf_sect_t *, const ctf_sect_t *,
|
| H A D | ctf-open.c | 1278 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 D | ctf-create.c | 116 if ((fp = ctf_bufopen_internal (&cts, NULL, NULL, NULL, 1, errp)) == NULL) in ctf_create()
|