Skip to main content

ExportNamePointerTable

Type Alias ExportNamePointerTable 

Source
pub type ExportNamePointerTable = Vec<u32>;
Expand description

Array of rvas into the export name table

Export name is defined iff pointer table has pointer to the name

Aliased Typeยง

pub struct ExportNamePointerTable { /* private fields */ }