Searched refs:SectionBBase (Results 1 – 2 of 2) sorted by relevance
103 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress; in resolveRelocation() local104 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()106 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()164 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation() local165 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation()
134 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress; in resolveRelocation() local135 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()137 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()245 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation() local246 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation()