13 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			178 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| 	;; File: coff.inc
 | |
| 
 | |
| 	;; Struc: COFFFileHdr
 | |
| struc COFFFileHdr {
 | |
| 	.f_magic  dw ?
 | |
| 	.f_nscns  dw ?
 | |
| 	.f_timdat dd ?
 | |
| 	.f_symptr dd ?
 | |
| 	.f_nsyms  dd ?
 | |
| 	.f_opthdr dw ?
 | |
| 	.f_flags  dw ?
 | |
| }
 | |
| 
 |