Home
last modified time | relevance | path

Searched refs:SupportedArchitectures (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/tools/
Dgensyscalls.py18 SupportedArchitectures = [ "arm", "arm64", "riscv64", "x86", "x86_64" ] variable
416 for arch in SupportedArchitectures:
421 for arch in SupportedArchitectures:
425 for arch in SupportedArchitectures:
428 elif arch in SupportedArchitectures:
Dgenfunctosyscallnrs.py8 from gensyscalls import SupportedArchitectures, SysCallsTxtParser