Home
last modified time | relevance | path

Searched refs:ctf_simple_open_internal (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-impl.h748 extern ctf_dict_t *ctf_simple_open_internal (const char *, size_t, const char *,
H A DChangeLog-20201140 (ctf_simple_open_internal): Likewise.
1175 Tell ctf_simple_open_internal that this is a writable dictionary.
1228 (ctf_simple_open_internal): Adjust. New 'writable' parameter.
1452 (ctf_simple_open_internal): Likewise.
1470 Call ctf_simple_open_internal, not ctf_simple_open.
1478 (ctf_simple_open_internal): ... this new function, which calls
H A Dctf-open.c1261 return ctf_simple_open_internal (ctfsect, ctfsect_size, symsect, symsect_size, in ctf_simple_open()
1269 ctf_dict_t *ctf_simple_open_internal (const char *ctfsect, size_t ctfsect_size, in ctf_simple_open_internal() function
H A Dctf-serialize.c1104 if ((nfp = ctf_simple_open_internal ((char *) buf, buf_size, NULL, 0, in ctf_serialize()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-impl.h747 extern ctf_dict_t *ctf_simple_open_internal (const char *, size_t, const char *,
H A DChangeLog-20201140 (ctf_simple_open_internal): Likewise.
1175 Tell ctf_simple_open_internal that this is a writable dictionary.
1228 (ctf_simple_open_internal): Adjust. New 'writable' parameter.
1452 (ctf_simple_open_internal): Likewise.
1470 Call ctf_simple_open_internal, not ctf_simple_open.
1478 (ctf_simple_open_internal): ... this new function, which calls
H A Dctf-open.c1261 return ctf_simple_open_internal (ctfsect, ctfsect_size, symsect, symsect_size, in ctf_simple_open()
1269 ctf_dict_t *ctf_simple_open_internal (const char *ctfsect, size_t ctfsect_size, in ctf_simple_open_internal() function
H A Dctf-serialize.c1104 if ((nfp = ctf_simple_open_internal ((char *) buf, buf_size, NULL, 0, in ctf_serialize()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201140 (ctf_simple_open_internal): Likewise.
1175 Tell ctf_simple_open_internal that this is a writable dictionary.
1228 (ctf_simple_open_internal): Adjust. New 'writable' parameter.
1452 (ctf_simple_open_internal): Likewise.
1470 Call ctf_simple_open_internal, not ctf_simple_open.
1478 (ctf_simple_open_internal): ... this new function, which calls