Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h101 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
103 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
105 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
152 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation() local
153 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h135 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
137 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
139 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
236 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation() local
237 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h99 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
101 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
103 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()