Searched refs:UNTAG (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/test/hwasan/TestCases/ |
D | utils.h | 8 #define UNTAG(x) (typeof((x) + 0))(((uintptr_t)(x)) & 0xffffffffffffff) macro 14 int ret = vprintf(UNTAG(fmt), ap); in untag_printf() 23 int ret = vfprintf(stream, UNTAG(fmt), ap); in untag_fprintf() 29 return strcmp(UNTAG(s1), UNTAG(s2)); in untag_strcmp()
|
D | tail-magic.c | 20 (*UNTAG(&sink))[20] = 0x42; in overwrite_tail() 21 (*UNTAG(&sink))[24] = 0x66; in overwrite_tail() 28 sink = UNTAG(p); in main()
|
D | mem-intrinsics.c | 24 write(STDOUT_FILENO, UNTAG("recovered\n"), 10); in main()
|
/external/llvm-project/compiler-rt/test/hwasan/TestCases/Linux/ |
D | reuse-threads.cpp | 18 pthread_barrier_wait(UNTAG(&bar)); in threadfn() 26 pthread_barrier_init(UNTAG(&bar), nullptr, N + 1); in start_stop_threads() 30 pthread_barrier_wait(UNTAG(&bar)); in start_stop_threads() 34 pthread_barrier_destroy(UNTAG(&bar)); in start_stop_threads()
|
D | decorate-proc-maps.c | 34 ssize_t got = read(in_fd, UNTAG(buf), kBufSize); in CopyFdToFd() 36 write(out_fd, UNTAG(buf), got); in CopyFdToFd() 48 int fd = open(UNTAG("/proc/self/maps"), O_RDONLY); in ThreadFn()
|
D | release-shadow.c | 35 int statm_fd = open(UNTAG("/proc/self/statm"), O_RDONLY); in current_rss() 41 assert(sscanf(buf, UNTAG("%zu %zu"), &size, &rss) == 2); in current_rss()
|
/external/llvm-project/llvm/test/tools/llvm-symbolizer/ |
D | untag-addresses.test | 4 # RUN: echo DATA %t.o 0 | llvm-symbolizer | FileCheck --check-prefix=UNTAG %s 8 # UNTAG: foo 9 # UNTAG: 0 4
|