Home
last modified time | relevance | path

Searched refs:Sword (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Delf_traits.h19 typedef Elf32_Sword Sword; typedef
43 typedef Elf64_Sword Sword; typedef
Dcrazy_linker_elf_relocations.cpp326 const ELF::Sword CRAZY_UNUSED addend = rela->r_addend; in ApplyRelaReloc()
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc381 typedef int32_t Sword; typedef in __anon9f1770860111::Elf32
419 typedef int32_t Sword; typedef in __anon9f1770860111::Elf64
461 typedef typename ELF::Sword Sword; typedef in __anon9f1770860111::ElfParser
479 Sword GetSwordAt(off_t pos) { in GetSwordAt()
480 return static_cast<Sword>(GetWordAt(pos)); in GetSwordAt()