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

Method GetNumberOfSections

Source/cmELF.cxx:748–754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

746}
747
748std::size_t cmELF::GetNumberOfSections() const
749{
750 if (this->Valid()) {
751 return this->Internal->GetNumberOfSections();
752 }
753 return 0;
754}
755
756unsigned long cmELF::GetDynamicEntryPosition(int index) const
757{

Callers 1

LLVMFuzzerTestOneInputFunction · 0.45

Calls 1

ValidMethod · 0.95

Tested by

no test coverage detected