Home
last modified time | relevance | path

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

/dflybsd-src/contrib/binutils-2.34/include/
H A Dctf-api.h336 extern int ctf_enum_value (ctf_file_t *, ctf_id_t, const char *, int *);
/dflybsd-src/contrib/binutils-2.34/libctf/
H A Dctf-types.c1078 ctf_enum_value (ctf_file_t * fp, ctf_id_t type, const char *name, int *valp) in ctf_enum_value() function
H A Dctf-create.c1531 if (ctf_enum_value (ctb->ctb_file, ctb->ctb_type, name, &bvalue) < 0) in enumcmp()