Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Target/Mips/
H A 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);
H A 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
H A DMipsRelocator.cpp619 got.setEntryValue(got_entry, entryValue); in getLocalGOTEntry()
646 got.setEntryValue(got_entry, pReloc.parent().symValue()); in getGlobalGOTEntry()