Searched refs:RSec (Results 1 – 1 of 1) sorted by relevance
1167 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local1190 RSec = *SectOrErr; in getSymbolInfo()1193 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()1194 Ret.Address = RSec->getAddress(); in getSymbolInfo()1197 if (RSec != Obj.section_end()) in getSymbolInfo()1198 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()1207 if (L && RSec != Obj.section_end()) in getSymbolInfo()1208 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()1209 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()