Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h153 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation() local
173 << ", SectionAOffset: " << SectionAOffset in processSECTDIFFRelocation()
177 SectionAOffset, SectionBID, SectionBOffset, in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h237 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation() local
262 << ", SectionAOffset: " << SectionAOffset in processHALFSECTDIFFRelocation()
266 SectionAOffset, SectionBID, SectionBOffset, IsPCRel, in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h175 uint64_t SectionAOffset = MinuendI->second.getOffset(); in processSubtractRelocation() local
178 SectionAID, SectionAOffset, SectionBID, SectionBOffset, in processSubtractRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h173 unsigned SectionA, uint64_t SectionAOffset, unsigned SectionB, in RelocationEntry() argument
176 Addend(SectionAOffset - SectionBOffset + addend), IsPCRel(IsPCRel), in RelocationEntry()