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 syscalls = set() # MIPS defines everything three times; work around that.
566 syscalls.add(m.group(1))
567 for syscall in sorted(syscalls):
573 glibc_syscalls_h_path = "include/sys/glibc-syscalls.h"
599 for syscall in self.syscalls:
602 filename = "arch-%s/syscalls/%s.S" % (arch, syscall["func"])
616 rel_path = os.path.join(arch_dir, "syscalls")
666 commands.getoutput("git add %s" % (os.path.join(bionic_libc_root, "SYSCALLS.TXT")))
676 state.process_file(os.path.join(bionic_libc_root, "SYSCALLS.TXT"))