Searched defs:FSZ (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/m_syswrap/
H A Dsyscall-x86-linux.S96 #define FSZ ((4+1)*4) /* 4 args + ret addr */ define
105 movl 8+FSZ(%esp), %ecx
106 movl 12+FSZ(%esp), %edx
107 movl 16+FSZ(%esp), %esi
112 movl 4+FSZ(%esp), %eax /* eax == ThreadState * */
120 movl 0+FSZ(%esp), %eax /* use syscallno argument rather than thread EAX */
127 movl 4+FSZ(%esp), %ebx
134 movl 12+FSZ(%esp), %ecx
136 movl 16+FSZ(%esp), %esi
168 #undef FSZ
[all...]
H A Dsyscall-amd64-linux.S102 #define FSZ ((4+1)*4) /* 4 args + ret addr */ define
229 #undef FSZ
H A Dsyswrap-x86-linux.c110 int (fn)(void*) in 0+FSZ(%esp)
111 void* child_stack in 4+FSZ(%esp)
112 int flags in 8+FSZ(%esp)
113 void* arg in 12+FSZ(%esp)
114 pid_t* child_tid in 16+FSZ(%esp)
115 pid_t* parent_tid in 20+FSZ(%esp)
116 void* tls_ptr in 24+FSZ(%esp)
129 #define FSZ "4+4+4+4" /* frame size = retaddr+ebx+edi+esi */ macro
150 " movl 4+"FSZ"(%esp), %ecx\n" /* syscall arg2: child stack */
151 " movl 12+"FSZ"(
187 #undef FSZ macro
[all...]

Completed in 120 milliseconds