cpu_write_elf64_note

Function cpu_write_elf64_note 

Source
pub unsafe extern "C" fn cpu_write_elf64_note(
    f: Option<unsafe extern "C" fn(*const c_void, u64, *mut c_void) -> i32>,
    cpu: *mut CPUState,
    cpuid: i32,
    opaque: *mut c_void,
) -> i32
Expand description

cpu_write_elf64_note: @f: pointer to a function that writes memory to a file @cpu: The CPU whose memory is to be dumped @cpuid: ID number of the CPU @opaque: pointer to the CPUState struct