Home
last modified time | relevance | path

Searched defs:SyscallTable (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/device/google/contexthub/firmware/os/inc/
Dsyscall.h60 struct SyscallTable { struct
62 union SyscallTableEntry { argument
63 struct SyscallTable *subtable; argument
72 bool syscallAddTable(uint32_t path, uint32_t level, struct SyscallTable *table); argument
/aosp_15_r20/external/perfetto/src/kernel_utils/
H A Dsyscall_table.cc29 SyscallTable::SyscallTable(Architecture arch) { in SyscallTable() function in perfetto::SyscallTable
H A Dsyscall_table.h68 SyscallTable(const char* names, const OffT* off, size_t count) in SyscallTable() function
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dsyscall_defs.h87 explicit constexpr SyscallTable(absl::Span<const Entry> data) : data_(data) {} in SyscallTable() function