Searched defs:arch (Results 1 – 16 of 16) sorted by relevance
/bionic/libc/tools/ |
D | test_genseccomp.py | 14 def get_config(self, arch): argument 20 def get_headers(self, arch): argument 23 def get_switches(self, arch): argument
|
D | check-symbols-glibc.py | 31 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain) variable 33 arch = 'arm64' variable 40 def GetNdkIgnored(arch): # pylint: disable=redefined-outer-name argument
|
D | check-symbols.py | 11 arch = re.sub(r'.*/linux-x86/([^/]+)/.*', r'\1', toolchain) variable
|
D | gensyscalls.py | 431 def main(arch, syscall_file): argument 468 arch = sys.argv[1] variable
|
/bionic/tools/ |
D | generate-version-script.py | 16 def GenerateVersionScript(arch, in_filename, out_filename): argument 27 arch = sys.argv[1] variable
|
/bionic/tools/versioner/src/ |
D | Preprocessor.cpp | 80 for (Arch arch : supported_archs) { in calculateRequiredGuard() local 100 for (Arch arch : supported_archs) { in calculateRequiredGuard() local 162 for (Arch arch : supported_archs) { in generateGuardCondition() local 192 for (Arch arch : archs) { in generateGuardCondition() local 213 for (Arch arch : archs) { in generateGuardCondition() local
|
D | Arch.cpp | 23 std::string to_string(const Arch& arch) { in to_string()
|
D | CompilationType.h | 27 Arch arch; member
|
D | versioner.cpp | 98 static CompilationRequirements collectRequirements(const Arch& arch, in collectRequirements() 165 for (const auto& arch : selected_architectures) { in generateCompilationTypes() local 519 std::optional<Arch> arch = arch_from_string(optarg); in main() local
|
D | Arch.h | 90 ArchMapIterator(const ArchMap<T>& map, Arch arch) : map_(map), arch_(arch) { in ArchMapIterator()
|
D | SymbolFileParser.cpp | 217 std::optional<Arch> arch = arch_from_string(tag); in isInArch() local
|
D | DeclarationDatabase.cpp | 283 for (Arch arch : supported_archs) { in merge() local
|
/bionic/libc/kernel/tools/ |
D | kernel.py | 106 def parseFile(self, path, arch=None, kernel_root=None): argument 216 def setArch(self,arch=None): argument 283 def getArchHeaders(self,arch): argument
|
/bionic/libc/kernel/uapi/linux/ |
D | seccomp.h | 49 __u32 arch; member
|
D | ptrace.h | 65 __u32 arch __attribute__((__aligned__(sizeof(__u32)))); member
|
D | kvm.h | 225 struct kvm_debug_exit_arch arch; member 517 struct kvm_guest_debug_arch arch; member
|