Subversion Repositories Kolibri OS

Rev

Rev 188 | Rev 214 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 188 Rev 206
Line 401... Line 401...
401
   .NumLinenum       dw ?
401
   .NumLinenum       dw ?
402
   .Characteristics  dd ?
402
   .Characteristics  dd ?
403
}
403
}
404
 
404
COFF_SECTION_SIZE equ 40
405
struc COFF_RELOC
405
 
-
 
406
struc COFF_RELOC
Line 406... Line 407...
406
{  .VirtualAddress   dd ?
407
{  .VirtualAddress   dd ?
407
   .SymIndex         dd ?
408
   .SymIndex         dd ?
408
   .Type             dw ?
409
   .Type             dw ?
409
}
410
}