Type Definition goblin::pe::export::ExportOrdinalTable [−][src]
type ExportOrdinalTable = Vec<u16>;
Array of indexes into the export address table.
Should obey the formula idx = ordinal - ordinalbase
type ExportOrdinalTable = Vec<u16>;
Array of indexes into the export address table.
Should obey the formula idx = ordinal - ordinalbase