Home
last modified time | relevance | path

Searched refs:ctf_type_pointer (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver69 ctf_type_pointer;
H A Dctf-types.c1155 ctf_type_pointer (ctf_dict_t *fp, ctf_id_t type) in ctf_type_pointer() function
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h190 extern ctf_id_t ctf_type_pointer(ctf_file_t *, ctf_id_t);
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver69 ctf_type_pointer;
H A Dctf-types.c1146 ctf_type_pointer (ctf_dict_t *fp, ctf_id_t type) in ctf_type_pointer() function
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h417 extern ctf_id_t ctf_type_pointer (ctf_dict_t *, ctf_id_t);
H A DChangeLog-2019380 (ctf_type_pointer): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h417 extern ctf_id_t ctf_type_pointer (ctf_dict_t *, ctf_id_t);
H A DChangeLog-2019380 (ctf_type_pointer): Likewise.
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c504 ctf_type_pointer(ctf_file_t *fp, ctf_id_t type) in ctf_type_pointer() function
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019380 (ctf_type_pointer): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019380 (ctf_type_pointer): Likewise.
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_parser.c279 if ((ptr = ctf_type_pointer(ctfp, type)) != CTF_ERR || in dt_type_pointer()
280 (ptr = ctf_type_pointer(ctfp, base)) != CTF_ERR) { in dt_type_pointer()