Home
last modified time | relevance | path

Searched refs:syscall_table (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dproc-events.c107 static char * syscall_table[MAX_SYSCALLS]; variable
113 syscall_table[SYS_BSD_getime] = "BSD_getime"; in init_syscall_table()
116 syscall_table[SYS_BSDgetpgrp] = "BSDgetpgrp"; in init_syscall_table()
119 syscall_table[SYS_BSDsetpgrp] = "BSDsetpgrp"; in init_syscall_table()
122 syscall_table[SYS_acancel] = "acancel"; in init_syscall_table()
125 syscall_table[SYS_accept] = "accept"; in init_syscall_table()
128 syscall_table[SYS_access] = "access"; in init_syscall_table()
131 syscall_table[SYS_acct] = "acct"; in init_syscall_table()
134 syscall_table[SYS_acl] = "acl"; in init_syscall_table()
137 syscall_table[SYS_aclipc] = "aclipc"; in init_syscall_table()
[all …]
H A DChangeLog-19972016 Expanded the syscall_table to include new potential sysv4.2mp
H A DChangeLog-19924588 * procfs.c (MAX_SYSCALLS, syscall_table[], init_syscalltable(),
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dptrmem2.C6 unsigned (Thread::*syscall_table)();
11 syscall_table = &Thread::sys_ipc_log; in hook_ipc_vector()