Searched defs:GOTOffset (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 329 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation() local 1201 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local 1206 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local 1685 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1708 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1721 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1811 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry() local 1829 uint64_t GOTOffset, in resolveGOTOffsetRelocation() 1836 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(uint64_t GOTOffset, in computeGOTOffsetRE()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1733 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef() local 1755 uint64_t GOTOffset = allocateGOTEntries(SectionID, 1); in processRelocationRef() local 1831 …RuntimeDyldELF::resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset, uint64_t GOTOffset) in resolveGOTOffsetRelocation() 1838 RelocationEntry RuntimeDyldELF::computeGOTOffsetRE(unsigned SectionID, uint64_t GOTOffset, uint64_t… in computeGOTOffsetRE()
|