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

Method HasDynamicSection

Source/cmELF.cxx:783–786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781}
782
783bool cmELF::HasDynamicSection() const
784{
785 return this->Valid() && this->Internal->HasDynamicSection();
786}
787
788bool cmELF::GetSOName(std::string& soname)
789{

Callers 3

LLVMFuzzerTestOneInputFunction · 0.45
LoadDynamicSectionMethod · 0.45
AdjustRPathELFFunction · 0.45

Calls 1

ValidMethod · 0.95

Tested by

no test coverage detected