File: x32.pipe

package info (click to toggle)
ceccomp 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,632 kB
  • sloc: ansic: 6,474; python: 1,039; makefile: 248; sh: 145
file content (15 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#Label  CODE  JT   JF      K
#---------------------------------
L0001: $A = $arch
L0002: if ($A != i386) goto L0012
L0003: $A = $syscall_nr
L0004: if ($A <= 0x40000000) goto L0012
L0005: if ($A == 0x40000000) goto L0012
L0006: if ($A == 0x40000001) goto L0012
L0007: if ($A == 0x400000ac) goto L0012
L0008: if ($A != 0x40000009) goto L0012
L0009: $A = $low_args[0]
L0010: if ($A == 0x0) goto L0012
L0011: return ERRNO(5)
L0012: return ALLOW
#... 1 line(s) skipped