Searched refs:SectionAOffset (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h169 uint64_t SectionAOffset = AddrA - SectionABase; local
197 << ", SectionAOffset: " << SectionAOffset
201 SectionAOffset, SectionBID, SectionBOffset,
H A DRuntimeDyldMachOX86_64.h203 uint64_t SectionAOffset = 0; local
214 SectionAOffset = MinuendI->second.getOffset();
227 SectionAID, SectionAOffset, SectionBID, SectionBOffset,
H A DRuntimeDyldMachOARM.h250 uint64_t SectionAOffset = AddrA - SectionABase; local
283 << ", SectionAOffset: " << SectionAOffset
287 SectionAOffset, SectionBID, SectionBOffset, IsPCRel,
H A DRuntimeDyldMachOAArch64.h449 uint64_t SectionAOffset = MinuendI->second.getOffset(); local
452 SectionAID, SectionAOffset, SectionBID, SectionBOffset,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h167 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB,
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 200 milliseconds