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.h129 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation()
130 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()
131 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
DRuntimeDyldMachOARM.h186 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()
188 Section.getAddressWithOffset(Section.getStubOffset())); in processBranchRelocation()
196 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
DRuntimeDyldMachOAArch64.h381 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1254 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1256 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1284 Section.getStubOffset())), in processRelocationRef()
1306 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1308 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1318 Section.getStubOffset())), in processRelocationRef()
1359 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1361 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1379 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1491 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
[all …]
DRuntimeDyldImpl.h113 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function