Searched defs:arch (Results 1 – 13 of 13) 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
|
| /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 202 for (Arch arch : archs) { in generateGuardCondition() local 223 for (Arch arch : archs) { in generateGuardCondition() local
|
| D | CompilationType.h | 27 Arch arch; member
|
| D | Arch.h | 90 ArchMapIterator(const ArchMap<T>& map, Arch arch) : map_(map), arch_(arch) { in ArchMapIterator()
|
| D | versioner.cpp | 99 static CompilationRequirements collectRequirements(const Arch& arch, in collectRequirements() 166 for (const auto& arch : selected_architectures) { in generateCompilationTypes() local 522 Arch arch = arch_from_string(optarg); in main() local
|
| D | DeclarationDatabase.cpp | 284 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/tools/relocation_packer/src/ |
| D | elf_file_unittest.cc | 65 void OpenRelocsTestFiles(const std::string& arch, FILE** relocs_so, FILE** packed_relocs_so) { in OpenRelocsTestFiles() 116 static void RunUnpackRelocationsTestFor(const std::string& arch) { in RunUnpackRelocationsTestFor() 152 static void RunPackRelocationsTestFor(const std::string& arch) { in RunPackRelocationsTestFor()
|
| /bionic/libc/kernel/uapi/linux/ |
| D | seccomp.h | 44 __u32 arch; member
|
| D | kvm.h | 223 struct kvm_debug_exit_arch arch; member 490 struct kvm_guest_debug_arch arch; member
|