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

  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 150 int $__NR_clone in r0 (sc number)
161 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
198 " li 0,"__NR_CLONE"\n" // syscall number
245 #undef __NR_CLONE
    [all...]
syswrap-amd64-linux.c 123 int $__NR_clone in %rax
132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
153 " movq $"__NR_CLONE", %rax\n" // syscall number
184 #undef __NR_CLONE
    [all...]
syswrap-ppc32-linux.c 138 int $__NR_clone in r0 (sc number)
148 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
177 " li 0,"__NR_CLONE"\n" // syscall number
218 #undef __NR_CLONE
    [all...]
syswrap-s390x-linux.c 140 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
160 " svc " __NR_CLONE"\n" // clone()
179 #undef __NR_CLONE
    [all...]
syswrap-arm-linux.c 104 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
129 " mov r7, #"__NR_CLONE"\n"
149 #undef __NR_CLONE
    [all...]
syswrap-mips32-linux.c 134 int $__NR_clone in $v0
146 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
182 " li $2, " __NR_CLONE "\n\t" /* __NR_clone */
220 #undef __NR_CLONE
    [all...]
syswrap-x86-linux.c 122 int $__NR_clone in %eax
132 #define __NR_CLONE VG_STRINGIFY(__NR_clone)
164 " movl $"__NR_CLONE", %eax\n"
190 #undef __NR_CLONE
    [all...]

Completed in 152 milliseconds