Home
last modified time | relevance | path

Searched refs:ctf_add_pointer (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/
H A Dpptrtab.c35 if ((ptr = ctf_add_pointer (cfp, CTF_ADD_ROOT, base)) == CTF_ERR) in main()
53 if ((ptr = ctf_add_pointer (pfp, CTF_ADD_ROOT, base2)) == CTF_ERR) in main()
74 if ((ptr = ctf_add_pointer (cfp, CTF_ADD_ROOT, base2)) == CTF_ERR) in main()
H A Dpptrtab-writable-page-deep-lookup.c25 if ((foo = ctf_add_pointer (pfp, CTF_ADD_NONROOT, ptype)) == CTF_ERR) in main()
37 if ((ptrtype = ctf_add_pointer (pfp, CTF_ADD_ROOT, ptype)) == CTF_ERR) in main()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver111 ctf_add_pointer;
H A Dctf-create.c667 ctf_add_pointer (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref) in ctf_add_pointer() function
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dctf_api.h221 extern ctf_id_t ctf_add_pointer(ctf_file_t *, uint_t, ctf_id_t);
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver111 ctf_add_pointer;
H A Dctf-create.c671 ctf_add_pointer (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref) in ctf_add_pointer() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h417 extern ctf_id_t ctf_add_pointer (ctf_container_ref, uint32_t, ctf_id_t,
H A Ddwarf2ctf.cc348 ptr_type_id = ctf_add_pointer (ctfc, CTF_ADD_ROOT, type_id, ptr_type); in gen_ctf_pointer_type()
H A Dctfc.cc548 ctf_add_pointer (ctf_container_ref ctfc, uint32_t flag, ctf_id_t ref, in ctf_add_pointer() function
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_open.c1493 (void) ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, in dt_vopen()
1496 (void) ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, in dt_vopen()
1499 (void) ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, in dt_vopen()
1562 dtp->dt_type_fptr = ctf_add_pointer(dmp->dm_ctfp, in dt_vopen()
H A Ddt_parser.c296 ptr = ctf_add_pointer(dmp->dm_ctfp, CTF_ADD_ROOT, type); in dt_type_pointer()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h489 extern ctf_id_t ctf_add_pointer (ctf_dict_t *, uint32_t, ctf_id_t);
H A DChangeLog-2019453 (ctf_add_pointer): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h489 extern ctf_id_t ctf_add_pointer (ctf_dict_t *, uint32_t, ctf_id_t);
H A DChangeLog-2019453 (ctf_add_pointer): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019453 (ctf_add_pointer): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019453 (ctf_add_pointer): Likewise.
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c724 ctf_add_pointer(ctf_file_t *fp, uint_t flag, ctf_id_t ref) in ctf_add_pointer() function