Searched refs:getStubOffset (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1063 Stubs[Value] = Section.getStubOffset(); in resolveAArch64Branch() 1065 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch() 1092 Section.getStubOffset())), in resolveAArch64Branch() 1230 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1232 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef() 1242 Section.getStubOffset())), in processRelocationRef() 1283 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1288 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef() 1305 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() 1378 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() [all …]
|
D | RuntimeDyldImpl.h | 107 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 141 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation() 142 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() 143 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 313 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub"); in processBranchRelocation() 314 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation() 322 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 149 StubOffset = Section.getStubOffset(); in generateRelocationStub()
|
D | RuntimeDyldMachOAArch64.h | 459 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOX86_64.h | 141 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation() 142 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() 143 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
|
D | RuntimeDyldMachOARM.h | 199 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation() 201 Section.getAddressWithOffset(Section.getStubOffset())); in processBranchRelocation() 209 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
|
D | RuntimeDyldMachOAArch64.h | 399 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1299 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1301 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef() 1329 Section.getStubOffset())), in processRelocationRef() 1351 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1353 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef() 1363 Section.getStubOffset())), in processRelocationRef() 1404 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1406 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef() 1424 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() 1537 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() [all …]
|
D | RuntimeDyldImpl.h | 107 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function
|