HomeSort by relevance Sort by last modified time
    Searched defs:Sword (Results 1 - 5 of 5) sorted by null

  /ndk/sources/android/crazy_linker/src/
elf_traits.h 19 typedef Elf32_Sword Sword;
43 typedef Elf64_Sword Sword;
  /bionic/tools/relocation_packer/src/
elf_traits.h 29 typedef Elf32_Sword Sword;
53 typedef Elf64_Sword Sword;
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 26 typedef int32_t SWord;
35 typedef int64_t SWord;
49 typedef llvm::ELF::Elf32_Sword Sword;
67 typedef llvm::ELF::Elf64_Sword Sword;
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 381 typedef int32_t Sword;
419 typedef int32_t Sword;
461 typedef typename ELF::Sword Sword;
478 // Read an ELF::Sword at a given position.
479 Sword GetSwordAt(off_t pos) {
480 return static_cast<Sword>(GetWordAt(pos));
    [all...]
  /art/runtime/
elf.h     [all...]

Completed in 218 milliseconds