Searched refs:ctf_bufopen (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/binutils-2.34/libctf/ |
H A D | ctf-open-bfd.c | 206 if ((fp = ctf_bufopen (ctfsect, symsectp, strsectp, errp)) == NULL) in ctf_bfdopen_ctfsect()
|
H A D | ctf-archive.c | 558 fp = ctf_bufopen (&ctfsect, symsect, strsect, errp); in ctf_arc_open_by_offset()
|
H A D | ctf-open.c | 1288 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 D | ctf-api.h | 279 extern ctf_file_t *ctf_bufopen (const ctf_sect_t *, const ctf_sect_t *,
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | readelf.c | 14031 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()
|