Home
last modified time | relevance | path

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

/openbsd-src/usr.bin/ctfdump/
H A Dctfdump.c58 const char *ctf_kind2name(uint16_t);
475 if ((kname = ctf_kind2name(kind)) != NULL) in ctf_dump_type()
602 ctf_kind2name(uint16_t kind) in ctf_kind2name() function