2 #define RDOFF_SEGTAB_H 1
8 void init_seglocations(segtab
* r
);
9 void add_seglocation(segtab
* r
, int localseg
, int destseg
, int32_t offset
);
10 int get_seglocation(segtab
* r
, int localseg
, int *destseg
, int32_t *offset
);
11 void done_seglocations(segtab
* r
);