MCPcopy Create free account
hub / github.com/echQoQ/RustSL / ImageRuntimeFunctionEntry

Class ImageRuntimeFunctionEntry

RustVEHSyscalls/src/syscall.rs:174–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172
173#[repr(C)]
174pub struct ImageRuntimeFunctionEntry {
175 pub begin_address: c_ulong,
176 pub end_address: c_ulong,
177 pub u: IMAGE_RUNTIME_FUNCTION_ENTRY_u,
178}
179
180#[repr(C)]
181pub union IMAGE_RUNTIME_FUNCTION_ENTRY_u {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected