OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sp_pre
(Results
1 - 1
of
1
) sorted by null
/external/libffi/testsuite/libffi.call/
closure_stdcall.c
37
void*
sp_pre
;
local
60
asm volatile (" movl %%esp,%0" : "=g" (
sp_pre
));
68
sprintf(buf, "mismatch: pre=%p vs post=%p",
sp_pre
, sp_post);
69
printf("stack pointer %s\n", (
sp_pre
== sp_post ? "match" : buf));
Completed in 248 milliseconds