OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NT_ARM_SYSTEM_CALL
(Results
1 - 6
of
6
) sorted by null
/external/strace/linux/aarch64/
set_scno.c
1
#ifndef
NT_ARM_SYSTEM_CALL
2
# define
NT_ARM_SYSTEM_CALL
0x404
5
*
NT_ARM_SYSTEM_CALL
regset is supported by linux kernel
17
int rc = ptrace(PTRACE_SETREGSET, tcp->pid,
NT_ARM_SYSTEM_CALL
, &io);
19
perror_msg("arch_set_scno:
NT_ARM_SYSTEM_CALL
pid:%d scno:%#x",
/external/seccomp-tests/linux/
seccomp_bpf.c
1311
# ifndef
NT_ARM_SYSTEM_CALL
1312
# define
NT_ARM_SYSTEM_CALL
0x404
1317
ret = ptrace(PTRACE_SETREGSET, tracee,
NT_ARM_SYSTEM_CALL
,
[
all
...]
/external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c
[
all
...]
/bionic/libc/kernel/uapi/linux/
elf.h
356
#define
NT_ARM_SYSTEM_CALL
0x404
/external/kernel-headers/original/uapi/linux/
elf.h
421
#define
NT_ARM_SYSTEM_CALL
0x404 /* ARM system call number */
/external/elfutils/libelf/
elf.h
[
all
...]
Completed in 169 milliseconds