File: multi_arch

package info (click to toggle)
ceccomp 4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,648 kB
  • sloc: ansic: 6,531; python: 1,078; makefile: 248; sh: 145
file content (27 lines) | stat: -rw-r--r-- 2,062 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#Label  CODE  JT   JF      K
#---------------------------------
 L0001: 0x20 0x00 0x00 0x00000004 $A = $arch
 L0002: 0x15 0x00 0x05 0xc000003e if ($A != x86_64) goto L0008
 L0003: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 L0004: 0x35 0x12 0x00 0x40000000 if ($A >= 0x40000000) goto L0023
 L0005: 0x15 0x12 0x00 0x0000002b if ($A == accept) goto L0024
 L0006: 0x15 0x11 0x00 0x00000032 if ($A == listen) goto L0024
 L0007: 0x15 0x10 0x0f 0x00000031 if ($A == bind) goto L0024, else goto L0023
 L0008: 0x15 0x00 0x04 0x40000003 if ($A != i386) goto L0013
 L0009: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 L0010: 0x15 0x0d 0x00 0x00000000 if ($A == i386.restart_syscall) goto L0024
 L0011: 0x15 0x0c 0x00 0x00000001 if ($A == i386.exit) goto L0024
 L0012: 0x15 0x0b 0x0a 0x00000002 if ($A == i386.fork) goto L0024, else goto L0023
 L0013: 0x15 0x00 0x04 0xc00000b7 if ($A != aarch64) goto L0018
 L0014: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 L0015: 0x15 0x08 0x00 0xffffd85c if ($A == aarch64.alarm) goto L0024
 L0016: 0x15 0x07 0x00 0xffffd88b if ($A == aarch64.select) goto L0024
 L0017: 0x15 0x06 0x05 0xffffd848 if ($A == aarch64.pipe) goto L0024, else goto L0023
 L0018: 0x15 0x00 0x04 0x40000028 if ($A != arm) goto L0023
 L0019: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 L0020: 0x15 0x03 0x00 0x00000000 if ($A == arm.restart_syscall) goto L0024
 L0021: 0x15 0x02 0x00 0x00000091 if ($A == arm.readv) goto L0024
 L0022: 0x15 0x01 0x00 0x00000078 if ($A == arm.clone) goto L0024
 L0023: 0x06 0x00 0x00 0x00000000 return KILL
 L0024: 0x06 0x00 0x00 0x7fff0000 return ALLOW
#---------------------------------