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

Method RegisterCallingConvention

platform.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366
367
368void Platform::RegisterCallingConvention(CallingConvention* cc)
369{
370 BNRegisterPlatformCallingConvention(m_object, cc->GetObject());
371}
372
373
374void Platform::RegisterDefaultCallingConvention(CallingConvention* cc)

Callers 5

CorePluginInitFunction · 0.45
RegisterArmArchitectureFunction · 0.45
CorePluginInitFunction · 0.45
CorePluginInitFunction · 0.45
CorePluginInitFunction · 0.45

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected