Searched defs:arch (Results 1 – 14 of 14) sorted by relevance
| /bionic/tools/ |
| D | generate-version-script.py | 16 def GenerateVersionScript(arch, in_filename, out_filename): argument 27 arch = sys.argv[1] variable
|
| /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
|
| /bionic/tools/versioner/src/ |
| D | Arch.cpp | 23 std::string to_string(const Arch& arch) { in to_string()
|
| D | Preprocessor.cpp | 80 for (Arch arch : supported_archs) { in calculateRequiredGuard() local 100 for (Arch arch : supported_archs) { in calculateRequiredGuard() local 165 for (Arch arch : supported_archs) { in generateGuardCondition() local 195 for (Arch arch : archs) { in generateGuardCondition() local 216 for (Arch arch : archs) { in generateGuardCondition() local
|
| D | CompilationType.h | 27 Arch arch; member
|
| D | Arch.h | 92 ArchMapIterator(const ArchMap<T>& map, Arch arch) : map_(map), arch_(arch) { in ArchMapIterator()
|
| D | versioner.cpp | 98 static CompilationRequirements collectRequirements(const Arch& arch, in collectRequirements() 165 for (const auto& arch : selected_architectures) { in generateCompilationTypes() local 517 std::optional<Arch> arch = arch_from_string(optarg); in main() local
|
| D | SymbolFileParser.cpp | 217 std::optional<Arch> arch = arch_from_string(tag); in isInArch() local
|
| D | DeclarationDatabase.cpp | 281 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 | 48 __u32 arch; member
|
| D | kvm.h | 223 struct kvm_debug_exit_arch arch; member 506 struct kvm_guest_debug_arch arch; member
|