comparison lwasm/lwasm.h @ 376:91c0fe026940

Output incomplete references in object target
author lost@starbug
date Mon, 26 Apr 2010 17:59:30 -0600
parents 3498b2d88376
children eacdae8a1575
comparison
equal deleted inserted replaced
375:3498b2d88376 376:91c0fe026940
85 }; 85 };
86 86
87 typedef struct reloctab_s reloctab_t; 87 typedef struct reloctab_s reloctab_t;
88 struct reloctab_s 88 struct reloctab_s
89 { 89 {
90 int offset; // offset of relocation 90 lw_expr_t offset; // offset of relocation
91 int size; // size of relocation 91 int size; // size of relocation
92 lw_expr_t *expr; // relocation expression 92 lw_expr_t expr; // relocation expression
93 reloctab_t *next; 93 reloctab_t *next;
94 }; 94 };
95 95
96 typedef struct sectiontab_s sectiontab_t; 96 typedef struct sectiontab_s sectiontab_t;
97 struct sectiontab_s 97 struct sectiontab_s