Searched refs:SectionABase (Results 1 – 3 of 3) sorted by relevance
101 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local103 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()105 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()152 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation() local153 uint64_t SectionAOffset = AddrA - SectionABase; in processSECTDIFFRelocation()
135 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local137 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()139 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()236 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation() local237 uint64_t SectionAOffset = AddrA - SectionABase; in processHALFSECTDIFFRelocation()
99 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() local101 assert((Value == SectionABase || Value == SectionBBase) && in resolveRelocation()103 Value = SectionABase - SectionBBase + RE.Addend; in resolveRelocation()