Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
118 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
120 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
182 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation() local
183 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
156 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
158 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
263 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation() local
264 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
115 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
117 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
DRuntimeDyldMachOAArch64.h362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].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.h117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
118 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
120 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
182 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation() local
183 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h260 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
261 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
263 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
391 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation() local
392 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation()
DRuntimeDyldMachOX86_64.h114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
115 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
117 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
DRuntimeDyldMachOAArch64.h420 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
421 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
423 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()