Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h155 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation() local
175 << ", SectionAOffset: " << SectionAOffset in processSECTDIFFRelocation()
179 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h236 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation() local
261 << ", SectionAOffset: " << SectionAOffset in processHALFSECTDIFFRelocation()
265 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h134 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
137 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()