Home
last modified time | relevance | path

Searched refs:function_ptr (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/crates/rbpf/src/
H A Dcranelift.rs1200 let function_ptr = self.module.get_finalized_function(self.main_id); in get_main_function() localVariable
1201 unsafe { mem::transmute(function_ptr) } in get_main_function()