Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h115 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
116 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
118 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
183 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation() local
184 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation()
H A 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()
394 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation() local
395 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h112 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
113 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
115 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
H A DRuntimeDyldMachOAArch64.h419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local
420 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
422 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()