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

Function cb_default_integer_size

rust/src/architecture.rs:2099–2105  ·  view source on GitHub ↗
(ctxt: *mut c_void)

Source from the content-addressed store, hash-verified

2097 }
2098
2099 extern "C" fn cb_default_integer_size<A>(ctxt: *mut c_void) -> usize
2100 where
2101 A: 'static + Architecture<Handle = CustomArchitectureHandle<A>> + Send + Sync,
2102 {
2103 let custom_arch = unsafe { &*(ctxt as *mut A) };
2104 custom_arch.default_integer_size()
2105 }
2106
2107 extern "C" fn cb_instruction_alignment<A>(ctxt: *mut c_void) -> usize
2108 where

Callers

nothing calls this directly

Calls 1

default_integer_sizeMethod · 0.45

Tested by

no test coverage detected