Searched defs:GOTOffset (Results 1 – 2 of 2) sorted by relevance
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 332 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation() local 1211 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local 1216 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local 1695 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1718 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1731 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1821 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry() local 1839 uint64_t GOTOffset, in resolveGOTOffsetRelocation() 1846 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()
|