HomeSort by relevance Sort by last modified time
    Searched refs:symValue (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 109 HexagonRelocator::Address S = pReloc.symValue();
127 HexagonRelocator::Address S = pReloc.symValue();
144 HexagonRelocator::Address S = pReloc.symValue();
161 HexagonRelocator::Address S = pReloc.symValue();
173 HexagonRelocator::Address S = pReloc.symValue();
185 HexagonRelocator::DWord S = pReloc.symValue();
197 HexagonRelocator::DWord S = pReloc.symValue();
209 HexagonRelocator::DWord S = pReloc.symValue();
221 HexagonRelocator::Address S = pReloc.symValue();
246 HexagonRelocator::Address S = pReloc.symValue();
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsRelocator.cpp 142 got_entry->setValue(pReloc.symValue());
191 Relocator::DWord S = pReloc.symValue();
222 Relocator::DWord S = pReloc.symValue();
263 int32_t S = pReloc.symValue();
288 int32_t S = pReloc.symValue();
316 int32_t S = pReloc.symValue();
386 int32_t S = pReloc.symValue();
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMRelocator.cpp 85 ((pReloc.symValue() & 0x1) != 0))?
142 got_entry->setValue(pReloc.symValue());
151 got_entry->setValue(pReloc.symValue());
368 ARMRelocator::DWord S = pReloc.symValue();
416 ARMRelocator::Address S = pReloc.symValue();
439 pReloc.target() = pReloc.symValue() + A - pReloc.place();
449 ARMRelocator::Address S = pReloc.symValue();
510 S = pReloc.symValue();
570 S = pReloc.symValue();
615 ARMRelocator::Address S = pReloc.symValue();
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 144 got_entry->setValue(pReloc.symValue());
150 got_entry->setValue(pReloc.symValue());
247 Relocator::DWord S = pReloc.symValue();
311 Relocator::DWord S = pReloc.symValue();
354 X86Relocator::Address S = pReloc.symValue();
393 PLT_S = pReloc.symValue();
430 got_entry2->setValue(pReloc.symValue());
484 X86Relocator::Address S = pReloc.symValue();
578 X86Relocator::Address S = pReloc.symValue();
696 got_entry->setValue(pReloc.symValue());
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 74 /// symValue - S value - the symbol address
75 Address symValue() const;
  /frameworks/compile/mclinker/lib/Fragment/
Relocation.cpp 91 Relocation::Address Relocation::symValue() const
  /frameworks/compile/mclinker/unittests/
ELFReaderTest.cpp 150 ASSERT_EQ(0x0, rReloc->symValue());

Completed in 1718 milliseconds