reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1206 (!Section.isText() || Section.isVirtual())) 1206 (!Section.isText() || Section.isVirtual())) 1209 uint64_t SectionAddr = Section.getAddress(); 1210 uint64_t SectSize = Section.getSize(); 1215 SectionSymbolsTy &Symbols = AllSymbols[Section]; 1248 DataRefImpl DR = Section.getRawDataRefImpl(); 1252 StringRef SectionName = unwrapOrError(Section.getName(), Obj->getFileName()); 1258 Section.isText() ? ELF::STT_FUNC : ELF::STT_OBJECT)); 1265 unwrapOrError(Section.getContents(), Obj->getFileName())); 1268 if (shouldAdjustVA(Section)) 1274 std::vector<RelocationRef> Rels = RelocMap[Section]; 1338 if (Section.isVirtual()) { 1362 if (Obj->isELF() && !DisassembleAll && Section.isText()) { 1423 {SectionAddr + Index + VMAAdjustment, Section.getIndex()},