[][src]Type Definition goblin::pe::export::ExportOrdinalTable

type ExportOrdinalTable = Vec<u16>;

Array of indexes into the export address table.

Should obey the formula idx = ordinal - ordinalbase