Home
last modified time | relevance | path

Searched defs:decode_nla_xlat_opts (Results 1 – 1 of 1) sorted by relevance

/external/strace/
Dnlattr.h35 struct decode_nla_xlat_opts { struct
36 const struct xlat *xlat;
37 size_t xlat_size; /* is not needed for XT_NORMAL */
38 const char *dflt;
39 enum xlat_type xt;
40 enum xlat_style style;
41 const char *prefix;
42 const char *suffix;
43 uint64_t (*process_fn)(uint64_t val);
44 size_t size;