Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h163 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local
175 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation()
177 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h247 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local
264 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation()
266 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h165 uint64_t SectionBOffset = SubtrahendI->second.getOffset(); in processSubtractRelocation() local
178 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h174 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry() argument
176 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()