Home
last modified time | relevance | path

Searched refs:SectionBBase (Results 1 – 4 of 4) 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()