Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-types.c369 ctf_decl_sprintf (&cd, " "); in ctf_type_aname()
373 ctf_decl_sprintf (&cd, "("); in ctf_type_aname()
382 ctf_decl_sprintf (&cd, "%s", name); in ctf_type_aname()
385 ctf_decl_sprintf (&cd, "*"); in ctf_type_aname()
388 ctf_decl_sprintf (&cd, "[%u]", cdp->cd_n); in ctf_type_aname()
391 ctf_decl_sprintf (&cd, "()"); in ctf_type_aname()
395 ctf_decl_sprintf (&cd, "struct %s", name); in ctf_type_aname()
398 ctf_decl_sprintf (&cd, "union %s", name); in ctf_type_aname()
401 ctf_decl_sprintf (&cd, "enum %s", name); in ctf_type_aname()
404 ctf_decl_sprintf (&cd, "volatile"); in ctf_type_aname()
[all …]
H A Dctf-decl.c165 void ctf_decl_sprintf (ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
H A Dctf-impl.h421 extern void ctf_decl_sprintf (ctf_decl_t *, const char *, ...);