Searched refs:ctf_enum_value (Results 1 – 3 of 3) sorted by relevance
336 extern int ctf_enum_value (ctf_file_t *, ctf_id_t, const char *, int *);
1078 ctf_enum_value (ctf_file_t * fp, ctf_id_t type, const char *name, int *valp) in ctf_enum_value() function
1531 if (ctf_enum_value (ctb->ctb_file, ctb->ctb_type, name, &bvalue) < 0) in enumcmp()