Searched defs:SectionBOffset (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h439 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); local
452 SectionAID, SectionAOffset, SectionBID, SectionBOffset,
H A DRuntimeDyldMachOARM.h264 uint64_t SectionBOffset = AddrB - SectionBBase; local
285 << ", SectionBOffset: " << SectionBOffset << "\n"); local
287 SectionAOffset, SectionBID, SectionBOffset, IsPCRel,
H A DRuntimeDyldMachOI386.h183 uint64_t SectionBOffset = AddrB - SectionBBase; local
199 << ", SectionBOffset: " << SectionBOffset << "\n"); local
201 SectionAOffset, SectionBID, SectionBOffset,
H A DRuntimeDyldMachOX86_64.h175 uint64_t SectionBOffset = 0; local
188 SectionBOffset = SubtrahendI->second.getOffset();
227 SectionAID, SectionAOffset, SectionBID, SectionBOffset,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h168 uint64_t SectionBOffset, bool IsPCRel, unsigned Size)
170 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel),
166 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 145 milliseconds