# size in bytes of known types (only used for i386)
my %TypeBytes = (
'au_asid_t' => 4,
- 'associd_t' => 4,
+ 'sae_associd_t' => 4,
'caddr_t' => 4,
- 'connid_t' => 4,
+ 'sae_connid_t' => 4,
'gid_t' => 4,
'id_t' => 4,
'idtype_t' => 4,
# Moving towards storing all data in this hash, then we always know
# if data is aliased or not, or promoted or not.
my %Symbols = (
- "quota" => {
- c_sym => "quota",
- syscall => "quota",
- asm_sym => "_quota",
- is_private => undef,
- is_custom => undef,
- nargs => 4,
- bytes => 0,
- aliases => {},
- },
- "setquota" => {
- c_sym => "setquota",
- syscall => "setquota",
- asm_sym => "_setquota",
- is_private => undef,
- is_custom => undef,
- nargs => 2,
- bytes => 0,
- aliases => {},
- },
"syscall" => {
c_sym => "syscall",
syscall => "syscall",
link linkat lseek lstat
msgrcv msgsnd msync
open openat
- pathconf peeloff poll posix_spawn pread pwrite
+ pathconf peeloff poll posix_spawn pread pselect pwrite
read readv recvfrom recvmsg rename renameat
rename_ext
__semwait_signal __sigwait