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

  /frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h 31 typedef Relocation::SWord SWord;
Relocator.h 29 typedef Relocation::SWord SWord;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 33 typedef int64_t SWord; // FIXME: use SizeTrait<T>::SWord instead
Stub.h 31 typedef Relocation::SWord SWord;
36 Fixup(DWord pOffset, SWord pAddend, Type pType)
43 SWord addend() const { return m_Addend; }
49 SWord m_Addend;
129 void addFixup(DWord pOffset, SWord pAddend, Type pType);
  /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;

Completed in 69 milliseconds