comparison src/lwlink.h @ 302:eff969272fb9

resolve incomplete references done
author lost
date Wed, 21 Jan 2009 06:14:08 +0000
parents 376cc55361c7
children 13272197d278
comparison
equal deleted inserted replaced
301:376cc55361c7 302:eff969272fb9
32 typedef struct symtab_s symtab_t; 32 typedef struct symtab_s symtab_t;
33 struct symtab_s 33 struct symtab_s
34 { 34 {
35 unsigned char *sym; // symbol name 35 unsigned char *sym; // symbol name
36 int offset; // local offset 36 int offset; // local offset
37 int realval; // resolved value 37 // int realval; // resolved value
38 symtab_t *next; // next symbol 38 symtab_t *next; // next symbol
39 }; 39 };
40 40
41 typedef struct reloc_s reloc_t; 41 typedef struct reloc_s reloc_t;
42 struct reloc_s 42 struct reloc_s