Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ GetMachine
Method
GetMachine
Source/cmELF.cxx:740–746 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
738
}
739
740
std::uint16_t cmELF::GetMachine() const
741
{
742
if (this->Valid()) {
743
return this->Internal->GetMachine();
744
}
745
return 0;
746
}
747
748
std::size_t cmELF::GetNumberOfSections() const
749
{
Callers
3
LLVMFuzzerTestOneInput
Function · 0.45
ScanDependencies
Method · 0.45
FileHasArchitecture
Function · 0.45
Calls
1
Valid
Method · 0.95
Tested by
no test coverage detected