[][src]Function riscv_sandbox::elf::get_plt_symbols

pub fn get_plt_symbols(file: &File) -> Option<HashMap<i32, String>>

Use this function to retrieve the mapping of linked functions addresses to their name. Useful when emulating libc calls.