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

Method arg_registers_shared_index

rust/src/calling_convention.rs:615–617  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

613 }
614
615 fn arg_registers_shared_index(&self) -> bool {
616 unsafe { BNAreArgumentRegistersSharedIndex(self.handle) }
617 }
618
619 fn reserved_stack_space_for_arg_registers(&self) -> bool {
620 unsafe { BNIsStackReservedForArgumentRegisters(self.handle) }

Callers 1

fmtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected