HomeSort by relevance Sort by last modified time
    Searched refs:VG_STRINGIFY (Results 1 - 17 of 17) sorted by null

  /external/valgrind/main/none/tests/amd64/
bug156404-amd64.c 15 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
17 #define __NR_READLINK VG_STRINGIFY(__NR_readlink)
  /external/valgrind/main/coregrind/
m_debuglog.c 80 "movl $"VG_STRINGIFY(__NR_write)", %%eax\n" /* %eax = __NR_write */
96 "movl $"VG_STRINGIFY(__NR_getpid)", %%eax\n" /* %eax = __NR_getpid */
118 "movq $"VG_STRINGIFY(__NR_write)", %%rax\n" /* rax = __NR_write */
140 "movq $"VG_STRINGIFY(__NR_getpid)", %%rax\n" /* %rax = __NR_getpid */
160 "li 0,"VG_STRINGIFY(__NR_write)"\n\t" /* set %r0 = __NR_write */
203 "li 0,"VG_STRINGIFY(__NR_write)"\n\t" /* %r0 = __NR_write */
246 "mov r7, #"VG_STRINGIFY(__NR_write)"\n\t"
262 "mov r7, #"VG_STRINGIFY(__NR_getpid)"\n"
282 "mov x8, #"VG_STRINGIFY(__NR_write)"\n\t"
298 "mov x8, #"VG_STRINGIFY(__NR_getpid)"\n
    [all...]
m_main.c     [all...]
m_redir.c     [all...]
m_signals.c     [all...]
  /external/valgrind/main/VEX/auxprogs/
genoffsets.c 60 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
73 VG_STRINGIFY(_structLowercase) "_" \
74 VG_STRINGIFY(_fieldname) \
  /external/valgrind/main/include/
pub_tool_basics.h 296 #define VG_STRINGIFY(__str) VG_STRINGIFZ(__str)
  /external/valgrind/main/auxprogs/
valgrind-listener.c 92 (my_assert_fail (VG_STRINGIFY(expr), \
valgrind-di-server.c 146 (my_assert_fail (VG_STRINGIFY(expr), \
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-arm64-linux.c 145 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
146 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
    [all...]
syswrap-ppc64-linux.c 161 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
162 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
    [all...]
syswrap-amd64-linux.c 132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
133 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
    [all...]
syswrap-arm-linux.c 104 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
105 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
    [all...]
syswrap-mips32-linux.c 146 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
147 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
    [all...]
syswrap-ppc32-linux.c 148 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
149 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
    [all...]
syswrap-s390x-linux.c 140 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
141 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
    [all...]
syswrap-x86-linux.c 132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
133 #define __NR_EXIT VG_STRINGIFY(__NR_exit)
    [all...]

Completed in 468 milliseconds