Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/Mips/
DMipsGOT.h39 virtual void setEntryValue(Fragment* entry, uint64_t pValue) = 0;
211 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
230 virtual void setEntryValue(Fragment* entry, uint64_t pValue);
DMipsGOT.cpp406 void Mips32GOT::setEntryValue(Fragment* entry, uint64_t pValue) in setEntryValue() function in Mips32GOT
447 void Mips64GOT::setEntryValue(Fragment* entry, uint64_t pValue) in setEntryValue() function in Mips64GOT
DMipsRelocator.cpp635 got.setEntryValue(got_entry, entryValue); in getLocalGOTEntry()
663 got.setEntryValue(got_entry, pReloc.parent().symValue()); in getGlobalGOTEntry()