Searched defs:GOTOffset (Results 1 – 3 of 3) 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/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 344 int64_t GOTOffset = Value - GOTBase + Addend; in resolveX86_64Relocation() local 1315 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local 1320 uint64_t GOTOffset = findOrAllocGOTEntry(Value, ELF::R_AARCH64_ABS64); in processRelocationRef() local 1795 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1821 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1834 uint64_t GOTOffset = allocateGOTEntries(1); in processRelocationRef() local 1992 uint64_t GOTOffset = allocateGOTEntries(1); in processX86_64GOTTPOFFRelocation() local 2260 uint64_t GOTOffset = allocateGOTEntries(1); in findOrAllocGOTEntry() local 2278 uint64_t GOTOffset, in resolveGOTOffsetRelocation() 2285 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()
|