HomeSort by relevance Sort by last modified time
    Searched refs:callno (Results 1 - 8 of 8) sorted by null

  /external/elfutils/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 163 int *callno, int args[6]);
eblopenbackend.c 223 int *callno, int args[6]);
737 int *sp, int *pc, int *callno, int args[6])
739 *sp = *pc = *callno = -1;
libebl.h 253 The CALLNO and ARGS are the system call number and incoming arguments.
257 int *callno, int args[6]);
  /external/elfutils/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 1257 long callno = 1 + (long)XML_GetUserData(parser); local
    [all...]

Completed in 272 milliseconds