/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
H A D | pptrtab-writable-page-deep-lookup.c | 21 if ((ptype = ctf_add_integer (pfp, CTF_ADD_NONROOT, "blah", &e)) == CTF_ERR) in main() 34 if ((ptype = ctf_add_integer (pfp, CTF_ADD_ROOT, "foo", &e)) == CTF_ERR) in main()
|
H A D | symtypetab-nonlinker-writeout.c | 44 if (((base = ctf_add_integer (fp, CTF_ADD_ROOT, "long int", &e)) == CTF_ERR) || in try_maybe_reporting() 45 ((base2 = ctf_add_integer (fp, CTF_ADD_ROOT, "long int", &e)) == CTF_ERR) || in try_maybe_reporting() 46 ((base3 = ctf_add_integer (fp, CTF_ADD_ROOT, "long int", &e)) == CTF_ERR)) in try_maybe_reporting()
|
H A D | pptrtab.c | 29 if ((base = ctf_add_integer (pfp, CTF_ADD_ROOT, "int", &encoding)) == CTF_ERR) in main() 32 if ((base2 = ctf_add_integer (pfp, CTF_ADD_ROOT, "long int", &encoding2)) == CTF_ERR) in main()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dwarf2ctf.cc | 171 return ctf_add_integer (ctfc, CTF_ADD_ROOT, "void", in gen_ctf_void_type() 239 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, in gen_ctf_base_type() 249 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, in gen_ctf_base_type() 294 type_id = ctf_add_integer (ctfc, CTF_ADD_ROOT, name_string, in gen_ctf_base_type()
|
H A D | ctfc.h | 413 extern ctf_id_t ctf_add_integer (ctf_container_ref, uint32_t, const char *,
|
H A D | ctfc.cc | 534 ctf_add_integer (ctf_container_ref ctfc, uint32_t flag, in ctf_add_integer() function
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | libctf.ver | 110 ctf_add_integer;
|
H A D | ctf-create.c | 653 ctf_add_integer (ctf_dict_t *fp, uint32_t flag, in ctf_add_integer() function 1780 dst_type = ctf_add_integer (dst_fp, flag, name, &src_en); in ctf_add_type_internal()
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | ctf_api.h | 219 extern ctf_id_t ctf_add_integer(ctf_file_t *, uint_t,
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | libctf.ver | 110 ctf_add_integer;
|
H A D | ctf-create.c | 657 ctf_add_integer (ctf_dict_t *fp, uint32_t flag, in ctf_add_integer() function 1750 dst_type = ctf_add_integer (dst_fp, flag, name, &src_en); in ctf_add_type_internal()
|
/netbsd-src/external/gpl3/binutils/dist/include/ |
H A D | ctf-api.h | 486 extern ctf_id_t ctf_add_integer (ctf_dict_t *, uint32_t, const char *,
|
H A D | ChangeLog-2019 | 451 (ctf_add_integer): Likewise.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/ |
H A D | ctf-api.h | 486 extern ctf_id_t ctf_add_integer (ctf_dict_t *, uint32_t, const char *,
|
H A D | ChangeLog-2019 | 451 (ctf_add_integer): Likewise.
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_create.c | 710 ctf_add_integer(ctf_file_t *fp, uint_t flag, in ctf_add_integer() function 1394 dst_type = ctf_add_integer(dst_fp, flag, name, &src_en); in ctf_add_type()
|
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_decl.c | 602 dtt.dtt_type = ctf_add_integer(dsp->ds_ctfp, in dt_decl_member()
|
H A D | dt_open.c | 1468 err = ctf_add_integer(dmp->dm_ctfp, CTF_ADD_ROOT, in dt_vopen()
|
/netbsd-src/external/gpl3/gdb.old/dist/include/ |
H A D | ChangeLog-2019 | 451 (ctf_add_integer): Likewise.
|
/netbsd-src/external/gpl3/gdb/dist/include/ |
H A D | ChangeLog-2019 | 451 (ctf_add_integer): Likewise.
|