Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_create.c690 ctf_add_reftype(ctf_file_t *fp, uint_t flag, ctf_id_t ref, uint_t kind) in ctf_add_reftype() function
726 return (ctf_add_reftype(fp, flag, ref, CTF_K_POINTER)); in ctf_add_pointer()
980 return (ctf_add_reftype(fp, flag, ref, CTF_K_VOLATILE)); in ctf_add_volatile()
986 return (ctf_add_reftype(fp, flag, ref, CTF_K_CONST)); in ctf_add_const()
992 return (ctf_add_reftype(fp, flag, ref, CTF_K_RESTRICT)); in ctf_add_restrict()
1409 dst_type = ctf_add_reftype(dst_fp, flag, src_type, kind); in ctf_add_type()
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-create.c561 ctf_add_reftype (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref, uint32_t kind) in ctf_add_reftype() function
669 return (ctf_add_reftype (fp, flag, ref, CTF_K_POINTER)); in ctf_add_pointer()
1034 return (ctf_add_reftype (fp, flag, ref, CTF_K_VOLATILE)); in ctf_add_volatile()
1040 return (ctf_add_reftype (fp, flag, ref, CTF_K_CONST)); in ctf_add_const()
1046 return (ctf_add_reftype (fp, flag, ref, CTF_K_RESTRICT)); in ctf_add_restrict()
1813 dst_type = ctf_add_reftype (dst_fp, flag, src_type, kind); in ctf_add_type_internal()
H A Dctf-impl.h698 extern ctf_id_t ctf_add_reftype (ctf_dict_t *, uint32_t, ctf_id_t,
H A DChangeLog612 * ctf-create.c (ctf_add_reftype): Likewise.
724 (ctf_add_reftype): Note that we don't need to update pptrtab here,
H A DChangeLog-2020440 (ctf_add_reftype): Likewise.
882 * ctf-create.c (ctf_add_reftype): Support refs to type zero.
1202 (ctf_add_reftype): Likewise. Initialize the ctf_ptrtab, checking
1793 (ctf_add_reftype): Do not check if type IDs are below zero.
H A Dctf-dedup.c2794 if ((new_type = ctf_add_reftype (target, isroot, ref, kind)) == CTF_ERR) in ctf_dedup_emit_type()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-create.c565 ctf_add_reftype (ctf_dict_t *fp, uint32_t flag, ctf_id_t ref, uint32_t kind) in ctf_add_reftype() function
673 return (ctf_add_reftype (fp, flag, ref, CTF_K_POINTER)); in ctf_add_pointer()
1031 return (ctf_add_reftype (fp, flag, ref, CTF_K_VOLATILE)); in ctf_add_volatile()
1037 return (ctf_add_reftype (fp, flag, ref, CTF_K_CONST)); in ctf_add_const()
1043 return (ctf_add_reftype (fp, flag, ref, CTF_K_RESTRICT)); in ctf_add_restrict()
1783 dst_type = ctf_add_reftype (dst_fp, flag, src_type, kind); in ctf_add_type_internal()
H A Dctf-impl.h698 extern ctf_id_t ctf_add_reftype (ctf_dict_t *, uint32_t, ctf_id_t,
H A DChangeLog591 * ctf-create.c (ctf_add_reftype): Likewise.
703 (ctf_add_reftype): Note that we don't need to update pptrtab here,
H A DChangeLog-2020440 (ctf_add_reftype): Likewise.
882 * ctf-create.c (ctf_add_reftype): Support refs to type zero.
1202 (ctf_add_reftype): Likewise. Initialize the ctf_ptrtab, checking
1793 (ctf_add_reftype): Do not check if type IDs are below zero.
H A Dctf-dedup.c2797 if ((new_type = ctf_add_reftype (target, isroot, ref, kind)) == CTF_ERR) in ctf_dedup_emit_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dctfc.h405 extern ctf_id_t ctf_add_reftype (ctf_container_ref, uint32_t, ctf_id_t,
H A Dctfc.cc431 ctf_add_reftype (ctf_container_ref ctfc, uint32_t flag, ctf_id_t ref, in ctf_add_reftype() function
551 return (ctf_add_reftype (ctfc, flag, ref, CTF_K_POINTER, die)); in ctf_add_pointer()
H A Ddwarf2ctf.cc514 modifier_type_id = ctf_add_reftype (ctfc, CTF_ADD_ROOT, in gen_ctf_modifier_type()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-2020440 (ctf_add_reftype): Likewise.
882 * ctf-create.c (ctf_add_reftype): Support refs to type zero.
1202 (ctf_add_reftype): Likewise. Initialize the ctf_ptrtab, checking
1793 (ctf_add_reftype): Do not check if type IDs are below zero.