segtab.h
上传用户:yuppie_zhu
上传日期:2007-01-08
资源大小:535k
文件大小:0k
源码类别:

编译器/解释器

开发平台:

C/C++

  1. typedef void * segtab;
  2. void init_seglocations(segtab * r);
  3. void add_seglocation(segtab * r, int localseg, int destseg, long offset);
  4. int get_seglocation(segtab * r, int localseg, int * destseg, long * offset);
  5. void done_seglocations(segtab * r);