Searched refs:RSec (Results 1 – 1 of 1) sorted by relevance
1470 object::section_iterator RSec = Obj.section_end(); in getSymbolInfo() local1493 RSec = *SectOrErr; in getSymbolInfo()1496 RSec = MObj->getRelocationSection(Reloc.getRawDataRefImpl()); in getSymbolInfo()1497 Ret.Address = RSec->getAddress(); in getSymbolInfo()1500 if (RSec != Obj.section_end()) in getSymbolInfo()1501 Ret.SectionIndex = RSec->getIndex(); in getSymbolInfo()1510 if (L && RSec != Obj.section_end()) in getSymbolInfo()1511 if (uint64_t SectionLoadAddress = L->getSectionLoadAddress(*RSec)) in getSymbolInfo()1512 Ret.Address += SectionLoadAddress - RSec->getAddress(); in getSymbolInfo()