Lookup the RPATH in the DYNAMIC section.
| 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() |
nothing calls this directly
no test coverage detected