Lookup the RUNPATH in the DYNAMIC section.
| 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; } |
nothing calls this directly
no test coverage detected