Home
last modified time | relevance | path

Searched refs:ctf_bufopen (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-open-bfd.c206 if ((fp = ctf_bufopen (ctfsect, symsectp, strsectp, errp)) == NULL) in ctf_bfdopen_ctfsect()
H A Dctf-archive.c558 fp = ctf_bufopen (&ctfsect, symsect, strsect, errp); in ctf_arc_open_by_offset()
H A Dctf-open.c1288 ctf_bufopen (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() function
/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf-api.h279 extern ctf_file_t *ctf_bufopen (const ctf_sect_t *, const ctf_sect_t *,
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dreadelf.c14031 if ((ctf = ctf_bufopen (&ctfsect, symsectp, strsectp, &err)) == NULL) in dump_section_as_ctf()
14039 if ((parent = ctf_bufopen (&parentsect, symsectp, strsectp, &err)) == NULL) in dump_section_as_ctf()