Searched refs:SAI (Results 1 – 2 of 2) sorted by relevance
152 section_iterator SAI = getSectionByAddress(Obj, AddrA); in processSECTDIFFRelocation() local153 assert(SAI != Obj.section_end() && "Can't find section for address A"); in processSECTDIFFRelocation()154 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation()156 SectionRef SectionA = *SAI; in processSECTDIFFRelocation()
233 section_iterator SAI = getSectionByAddress(MachO, AddrA); in processHALFSECTDIFFRelocation() local234 assert(SAI != MachO.section_end() && "Can't find section for address A"); in processHALFSECTDIFFRelocation()235 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation()237 SectionRef SectionA = *SAI; in processHALFSECTDIFFRelocation()