/netbsd-src/external/cddl/osnet/dist/lib/libctf/common/ |
H A D | ctf_lib.c | 267 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 D | ctf_mod.c | 159 if ((fp = ctf_bufopen(&ctfsect, &symsect, &strsect, error)) == NULL) in ctf_modopen()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | libctf.ver | 23 ctf_bufopen;
|
H A D | ChangeLog-2020 | 1230 (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 D | ctf-archive.c | 446 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 D | ctf-open.c | 1321 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 D | ctf_api.h | 153 extern ctf_file_t *ctf_bufopen(const ctf_sect_t *, const ctf_sect_t *,
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | libctf.ver | 23 ctf_bufopen;
|
H A D | ChangeLog-2020 | 1230 (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 D | ctf-archive.c | 444 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 D | ctf-open.c | 1321 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 D | ChangeLog-2020 | 1230 (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 D | ctf_open.c | 547 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 D | ctf_create.c | 80 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 D | ctf-api.h | 365 extern ctf_dict_t *ctf_bufopen (const ctf_sect_t *, const ctf_sect_t *,
|
H A D | ChangeLog-2019 | 442 (ctf_bufopen): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 365 extern ctf_dict_t *ctf_bufopen (const ctf_sect_t *, const ctf_sect_t *,
|
H A D | ChangeLog-2019 | 442 (ctf_bufopen): Likewise.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 442 (ctf_bufopen): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 442 (ctf_bufopen): Likewise.
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_module.c | 902 dmp->dm_ctfp = ctf_bufopen(&dmp->dm_ctdata, in dt_module_getctf()
|