Searched refs:getStubOffset (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.cpp | 98 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset() 99 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset()
|
H A D | RuntimeDyldELF.cpp | 1190 Stubs[Value] = Section.getStubOffset(); in resolveAArch64Branch() 1192 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch() 1218 Section.getLoadAddressWithOffset(Section.getStubOffset()), in resolveAArch64Branch() 1356 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1358 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef() 1368 Section.getLoadAddressWithOffset(Section.getStubOffset()), RelType, in processRelocationRef() 1409 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() 1414 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef() 1431 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef() 1504 Stubs[Value] = Section.getStubOffset(); in processRelocationRef() [all …]
|
H A D | RuntimeDyldImpl.h | 105 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function 494 Sections[SectionID].getStubOffset() + getMaxStubSize()); in getSectionContent()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 139 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation() 140 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation() 141 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
|
H A D | RuntimeDyldMachOARM.h | 316 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub"); in processBranchRelocation() 317 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation() 325 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
|
H A D | RuntimeDyldCOFFX86_64.h | 168 StubOffset = Section.getStubOffset(); in generateRelocationStub()
|
H A D | RuntimeDyldCOFFAArch64.h | 118 StubOffset = Section.getStubOffset(); in generateRelocationStub()
|
H A D | RuntimeDyldMachOAArch64.h | 458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()
|