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

  /external/elfutils/backends/
ppc_syscall.c 38 int *sp, int *pc, int *callno, int args[6])
42 *callno = 0;
i386_syscall.c 38 int *sp, int *pc, int *callno, int args[6])
42 *callno = 0; /* %eax */
x86_64_syscall.c 38 int *sp, int *pc, int *callno, int args[6])
42 *callno = 0; /* %rax */
  /external/elfutils/libebl/
ebl_syscall_abi.c 37 ebl_syscall_abi (Ebl *ebl, int *sp, int *pc, int *callno, int *args)
39 return ebl != NULL ? ebl->syscall_abi (ebl, sp, pc, callno, args) : -1;
ebl-hooks.h 150 int *callno, int args[6]);
eblopenbackend.c 200 int *callno, int args[6]);
730 int *sp, int *pc, int *callno, int args[6])
732 *sp = *pc = *callno = -1;
libebl.h 252 The CALLNO and ARGS are the system call number and incoming arguments.
256 int *callno, int args[6]);
  /external/expat/tests/
runtests.c 1258 intptr_t callno = 1 + (intptr_t)XML_GetUserData(parser); local
    [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 

Completed in 726 milliseconds