Home
last modified time | relevance | path

Searched refs:setEntryValue (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h38 virtual void setEntryValue(Fragment* entry, uint64_t pValue) = 0;
229 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
247 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
DMipsGOT.cpp487 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) { in setEntryValue() function in mcld::Mips32GOT
522 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) { in setEntryValue() function in mcld::Mips64GOT
DMipsRelocator.cpp619 got.setEntryValue(got_entry, entryValue); in getLocalGOTEntry()
646 got.setEntryValue(got_entry, pReloc.parent().symValue()); in getGlobalGOTEntry()