OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:argblock
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/coregrind/
m_syscall.c
374
extern void do_syscall_WRK ( ULong*
argblock
);
395
" ld 5,-16(1)\n" /* reacquire
argblock
ptr (r5 is caller-save) */
396
" std 3,0(5)\n" /*
argblock
[0] = r3 */
400
" std 3,8(5)\n" /*
argblock
[1] = cr0.s0 & 1 */
656
ULong
argblock
[7];
657
argblock
[0] = sysno;
658
argblock
[1] = a1;
659
argblock
[2] = a2;
660
argblock
[3] = a3;
661
argblock
[4] = a4
[
all
...]
Completed in 150 milliseconds