Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/
H A Dctf_lib.c267 if ((fp = ctf_bufopen(&ctfsect, NULL, NULL, errp)) == NULL) in ctf_fdopen()
452 fp = ctf_bufopen(&ctfsect, &symsect, &strsect, errp); in ctf_fdopen()
454 fp = ctf_bufopen(&ctfsect, NULL, NULL, errp); in ctf_fdopen()
/netbsd-src/external/cddl/osnet/dist/uts/common/ctf/
H A Dctf_mod.c159 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL) in ctf_modopen()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver23 ctf_bufopen;
H A DChangeLog-20201230 (ctf_bufopen): Likewise.
1480 (ctf_bufopen): Rename to, and reimplement as a wrapper around...
1497 (ctf_bufopen): Check header offsets and alignment for validity.
1506 * ctf-open.c (ctf_bufopen): Allow opening with a string section but
1512 * ctf-open.c (ctf_bufopen): Set it. No longer dump header offsets.
1539 (ctf_bufopen): Store the header in fp->ctf_header. Correct minimum
1607 * ctf-open.c (ctf_bufopen): Create the atoms table.
1670 (ctf_bufopen): Flip the endianness of the CTF-section header copy.
1681 * ctf-open.c (ctf_bufopen): Dump header offsets into the debugging
1698 (ctf_bufopen): Likewise. No longer call ctf_data_protect.
[all …]
H A Dctf-archive.c446 if ((fp = ctf_bufopen (ctfsect, symsect, strsect, errp)) == NULL) in ctf_arc_bufopen()
731 fp = ctf_bufopen (&ctfsect, symsect, strsect, errp); in ctf_dict_open_by_offset()
H A Dctf-open.c1321 ctf_bufopen (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() function
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h153 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver23 ctf_bufopen;
H A DChangeLog-20201230 (ctf_bufopen): Likewise.
1480 (ctf_bufopen): Rename to, and reimplement as a wrapper around...
1497 (ctf_bufopen): Check header offsets and alignment for validity.
1506 * ctf-open.c (ctf_bufopen): Allow opening with a string section but
1512 * ctf-open.c (ctf_bufopen): Set it. No longer dump header offsets.
1539 (ctf_bufopen): Store the header in fp->ctf_header. Correct minimum
1607 * ctf-open.c (ctf_bufopen): Create the atoms table.
1670 (ctf_bufopen): Flip the endianness of the CTF-section header copy.
1681 * ctf-open.c (ctf_bufopen): Dump header offsets into the debugging
1698 (ctf_bufopen): Likewise. No longer call ctf_data_protect.
[all …]
H A Dctf-archive.c444 if ((fp = ctf_bufopen (ctfsect, symsect, strsect, errp)) == NULL) in ctf_arc_bufopen()
729 fp = ctf_bufopen (&ctfsect, symsect, strsect, errp); in ctf_dict_open_by_offset()
H A Dctf-open.c1321 ctf_bufopen (const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() function
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201230 (ctf_bufopen): Likewise.
1480 (ctf_bufopen): Rename to, and reimplement as a wrapper around...
1497 (ctf_bufopen): Check header offsets and alignment for validity.
1506 * ctf-open.c (ctf_bufopen): Allow opening with a string section but
1512 * ctf-open.c (ctf_bufopen): Set it. No longer dump header offsets.
1539 (ctf_bufopen): Store the header in fp->ctf_header. Correct minimum
1607 * ctf-open.c (ctf_bufopen): Create the atoms table.
1670 (ctf_bufopen): Flip the endianness of the CTF-section header copy.
1681 * ctf-open.c (ctf_bufopen): Dump header offsets into the debugging
1698 (ctf_bufopen): Likewise. No longer call ctf_data_protect.
[all …]
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_open.c547 ctf_bufopen(const ctf_sect_t *ctfsect, const ctf_sect_t *symsect, in ctf_bufopen() function
860 fp = ctf_bufopen(ctp, symp, strp, &err); in ctf_dup()
H A Dctf_create.c80 if ((fp = ctf_bufopen(&cts, NULL, NULL, errp)) == NULL) { in ctf_create()
433 if ((nfp = ctf_bufopen(&cts, NULL, NULL, &err)) == NULL) { in ctf_update()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h365 extern ctf_dict_t *ctf_bufopen (const ctf_sect_t *, const ctf_sect_t *,
H A DChangeLog-2019442 (ctf_bufopen): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h365 extern ctf_dict_t *ctf_bufopen (const ctf_sect_t *, const ctf_sect_t *,
H A DChangeLog-2019442 (ctf_bufopen): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019442 (ctf_bufopen): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019442 (ctf_bufopen): Likewise.
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_module.c902 dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata, in dt_module_getctf()