Searched refs:RSec (Results 1 – 1 of 1) sorted by relevance
1439 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local1462 RSec = *SectOrErr; in getSymbolInfo()1465 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()1466 Ret.Address = RSec->getAddress(); in getSymbolInfo()1469 if (RSec != Obj.section_end()) in getSymbolInfo()1470 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()1479 if (L && RSec != Obj.section_end()) in getSymbolInfo()1480 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()1481 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()