Searched refs:SectionBBase (Results 1 – 4 of 4) sorted by relevance
117 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local118 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()120 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()182 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation() local183 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation()
155 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local156 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()158 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()263 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation() local264 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation()
114 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local115 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()117 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
362 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation() local363 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()365 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()