Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h114 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
116 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
118 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
169 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation() local
170 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation()
H A 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()
380 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation() local
381 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h111 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
113 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
115 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
H A DRuntimeDyldMachOAArch64.h418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local
420 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
422 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()