Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.cpp97 auto EntryOffset = alignTo(Sec.getStubOffset(), PointerSize); in getDLLImportOffset()
98 Sec.advanceStubOffset(EntryOffset + PointerSize - Sec.getStubOffset()); in getDLLImportOffset()
H A DRuntimeDyldELF.cpp1139 Stubs[Value] = Section.getStubOffset(); in resolveAArch64Branch()
1141 Section.getAddressWithOffset(Section.getStubOffset())); in resolveAArch64Branch()
1168 Section.getStubOffset())), in resolveAArch64Branch()
1308 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1310 Section.getAddressWithOffset(Section.getStubOffset())); in processRelocationRef()
1320 Section.getStubOffset())), in processRelocationRef()
1361 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
1366 Section.getAddressWithOffset(Section.getStubOffset()), AbiVariant); in processRelocationRef()
1383 RelocationEntry RE(SectionID, Offset, RelType, Section.getStubOffset()); in processRelocationRef()
1456 Stubs[Value] = Section.getStubOffset(); in processRelocationRef()
[all …]
H A DRuntimeDyldImpl.h105 uintptr_t getStubOffset() const { return StubOffset; } in getStubOffset() function
484 Sections[SectionID].getStubOffset() + getMaxStubSize()); in getSectionContent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h140 Stubs[Value] = Section.getStubOffset(); in processGOTRelocation()
141 uint8_t *GOTEntry = Section.getAddressWithOffset(Section.getStubOffset()); in processGOTRelocation()
142 RelocationEntry GOTRE(RE.SectionID, Section.getStubOffset(), in processGOTRelocation()
H A DRuntimeDyldMachOARM.h317 assert(Section.getStubOffset() % 4 == 0 && "Misaligned stub"); in processBranchRelocation()
318 Stubs[Value] = Section.getStubOffset(); in processBranchRelocation()
326 Addr = Section.getAddressWithOffset(Section.getStubOffset()); in processBranchRelocation()
H A DRuntimeDyldCOFFX86_64.h161 StubOffset = Section.getStubOffset(); in generateRelocationStub()
H A DRuntimeDyldCOFFAArch64.h117 StubOffset = Section.getStubOffset(); in generateRelocationStub()
H A DRuntimeDyldMachOAArch64.h458 (BaseAddress + Section.getStubOffset() + StubAlignment - 1) & in processGOTRelocation()