Home
last modified time | relevance | path

Searched defs:Sword (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/frameworks/compile/mclinker/include/mcld/ADT/
DSizeTraits.h49 typedef llvm::ELF::Elf32_Sword Sword; typedef
67 typedef llvm::ELF::Elf64_Sword Sword; typedef
/aosp_15_r20/art/libelffile/elf/
H A Delf_utils.h33 using Sword = Elf32_Sword; member
48 using Sword = Elf64_Sword; member
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Delf.h56 using Sword = int32_t; member
108 using Sword = int32_t; member
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DELFTypes.h73 typedef packed<int32_t> Sword; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DELFTypes.h88 using Sword = packed<int32_t>; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DELFTypes.h88 using Sword = packed<int32_t>; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DELFTypes.h87 using Sword = packed<int32_t>; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DELFTypes.h88 using Sword = packed<int32_t>; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DELFTypes.h88 using Sword = packed<int32_t>; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DELFTypes.h88 using Sword = packed<int32_t>; member
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dregex.c81 #define Sword 1 macro