MCPcopy Create free account
hub / github.com/Kitware/CMake / GetRunPath

Method GetRunPath

Source/cmELF.cxx:132–135  ·  view source on GitHub ↗

Lookup the RUNPATH in the DYNAMIC section.

Source from the content-addressed store, hash-verified

130
131 // Lookup the RUNPATH in the DYNAMIC section.
132 StringEntry const* GetRunPath()
133 {
134 return this->GetDynamicSectionString(DT_RUNPATH);
135 }
136
137 // Return the recorded ELF type.
138 cmELF::FileType GetFileType() const { return this->ELFType; }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected