Searched refs:computeGOTOffsetRE (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 117 RelocationEntry computeGOTOffsetRE(unsigned SectionID,
|
D | RuntimeDyldELF.cpp | 1740 computeGOTOffsetRE(SectionID, GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef() 1759 RelocationEntry RE = computeGOTOffsetRE(SectionID, GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 1838 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t… in computeGOTOffsetRE() function in llvm::RuntimeDyldELF
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.h | 118 RelocationEntry computeGOTOffsetRE(uint64_t GOTOffset, uint64_t SymbolOffset,
|
D | RuntimeDyldELF.cpp | 1693 computeGOTOffsetRE(GOTOffset, 0, ELF::R_X86_64_64), in processRelocationRef() 1714 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 1727 computeGOTOffsetRE(GOTOffset, Value.Offset, ELF::R_X86_64_64); in processRelocationRef() 1815 computeGOTOffsetRE(GOTOffset, Value.Offset, GOTRelType); in findOrAllocGOTEntry() 1836 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE() function in llvm::RuntimeDyldELF
|