OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sp_post
(Results
1 - 1
of
1
) sorted by null
/external/libffi/testsuite/libffi.call/
closure_stdcall.c
38
void*
sp_post
;
local
62
asm volatile (" movl %%esp,%0" : "=g" (
sp_post
));
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 272 milliseconds