OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callno
(Results
1 - 8
of
8
) sorted by null
/external/elfutils/0.153/libebl/
ebl_syscall_abi.c
58
ebl_syscall_abi (ebl, sp, pc,
callno
, args)
62
int *
callno
;
65
return ebl != NULL ? ebl->syscall_abi (ebl, sp, pc,
callno
, args) : -1;
ebl-hooks.h
168
int *
callno
, int args[6]);
eblopenbackend.c
222
int *
callno
, int args[6]);
750
int *sp, int *pc, int *
callno
, int args[6])
752
*sp = *pc = *
callno
= -1;
libebl.h
257
The
CALLNO
and ARGS are the system call number and incoming arguments.
261
int *
callno
, int args[6]);
/external/elfutils/0.153/backends/
i386_syscall.c
35
int *sp, int *pc, int *
callno
, int args[6])
39
*
callno
= 0; /* %eax */
ppc_syscall.c
35
int *sp, int *pc, int *
callno
, int args[6])
39
*
callno
= 0;
x86_64_syscall.c
35
int *sp, int *pc, int *
callno
, int args[6])
39
*
callno
= 0; /* %rax */
/external/expat/tests/
runtests.c
1258
intptr_t
callno
= 1 + (intptr_t)XML_GetUserData(parser);
local
[
all
...]
Completed in 587 milliseconds