Searched refs:TargetSI (Results 1 – 1 of 1) sorted by relevance
208 section_iterator TargetSI = getSectionByAddress(Obj, SymbolBaseAddr); in processI386ScatteredVANILLA() local209 assert(TargetSI != Obj.section_end() && "Can't find section for symbol"); in processI386ScatteredVANILLA()210 uint64_t SectionBaseAddr = TargetSI->getAddress(); in processI386ScatteredVANILLA()211 SectionRef TargetSection = *TargetSI; in processI386ScatteredVANILLA()