reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1205 if (dyn.d_tag == DT_NEEDED) {
tools/lld/ELF/SyntheticSections.cpp1290 addInt(DT_NEEDED, part.dynStrTab->addString(file->soName)); 1297 addInt(DT_NEEDED, part.dynStrTab->addString(config->soName));tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
942 if (symbol.d_tag != DT_NEEDED)
tools/llvm-elfabi/ELFObjHandler.cpp 103 case DT_NEEDED:
tools/llvm-objdump/ELFDump.cpp 172 if (Dyn.d_tag == ELF::DT_NEEDED || Dyn.d_tag == ELF::DT_RPATH ||
tools/llvm-readobj/ELFDumper.cpp2111 case DT_NEEDED: 2119 {DT_NEEDED, "Shared library"}, 2181 if (Entry.d_tag == ELF::DT_NEEDED)