Home
last modified time | relevance | path

Searched refs:getStubOffset (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1063 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 …]
DRuntimeDyldImpl.h107 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h141 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()
DRuntimeDyldMachOARM.h313 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub"); in processBranchRelocation()
314 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()
322 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
DRuntimeDyldCOFFX86_64.h149 StubOffset = Section.getStubOffset(); in generateRelocationStub()
DRuntimeDyldMachOAArch64.h459 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h141 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()
DRuntimeDyldMachOARM.h199 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()
201 Section.getAddressWithOffset(Section.getStubOffset())); in processBranchRelocation()
209 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
DRuntimeDyldMachOAArch64.h399 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1299 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 …]
DRuntimeDyldImpl.h107 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function