Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h165 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() local
177 << ", SectionBOffset: " << SectionBOffset << "\n"); in processSECTDIFFRelocation()
179 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h246 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() local
263 << ", SectionBOffset: " << SectionBOffset << "\n"); in processHALFSECTDIFFRelocation()
265 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h135 uint64_t SectionBOffset, bool IsPCRel, unsigned Size) in RelocationEntry() argument
137 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()