Searched refs:SectionABase (Results 1 – 4 of 4) sorted by relevance
114 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local116 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()118 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()169 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation() local170 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation()
259 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local261 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()263 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()380 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation() local381 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation()
111 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local113 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()115 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()
418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local420 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()422 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()