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

Class ImageFileHeader

RustVEHSyscalls/src/def.rs:226–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224
225#[repr(C)]
226pub struct ImageFileHeader {
227 pub machine: u16,
228 pub number_of_sections: u16,
229 pub time_date_stamp: u32,
230 pub pointer_to_symbol_table: u32,
231 pub number_of_symbols: u32,
232 pub size_of_optional_header: u16,
233 pub characteristics: u16,
234}
235
236#[repr(C)]
237pub struct ImageDataDirectory {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected