HomeSort by relevance Sort by last modified time
    Searched full:paddend (Results 1 - 20 of 20) sorted by null

  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 46 /// @param pAddend [in] the addend of the relocation entry
49 Address pAddend) {
50 return g_RelocationFactory->produce(pType, pFragRef, pAddend);
68 Relocation::Address pAddend,
73 m_Addend(pAddend) {
130 void Relocation::setAddend(Address pAddend) {
131 m_Addend = pAddend;
Stub.cpp 75 void Stub::addFixup(DWord pOffset, SWord pAddend, Type pType) {
77 m_FixupList.push_back(new Fixup(pOffset, pAddend, pType));
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 42 Address pAddend,
60 /// @param pAddend [in] the addend of the relocation entry
63 Address pAddend = 0);
104 void setAddend(Address pAddend);
Stub.h 36 Fixup(DWord pOffset, SWord pAddend, Type pType)
37 : m_Offset(pOffset), m_Addend(pAddend), m_Type(pType) {}
129 void addFixup(DWord pOffset, SWord pAddend, Type pType);
  /frameworks/compile/mclinker/include/mcld/LD/
RelocationFactory.h 42 /// @param pAddend - the addend of the relocation entry
43 Relocation* produce(Type pType, FragmentRef& pFragRef, Address pAddend = 0);
BranchIsland.h 108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend)
109 : m_pPrototype(pPrototype), m_pSymbol(pSymbol), m_Addend(pAddend) {}
  /frameworks/compile/mclinker/lib/LD/
RelocationFactory.cpp 35 Address pAddend) {
73 new (result) Relocation(pType, &pFragRef, pAddend, target_data);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOT.h 51 Relocation::DWord pAddend);
77 Relocation::DWord pAddend,
80 Relocation::DWord pAddend);
MipsLDBackend.h 180 int32_t& pAddend) const;
193 int64_t& pAddend) const;
206 int32_t pAddend) const;
219 int64_t pAddend) const;
MipsGOT.cpp 241 Relocation::DWord pAddend) {
242 LocalEntry entry(&pInfo, pAddend, reloc == llvm::ELF::R_MIPS_GOT16);
449 Relocation::DWord pAddend,
454 key.m_Addend = pAddend;
459 Relocation::DWord pAddend) {
463 key.m_Addend = pAddend;
MipsLDBackend.cpp 909 int32_t& pAddend) const {
910 return GNULDBackend::readRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
939 int64_t& pAddend) const {
944 pAddend = pRel.r_addend;
948 pAddend = mcld::bswap64(pRel.r_addend);
967 int32_t pAddend) const {
968 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
987 int64_t pAddend) const {
994 pRel.r_addend = pAddend;
    [all...]
MipsRelocator.cpp 82 Relocation::DWord pResult, Relocation::DWord pAddend)
85 m_Addend(pAddend),
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
GNULDBackend.h 210 int32_t& pAddend) const;
223 int64_t& pAddend) const;
236 int32_t pAddend) const;
249 int64_t pAddend) const;
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 450 /// @param [in] pAddend Tthe addend value for applying relocation
455 Relocation::Address pAddend = 0);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 593 Relocation::Address pAddend) {
596 Relocation* relocation = Relocation::Create(pType, *frag_ref, pAddend);
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 762 /* pAddend */0);
782 /* pAddend */0);
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]
mips.cc 8525 unsigned char* paddend = view + offset; local
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 343 /* pAddend */0);

Completed in 774 milliseconds