Searched refs:SectionBBase (Results 1 – 4 of 4) sorted by relevance
115 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local116 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()118 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()183 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation() local184 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation()
260 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local261 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()263 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()394 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation() local395 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation()
112 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local113 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()115 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local420 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()422 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()