MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / GetOrdinal

Method GetOrdinal

binaryview.cpp:842–845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840
841
842uint64_t Symbol::GetOrdinal() const
843{
844 return BNGetSymbolOrdinal(m_object);
845}
846
847
848bool Symbol::IsAutoDefined() const

Callers 7

InitMethod · 0.80
dataMethod · 0.80
performSortMethod · 0.80
setFilterMethod · 0.80
dataMethod · 0.80
performSortMethod · 0.80
setFilterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected