Skip to main content

module_get_symbol

Function module_get_symbol 

Source
pub fn module_get_symbol(
    module_id: usize,
    sym_name_ptr: usize,
) -> Result<usize, Error>
Expand description

Look up a symbol exported by a kernel module.

module_id: module to query. sym_name_ptr: pointer to symbol name. Returns the symbol address.