Searched refs:SectionBOffset (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h163 uint64_t SectionBOffset = AddrB - SectionBBase; local
175 << ", SectionBOffset: " << SectionBOffset << "\n"); local
177 SectionAOffset, SectionBID, SectionBOffset,
H A DRuntimeDyldMachOARM.h247 uint64_t SectionBOffset = AddrB - SectionBBase; local
264 << ", SectionBOffset: " << SectionBOffset << "\n"); local
266 SectionAOffset, SectionBID, SectionBOffset, IsPCRel,
H A DRuntimeDyldMachOX86_64.h165 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); local
178 SectionAID, SectionAOffset, SectionBID, SectionBOffset,
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h174 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
176 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel),
172 RelocationEntry(unsigned id, uint64_t offset, uint32_t type, int64_t addend, unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, uint64_t SectionBOffset, bool IsPCRel, unsigned Size) argument

Completed in 122 milliseconds