Searched refs:ctf_decl_init (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_decl.c | 57 ctf_decl_init(ctf_decl_t *cd, char *buf, size_t len) in ctf_decl_init() function
|
H A D | ctf_impl.h | 303 extern void ctf_decl_init(ctf_decl_t *, char *, size_t);
|
H A D | ctf_types.c | 216 ctf_decl_init(&cd, buf, len); in ctf_type_qlname()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-decl.c | 44 ctf_decl_init (ctf_decl_t *cd) in ctf_decl_init() function
|
H A D | ctf-impl.h | 711 extern void ctf_decl_init (ctf_decl_t *);
|
H A D | ctf-types.c | 664 ctf_decl_init (&cd); in ctf_type_aname()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-decl.c | 44 ctf_decl_init (ctf_decl_t *cd) in ctf_decl_init() function
|
H A D | ctf-impl.h | 711 extern void ctf_decl_init (ctf_decl_t *);
|
H A D | ctf-types.c | 672 ctf_decl_init (&cd); in ctf_type_aname()
|
/netbsd-src/external/cddl/osnet/dev/fbt/ |
H A D | fbt.c | 854 ctf_decl_init(ctf_decl_t *cd, char *buf, size_t len) in ctf_decl_init() function 1054 ctf_decl_init(&cd, buf, len); in fbt_type_name()
|