Searched refs:RSec (Results 1 – 1 of 1) sorted by relevance
1538 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local1561 RSec = *SectOrErr; in getSymbolInfo()1564 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()1565 Ret.Address = RSec->getAddress(); in getSymbolInfo()1568 if (RSec != Obj.section_end()) in getSymbolInfo()1569 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()1578 if (L && RSec != Obj.section_end()) in getSymbolInfo()1579 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()1580 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()