Home | History | Annotate | Download | only in tools

Lines Matching full:syscalls

405         self.syscalls = []
499 self.syscalls.append(t)
522 self.syscalls = []
528 self.syscalls = parser.syscalls
531 for syscall in self.syscalls:
546 E("socketcall_id for dispatch syscalls is only supported for x86 in '%s'" % t)
562 glibc_syscalls_h_path = "include/bits/glibc-syscalls.h"
569 # Collect the set of all syscalls for all architectures.
570 syscalls = set()
585 syscalls.add(nr_name)
591 for syscall in sorted(syscalls):
604 for syscall in self.syscalls:
607 filename = "arch-%s/syscalls/%s.S" % (arch, syscall["func"])
621 rel_path = os.path.join(arch_dir, "syscalls")
671 commands.getoutput("git add %s" % (os.path.join(bionic_libc_root, "SYSCALLS.TXT")))
682 state.process_file(os.path.join(bionic_libc_root, "SYSCALLS.TXT"))