OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_EXIT
(Results
1 - 5
of
5
) sorted by null
/external/strace/xlat/
bpf_op_jmp.h
38
#if defined(
BPF_EXIT
) || (defined(HAVE_DECL_BPF_EXIT) && HAVE_DECL_BPF_EXIT)
39
XLAT(
BPF_EXIT
),
/external/strace/tests/
bpf.c
41
{ .code = BPF_JMP |
BPF_EXIT
}
/bionic/libc/kernel/uapi/linux/
bpf.h
41
#define
BPF_EXIT
0x90
/external/iproute2/include/linux/
bpf.h
37
#define
BPF_EXIT
0x90 /* function return */
/external/kernel-headers/original/uapi/linux/
bpf.h
37
#define
BPF_EXIT
0x90 /* function return */
Completed in 142 milliseconds