Searched refs:computeGOTOffsetRE (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 97 RelocationEntry computeGOTOffsetRE(unsigned SectionID,
|
D | RuntimeDyldELF.cpp | 1328 addRelocationForSymbol(computeGOTOffsetRE(SectionID,GOTOffset,0,ELF::R_X86_64_64), in processRelocationRef() 1345 RelocationEntry RE = computeGOTOffsetRE(SectionID, GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 1407 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t… in computeGOTOffsetRE() function in llvm::RuntimeDyldELF
|