Home
last modified time | relevance | path

Searched refs:resolveGOTOffsetRelocation (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h92 void resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset,
DRuntimeDyldELF.cpp1325 resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4); in processRelocationRef()
1342 resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend); in processRelocationRef()
1400 void RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOf… in resolveGOTOffsetRelocation() function in llvm::RuntimeDyldELF