Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
118 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
120 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
168 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation() local
169 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h154 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
156 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
158 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
249 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation() local
250 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
115 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
117 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
DRuntimeDyldMachOAArch64.h361 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
363 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
365 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h116 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
118 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
120 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
168 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation() local
169 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h259 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
261 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
263 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
377 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation() local
378 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h113 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
115 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
117 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
DRuntimeDyldMachOAArch64.h419 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
421 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
423 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()