Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.34/libctf/
H A Dctf-create.c1625 ctf_encoding_t src_en, dst_en; in ctf_add_type_internal() local
1723 if (ctf_type_encoding (src_fp, src_type, &src_en) != 0) in ctf_add_type_internal()
1744 if (memcmp (&src_en, &dst_en, sizeof (ctf_encoding_t)) == 0) in ctf_add_type_internal()
1762 if (memcmp (&src_en, &dst_en, sizeof (ctf_encoding_t)) == 0) in ctf_add_type_internal()
1799 dst_type = ctf_add_integer (dst_fp, flag, name, &src_en); in ctf_add_type_internal()
1805 dst_type = ctf_add_float (dst_fp, flag, name, &src_en); in ctf_add_type_internal()
1818 dst_type = ctf_add_slice (dst_fp, flag, src_type, &src_en); in ctf_add_type_internal()