File: multi_arch

package info (click to toggle)
ceccomp 3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,528 kB
  • sloc: ansic: 3,154; python: 653; makefile: 240; sh: 226
file content (27 lines) | stat: -rw-r--r-- 1,988 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
 Line  CODE  JT   JF      K
---------------------------------
 0001: 0x20 0x00 0x00 0x00000004 $A = $arch
 0002: 0x15 0x00 0x05 0xc000003e if ($A != x86_64) goto 0008
 0003: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 0004: 0x35 0x12 0x00 0x40000000 if ($A >= 0x40000000) goto 0023
 0005: 0x15 0x12 0x00 0x0000002b if ($A == accept) goto 0024
 0006: 0x15 0x11 0x00 0x00000032 if ($A == listen) goto 0024
 0007: 0x15 0x10 0x0f 0x00000031 if ($A == bind) goto 0024, else goto 0023
 0008: 0x15 0x00 0x04 0x40000003 if ($A != i386) goto 0013
 0009: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 0010: 0x15 0x0d 0x00 0x00000000 if ($A == i386.restart_syscall) goto 0024
 0011: 0x15 0x0c 0x00 0x00000001 if ($A == i386.exit) goto 0024
 0012: 0x15 0x0b 0x0a 0x00000002 if ($A == i386.fork) goto 0024, else goto 0023
 0013: 0x15 0x00 0x04 0xc00000b7 if ($A != aarch64) goto 0018
 0014: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 0015: 0x15 0x08 0x00 0xffffd85c if ($A == aarch64.alarm) goto 0024
 0016: 0x15 0x07 0x00 0xffffd88b if ($A == aarch64.select) goto 0024
 0017: 0x15 0x06 0x05 0xffffd848 if ($A == aarch64.pipe) goto 0024, else goto 0023
 0018: 0x15 0x00 0x04 0x40000028 if ($A != arm) goto 0023
 0019: 0x20 0x00 0x00 0x00000000 $A = $syscall_nr
 0020: 0x15 0x03 0x00 0x00000000 if ($A == arm.restart_syscall) goto 0024
 0021: 0x15 0x02 0x00 0x00000091 if ($A == arm.readv) goto 0024
 0022: 0x15 0x01 0x00 0x00000078 if ($A == arm.clone) goto 0024
 0023: 0x06 0x00 0x00 0x00000000 return KILL
 0024: 0x06 0x00 0x00 0x7fff0000 return ALLOW
---------------------------------