Home
last modified time | relevance | path

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

/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