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 34 typedef Relocation::SWord SWord;
Relocator.h 35 typedef Relocation::SWord SWord;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 36 typedef int64_t SWord; // FIXME: use SizeTrait<T>::SWord instead
Stub.h 32 typedef Relocation::SWord SWord;
38 Fixup(DWord pOffset, SWord pAddend, Type pType)
47 SWord addend() const { return m_Addend; }
53 SWord m_Addend;
117 void addFixup(DWord pOffset, SWord pAddend, Type pType);
  /frameworks/compile/mclinker/include/mcld/ADT/
SizeTraits.h 31 typedef int32_t SWord;
41 typedef int64_t SWord;
56 typedef llvm::ELF::Elf32_Sword Sword;
75 typedef llvm::ELF::Elf64_Sword Sword;

Completed in 204 milliseconds