NASM 0.98.08
[nasm.git] / rdoff / segtab.h
blobb5d96fa164e67414fc08bb16788aaa30197402dc
1 typedef void * segtab;
3 void init_seglocations(segtab * r);
4 void add_seglocation(segtab * r, int localseg, int destseg, long offset);
5 int get_seglocation(segtab * r, int localseg, int * destseg, long * offset);
6 void done_seglocations(segtab * r);