Home
last modified time | relevance | path

Searched refs:SectionABase (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h102 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress; in resolveRelocation() local
104 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
106 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
154 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation() local
155 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h133 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress; in resolveRelocation() local
135 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
137 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
235 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation() local
236 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation()