Skip to content
  • Rui Ueyama's avatar
    [PECOFF] Set OrdinalBase field in the export table. · 69b899a1
    Rui Ueyama authored
    OrdinalBase is an addend to the ordinals. We used to always set 1 to the field.
    Although it produced a valid a DLL export table, it'd be a waste if the first
    ordinal does not start with 1 -- we had to have NULL fields at the beginning of
    the export address table. By setting the ordinal base, we can eliminate the
    NULL fields.
    
    llvm-svn: 197367
    69b899a1
Loading