Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOI386.h103 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress; in resolveRelocation() local
104 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
106 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
164 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation() local
165 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation()
DRuntimeDyldMachOARM.h134 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress; in resolveRelocation() local
135 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()
137 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
245 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation() local
246 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation()