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

Method GetRPath

Source/cmELF.cxx:126–129  ·  view source on GitHub ↗

Lookup the RPATH in the DYNAMIC section.

Source from the content-addressed store, hash-verified

124
125 // Lookup the RPATH in the DYNAMIC section.
126 StringEntry const* GetRPath()
127 {
128 return this->GetDynamicSectionString(DT_RPATH);
129 }
130
131 // Lookup the RUNPATH in the DYNAMIC section.
132 StringEntry const* GetRunPath()

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected