Home
last modified time | relevance | path

Searched refs:syscalls (Results 1 – 16 of 16) sorted by relevance

/bionic/libc/tools/
Dgenseccomp.py37 return set([x["name"] for x in parser.syscalls if x.get(architecture)])
76 syscalls = {}
83 syscalls[name] = value
85 return syscalls
88 def convert_NRs_to_ranges(syscalls): argument
90 syscalls = sorted(syscalls, lambda x, y: cmp(x[1], y[1]))
94 for name, value in syscalls:
177 def construct_bpf(syscalls, architecture, name_modifier): argument
178 ranges = convert_NRs_to_ranges(syscalls)
Dgensyscalls.py406 self.syscalls = []
508 self.syscalls.append(t)
531 self.syscalls = []
537 self.syscalls = parser.syscalls
540 for syscall in self.syscalls:
579 syscalls = set()
601 syscalls.add(nr_name)
607 for syscall in sorted(syscalls):
620 for syscall in self.syscalls:
Dgenfunctosyscallnrs.py18 for syscall in parser.syscalls:
Dtest_genseccomp.py194 syscalls = cStringIO.StringIO(textwrap.dedent("""\
206 syscall_files = [syscalls, whitelist, blacklist]
/bionic/tools/
Dupdate_syscalls.sh6 git diff --exit-code HEAD libc/arch-*/syscalls/
/bionic/
DPREUPLOAD.cfg4 syscalls = tools/update_syscalls.sh
DREADME.md79 syscalls/
80 # The syscalls directories contain script-generated assembler files.
/bionic/libc/
DSECCOMP_BLACKLIST_APP.TXT5 # Any entry in the blacklist must be in the syscalls file and not be in the whitelist file
23 # been provided, allows the user to specify dispatch style syscalls.
31 # Note: Some privileged syscalls are still needed in app process after fork before uid change,
35 # syscalls to modify IDs
52 # syscalls to modify times
62 # syscalls to change machine various configurations
DSECCOMP_BLACKLIST_COMMON.TXT5 # Any entry in the blacklist must be in the syscalls file and not be in the whitelist file
23 # been provided, allows the user to specify dispatch style syscalls.
DSECCOMP_WHITELIST_GLOBAL.TXT12 # syscalls needed to boot android
DSECCOMP_WHITELIST_COMMON.TXT20 # been provided, allows the user to specify dispatch style syscalls.
28 # syscalls needed to boot android
61 # syscalls needed to boot android
72 # Useful new syscalls which we don't yet use in bionic.
DSECCOMP_WHITELIST_SYSTEM.TXT20 # been provided, allows the user to specify dispatch style syscalls.
DSECCOMP_WHITELIST_APP.TXT20 # been provided, allows the user to specify dispatch style syscalls.
DAndroid.bp1250 srcs: ["arch-arm/syscalls/**/*.S"],
1253 srcs: ["arch-arm64/syscalls/**/*.S"],
1256 srcs: ["arch-mips/syscalls/**/*.S"],
1259 srcs: ["arch-mips64/syscalls/**/*.S"],
1262 srcs: ["arch-x86/syscalls/**/*.S"],
1265 srcs: ["arch-x86_64/syscalls/**/*.S"],
2454 srcs: ["arch-arm/syscalls/__rt_sigprocmask.S"],
2457 srcs: ["arch-arm64/syscalls/__rt_sigprocmask.S"],
2462 "arch-x86/syscalls/__rt_sigprocmask.S",
2466 srcs: ["arch-x86_64/syscalls/__rt_sigprocmask.S"],
DSYSCALLS.TXT19 # been provided, allows the user to specify dispatch style syscalls.
/bionic/libc/kernel/
DREADME.TXT82 Finally, run this command to regenerate the syscalls list: