Searched refs:SAI (Results 1 – 2 of 2) sorted by relevance
166 section_iterator SAI = getSectionByAddress(Obj, AddrA); in processSECTDIFFRelocation() local167 assert(SAI != Obj.section_end() && "Can't find section for address A"); in processSECTDIFFRelocation()168 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation()170 SectionRef SectionA = *SAI; in processSECTDIFFRelocation()
247 section_iterator SAI = getSectionByAddress(MachO, AddrA); in processHALFSECTDIFFRelocation() local248 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation()249 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation()251 SectionRef SectionA = *SAI; in processHALFSECTDIFFRelocation()