/external/strace/ |
D | xlat.h | 6 struct xlat { struct 7 uint64_t val; 8 const char *str;
|
D | util.c | 143 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup() 160 xlat_search(const struct xlat *xlat, const size_t nmemb, const uint64_t val) in xlat_search() 238 printxvals(const uint64_t val, const char *dflt, const struct xlat *xlat, ...) in printxvals() 277 printxval_searchn(const struct xlat *xlat, size_t xlat_size, uint64_t val, in printxval_searchn() 361 addflags(const struct xlat *xlat, uint64_t flags) in addflags() 380 sprintflags(const char *prefix, const struct xlat *xlat, uint64_t flags) in sprintflags() 414 printflags64(const struct xlat *xlat, uint64_t flags, const char *dflt) in printflags64()
|
D | perf.c | 114 #define PRINT_XLAT(prefix, xlat, x, dflt) \ argument
|
/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()
|
D | btrfs.c | 753 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
|
/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 | 753 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
|
/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 | 753 xlookup(const struct xlat *xlat, const uint64_t val) in xlookup()
|
/external/llvm/test/MC/X86/ |
D | intel-syntax.s | 794 xlat byte ptr [eax] label
|