Home
last modified time | relevance | path

Searched refs:ctf_add_slice (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dlibctf.ver115 ctf_add_slice;
H A Dctf-create.c600 ctf_add_slice (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref, in ctf_add_slice() function
938 return ctf_add_slice (fp, flag, type, ep); in ctf_add_enum_encoded()
1320 if ((type = ctf_add_slice (fp, CTF_ADD_NONROOT, otype, &encoding)) == CTF_ERR) in ctf_add_member_encoded()
1799 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en); in ctf_add_type_internal()
H A DChangeLog-2020838 * ctf-create.c (ctf_add_slice): Support slices of any kind that
868 (ctf_add_slice): Likewise.
1198 (ctf_add_slice): Likewise.
1739 * ctf-create.c (ctf_add_encoded, ctf_add_slice)
1794 (ctf_add_slice): Likewise.
H A DChangeLog320 (ctf_add_slice): Use the dtd_vlen, not dtu_enc.
H A Dctf-dedup.c2810 if ((new_type = ctf_add_slice (target, isroot, ref, &ep)) == CTF_ERR) in ctf_dedup_emit_type()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dlibctf.ver115 ctf_add_slice;
H A Dctf-create.c604 ctf_add_slice (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref, in ctf_add_slice() function
935 return ctf_add_slice (fp, flag, type, ep); in ctf_add_enum_encoded()
1290 if ((type = ctf_add_slice (fp, CTF_ADD_NONROOT, otype, &encoding)) == CTF_ERR) in ctf_add_member_encoded()
1769 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en); in ctf_add_type_internal()
H A DChangeLog-2020838 * ctf-create.c (ctf_add_slice): Support slices of any kind that
868 (ctf_add_slice): Likewise.
1198 (ctf_add_slice): Likewise.
1739 * ctf-create.c (ctf_add_encoded, ctf_add_slice)
1794 (ctf_add_slice): Likewise.
H A DChangeLog299 (ctf_add_slice): Use the dtd_vlen, not dtu_enc.
H A Dctf-dedup.c2813 if ((new_type = ctf_add_slice (target, isroot, ref, &ep)) == CTF_ERR) in ctf_dedup_emit_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h409 extern ctf_id_t ctf_add_slice (ctf_container_ref, uint32_t, ctf_id_t,
H A Ddwarf2ctf.cc617 field_type_id = ctf_add_slice (ctfc, CTF_ADD_NONROOT, in gen_ctf_sou_type()
H A Dctfc.cc492 ctf_add_slice (ctf_container_ref ctfc, uint32_t flag, ctf_id_t ref, in ctf_add_slice() function
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h488 extern ctf_id_t ctf_add_slice (ctf_dict_t *, uint32_t, ctf_id_t, const ctf_encoding_t *);
H A DChangeLog-2019452 (ctf_add_slice): Likewise.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h488 extern ctf_id_t ctf_add_slice (ctf_dict_t *, uint32_t, ctf_id_t, const ctf_encoding_t *);
H A DChangeLog-2019452 (ctf_add_slice): Likewise.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020838 * ctf-create.c (ctf_add_slice): Support slices of any kind that
868 (ctf_add_slice): Likewise.
1198 (ctf_add_slice): Likewise.
1739 * ctf-create.c (ctf_add_encoded, ctf_add_slice)
1794 (ctf_add_slice): Likewise.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019452 (ctf_add_slice): Likewise.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019452 (ctf_add_slice): Likewise.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git55512 * ctf-create.c (ctf_add_slice): Use the original dict.