OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:syscall_entry_point
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf.cc
639
uintptr_t
syscall_entry_point
=
local
641
uint32_t low = static_cast<uint32_t>(
syscall_entry_point
);
643
uint32_t hi = static_cast<uint32_t>(
syscall_entry_point
>> 32);
[
all
...]
Completed in 250 milliseconds