/external/strace/ |
D | xlat.c | 74 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup() 96 xlat_search(const struct xlat *xlat, const size_t nmemb, const uint64_t val) in xlat_search() 131 const struct xlat *xlat, ...) in printxvals_ex() 220 printxval_sized(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_sized() 222 const char *(* fn)(const struct xlat *, size_t, uint64_t)) in printxval_sized() 250 printxval_searchn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_searchn_ex() 258 xlat_idx(const struct xlat *xlat, size_t nmemb, uint64_t val) in xlat_idx() 282 printxval_indexn_ex(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_indexn_ex() 311 sprintflags_ex(const char *prefix, const struct xlat *xlat, uint64_t flags, in sprintflags_ex() 402 const struct xlat *xlat, ...) in printflags_ex() [all …]
|
D | xlat.h | 44 struct xlat { struct 45 uint64_t val; 46 const char *str;
|
D | netlink.c | 117 decode_nlmsg_type_default(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_default() 125 decode_nlmsg_type_generic(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_generic() 133 const struct xlat *const xlat; member 165 decode_nlmsg_type_netfilter(struct tcb *tcp, const struct xlat *const xlat, in decode_nlmsg_type_netfilter() 199 const struct xlat *const xlat; member 229 const struct xlat *xlat = netlink_types; in decode_nlmsg_type() local
|
D | dyxlat.c | 32 struct xlat *xlat; member 35 #define MARK_END(xlat) \ argument
|
D | nlattr.h | 36 const struct xlat *xlat; member
|
/external/strace/tests-mx32/ |
D | printxval.c | 37 printxval(const struct xlat *xlat, unsigned long long val, in printxval()
|
D | printflags.c | 37 printflags(const struct xlat *xlat, unsigned long long flags, in printflags()
|
D | setrlimit.c | 41 const struct xlat *xlat; in main() local
|
D | xgetrlimit.c | 67 const struct xlat *xlat; in main() local
|
D | prlimit64.c | 67 const struct xlat *xlat; in main() local
|
D | socketcall.c | 43 xlookup_uint(const struct xlat *xlat, const unsigned int val) in xlookup_uint()
|
D | btrfs.c | 170 sprint_xlat_(uint32_t val, const char *xlat) in sprint_xlat_() 193 prfl_btrfs(const struct xlat *xlat, const unsigned long long val, in prfl_btrfs() 204 prxval_btrfs(const struct xlat *xlat, const unsigned long long val, in prxval_btrfs() 848 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
|
/external/strace/tests-m32/ |
D | printxval.c | 37 printxval(const struct xlat *xlat, unsigned long long val, in printxval()
|
D | printflags.c | 37 printflags(const struct xlat *xlat, unsigned long long flags, in printflags()
|
D | setrlimit.c | 41 const struct xlat *xlat; in main() local
|
D | xgetrlimit.c | 67 const struct xlat *xlat; in main() local
|
D | prlimit64.c | 67 const struct xlat *xlat; in main() local
|
D | socketcall.c | 43 xlookup_uint(const struct xlat *xlat, const unsigned int val) in xlookup_uint()
|
/external/strace/tests/ |
D | printxval.c | 37 printxval(const struct xlat *xlat, unsigned long long val, in printxval()
|
D | printflags.c | 37 printflags(const struct xlat *xlat, unsigned long long flags, in printflags()
|
D | setrlimit.c | 41 const struct xlat *xlat; in main() local
|
D | xgetrlimit.c | 67 const struct xlat *xlat; in main() local
|
D | prlimit64.c | 67 const struct xlat *xlat; in main() local
|
D | socketcall.c | 43 xlookup_uint(const struct xlat *xlat, const unsigned int val) in xlookup_uint()
|
D | btrfs.c | 170 sprint_xlat_(uint32_t val, const char *xlat) in sprint_xlat_() 193 prfl_btrfs(const struct xlat *xlat, const unsigned long long val, in prfl_btrfs() 204 prxval_btrfs(const struct xlat *xlat, const unsigned long long val, in prxval_btrfs() 848 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
|