Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-decl.c75 ctf_decl_push (ctf_decl_t *cd, ctf_dict_t *fp, ctf_id_t type) in ctf_decl_push() function
95 ctf_decl_push (cd, fp, ar.ctr_contents); in ctf_decl_push()
103 ctf_decl_push (cd, fp, tp->ctt_type); in ctf_decl_push()
110 ctf_decl_push (cd, fp, tp->ctt_type); in ctf_decl_push()
115 ctf_decl_push (cd, fp, tp->ctt_type); in ctf_decl_push()
122 ctf_decl_push (cd, fp, ctf_type_reference (fp, type)); in ctf_decl_push()
128 ctf_decl_push (cd, fp, tp->ctt_type); in ctf_decl_push()
H A Dctf-impl.h713 extern void ctf_decl_push (ctf_decl_t *, ctf_dict_t *, ctf_id_t);
H A DChangeLog792 * ctf-decl.c (ctf_decl_push): Exclude slices from the decl stack.
847 * ctf-decl.c (ctf_decl_push): Don't print array decls backwards.
H A Dctf-types.c665 ctf_decl_push (&cd, fp, type); in ctf_type_aname()
H A DChangeLog-20201066 * ctf-decl.c (ctf_decl_push): Likewise.
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-decl.c75 ctf_decl_push (ctf_decl_t *cd, ctf_dict_t *fp, ctf_id_t type) in ctf_decl_push() function
95 ctf_decl_push (cd, fp, ar.ctr_contents); in ctf_decl_push()
103 ctf_decl_push (cd, fp, tp->ctt_type); in ctf_decl_push()
110 ctf_decl_push (cd, fp, tp->ctt_type); in ctf_decl_push()
115 ctf_decl_push (cd, fp, tp->ctt_type); in ctf_decl_push()
122 ctf_decl_push (cd, fp, ctf_type_reference (fp, type)); in ctf_decl_push()
128 ctf_decl_push (cd, fp, tp->ctt_type); in ctf_decl_push()
H A Dctf-impl.h713 extern void ctf_decl_push (ctf_decl_t *, ctf_dict_t *, ctf_id_t);
H A DChangeLog813 * ctf-decl.c (ctf_decl_push): Exclude slices from the decl stack.
868 * ctf-decl.c (ctf_decl_push): Don't print array decls backwards.
H A Dctf-types.c673 ctf_decl_push (&cd, fp, type); in ctf_type_aname()
H A DChangeLog-20201066 * ctf-decl.c (ctf_decl_push): Likewise.
/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_decl.c90 ctf_decl_push(ctf_decl_t *cd, ctf_file_t *fp, ctf_id_t type) in ctf_decl_push() function
108 ctf_decl_push(cd, fp, ar.ctr_contents); in ctf_decl_push()
115 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
122 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
127 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
134 ctf_decl_push(cd, fp, tp->ctt_type); in ctf_decl_push()
H A Dctf_impl.h305 extern void ctf_decl_push(ctf_decl_t *, ctf_file_t *, ctf_id_t);
H A Dctf_types.c217 ctf_decl_push(&cd, fp, type); in ctf_type_qlname()
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c948 ctf_decl_push(ctf_decl_t *cd, mod_ctf_t *mc, ctf_id_t type) in ctf_decl_push() function
966 ctf_decl_push(cd, mc, ar.ctr_contents); in ctf_decl_push()
973 ctf_decl_push(cd, mc, tp->ctt_type); in ctf_decl_push()
980 ctf_decl_push(cd, mc, tp->ctt_type); in ctf_decl_push()
985 ctf_decl_push(cd, mc, tp->ctt_type); in ctf_decl_push()
992 ctf_decl_push(cd, mc, tp->ctt_type); in ctf_decl_push()
1055 ctf_decl_push(&cd, mc, type); in fbt_type_name()
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201066 * ctf-decl.c (ctf_decl_push): Likewise.