reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/SyntheticSections.cpp
 1285     addInt(config->enableNewDtags ? DT_RUNPATH : DT_RPATH,
tools/llvm-objdump/ELFDump.cpp
  173         Dyn.d_tag == ELF::DT_RUNPATH || Dyn.d_tag == ELF::DT_SONAME ||
tools/llvm-readobj/ELFDumper.cpp
 2117   case DT_RUNPATH: {
 2125       {DT_RUNPATH,   "Library runpath"},