Searched refs:symValue (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocationFactory.cpp131 got_entry.setContent(pReloc.symValue());
183 RelocationFactory::DWord S = pReloc.symValue();
218 RelocationFactory::DWord S = pReloc.symValue();
263 int32_t S = pReloc.symValue();
290 int32_t S = pReloc.symValue();
320 int32_t S = pReloc.symValue();
363 int32_t S = pReloc.symValue();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocationFactory.cpp88 ((pReloc.symValue() & 0x1) != 0))?
148 got_entry.setContent(pReloc.symValue());
159 got_entry.setContent(pReloc.symValue());
394 ARMRelocationFactory::DWord S = pReloc.symValue();
449 pReloc.target() = ((pReloc.symValue() + A) | T)
461 pReloc.target() = pReloc.symValue() + A - pReloc.place(pParent.getLayout());
473 ARMRelocationFactory::Address S = pReloc.symValue();
543 S = pReloc.symValue();
602 S = pReloc.symValue();
649 ARMRelocationFactory::Address S = pReloc.symValue();
[all...]
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocation.h51 /// symValue - S value - the symbol address
52 Address symValue() const;
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86RelocationFactory.cpp114 got_entry.setContent(pReloc.symValue());
123 got_entry.setContent(pReloc.symValue());
251 RelocationFactory::DWord S = pReloc.symValue();
305 RelocationFactory::DWord S = pReloc.symValue();
349 X86RelocationFactory::Address S = pReloc.symValue();
394 PLT_S = pReloc.symValue();
/frameworks/compile/mclinker/lib/LD/
H A DRelocation.cpp41 Relocation::Address Relocation::symValue() const function in class:Relocation

Completed in 46 milliseconds