outrdf2.c now uses the same definitions of RDOFF2 format that RDOFF utils.
[nasm.git] / rdoff / segtab.h
blob7e8e19376c878b0482343e323646a1ef0a077051
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);