Searched refs:VG_STRINGIFY (Results 1 – 19 of 19) sorted by relevance
/external/valgrind/helgrind/tests/ |
D | stackteardown.c | 10 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str) macro 29 "\tmov $"VG_STRINGIFY(__NR_munmap)", %eax\n" 34 "\tmovl $"VG_STRINGIFY(__NR_exit)", %eax\n" 44 "\tmov $"VG_STRINGIFY(__NR_munmap)", %eax\n" 48 "\tmov $"VG_STRINGIFY(__NR_exit)", %eax\n" 58 "\tldr r7, ="VG_STRINGIFY(__NR_munmap)"\n" 63 "\tldr r7, ="VG_STRINGIFY(__NR_exit)"\n"
|
/external/valgrind/coregrind/ |
D | m_debuglog.c | 81 "movl $"VG_STRINGIFY(__NR_write)", %%eax\n" /* %eax = __NR_write */ in local_sys_write_stderr() 97 "movl $"VG_STRINGIFY(__NR_getpid)", %%eax\n" /* %eax = __NR_getpid */ in local_sys_getpid() 119 "movq $"VG_STRINGIFY(__NR_write)", %%rax\n" /* rax = __NR_write */ in local_sys_write_stderr() 141 "movq $"VG_STRINGIFY(__NR_getpid)", %%rax\n" /* %rax = __NR_getpid */ in local_sys_getpid() 161 "li 0,"VG_STRINGIFY(__NR_write)"\n\t" /* set %r0 = __NR_write */ in local_sys_write_stderr() 204 "li 0,"VG_STRINGIFY(__NR_write)"\n\t" /* %r0 = __NR_write */ in local_sys_write_stderr() 248 "mov r7, #"VG_STRINGIFY(__NR_write)"\n\t" in local_sys_write_stderr() 266 "mov r7, #"VG_STRINGIFY(__NR_getpid)"\n\t" in local_sys_getpid() 287 "mov x8, #"VG_STRINGIFY(__NR_write)"\n\t" in local_sys_write_stderr() 303 "mov x8, #"VG_STRINGIFY(__NR_getpid)"\n" in local_sys_getpid() [all …]
|
D | m_main.c | 201 VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB) in usage_NORETURN() 2890 "\taddl $"VG_STRINGIFY(VG_STACK_GUARD_SZB)", %eax\n" 2891 "\taddl $"VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)", %eax\n" 2910 "\taddq $"VG_STRINGIFY(VG_STACK_GUARD_SZB)", %rdi\n" 2911 "\taddq $"VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)", %rdi\n" 2929 "\tlis 17,("VG_STRINGIFY(VG_STACK_GUARD_SZB)" >> 16)\n" 2930 "\tori 17,17,("VG_STRINGIFY(VG_STACK_GUARD_SZB)" & 0xFFFF)\n" 2931 "\tlis 18,("VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)" >> 16)\n" 2932 "\tori 18,18,("VG_STRINGIFY(VG_DEFAULT_STACK_ACTIVE_SZB)" & 0xFFFF)\n" 2967 "\tlis 17,("VG_STRINGIFY(VG_STACK_GUARD_SZB)" >> 16)\n" [all …]
|
D | m_redir.c | 1575 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(freeres))) == 0) in handle_maybe_load_notifier() 1578 if (VG_(strcmp)(symbol, VG_STRINGIFY(VG_NOTIFY_ON_LOAD(ifunc_wrapper))) == 0) in handle_maybe_load_notifier()
|
D | m_signals.c | 925 "movl $" VG_STRINGIFY(__NR_DARWIN_FAKE_SIGRETURN) ",%eax\n" \
|
/external/valgrind/none/tests/amd64/ |
D | bug156404-amd64.c | 15 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str) macro 17 #define __NR_READLINK VG_STRINGIFY(__NR_readlink)
|
/external/valgrind/VEX/auxprogs/ |
D | genoffsets.c | 61 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str) macro 74 VG_STRINGIFY(_structLowercase) "_" \ 75 VG_STRINGIFY(_fieldname) \
|
/external/valgrind/include/ |
D | pub_tool_basics.h | 337 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str) macro
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-arm64-linux.c | 138 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 139 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
D | syswrap-ppc64-linux.c | 209 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 210 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
D | syswrap-ppc32-linux.c | 146 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 147 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
D | syswrap-amd64-linux.c | 130 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 131 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
D | syswrap-s390x-linux.c | 138 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 139 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
D | syswrap-arm-linux.c | 102 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 103 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
D | syswrap-mips32-linux.c | 144 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 145 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
D | syswrap-tilegx-linux.c | 224 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 225 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
D | syswrap-x86-linux.c | 130 #define __NR_CLONE VG_STRINGIFY(__NR_clone) 131 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
|
/external/valgrind/auxprogs/ |
D | valgrind-listener.c | 96 (my_assert_fail (VG_STRINGIFY(expr), \
|
D | valgrind-di-server.c | 151 (my_assert_fail (VG_STRINGIFY(expr), \
|