↓ 3 callersFunctioncreate_new_outgoing(
s: &mut SeState,
gas: &BVal,
in_size: &BVal,
out_size: &BVal,
in_off: &BVal,
value:
esvm/src/se/symbolic_executor/call_ops.rs:503
↓ 3 callersFunctionexecute_contract(
s: &SeState,
from: &AccountId,
to: &AccountId,
outgoing_tx: &TxId,
code: &[u8],
)
esvm/src/se/symbolic_executor/call_ops.rs:391
↓ 2 callersFunctioncopy_code_to_mem(
s: &SeState,
mut res: SeState,
mem_addr: &BVal,
code_addr_c: usize,
size_c: usize,
c
esvm/src/se/symbolic_executor/memory_ops.rs:69
↓ 2 callersFunctionmemset(
memory: &mut SymbolicMemory,
parent: NodeIndex,
index: &BVal,
val: &BVal,
size: &BVal,
)
esvm/src/se/expr/symbolic_memory.rs:288