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