#include <out.h>#include "object.h"Go to the source code of this file.
Defines | |
| #define | PARTEMIT 0 |
| #define | PARTRELO 1 |
| #define | PARTNAME 2 |
| #define | PARTCHAR 3 |
| #define | PARTDBUG 3 |
| #define | NPARTS (PARTDBUG + 1) |
| #define | OUTSECT(i) (outseek[PARTEMIT] = offset[i]) |
| #define | BEGINSEEK(p, o) (outseek[(p)] = (o)) |
Functions | |
| long | lseek () |
| rd_fdopen (fd) | |
| rd_close () | |
| rd_fd () | |
| rd_ohead (struct outhead *head) | |
| rd_rew_relos (struct outhead *head) | |
| rd_sect (struct outsect *sect, unsigned int cnt) | |
| rd_outsect (s) | |
| rd_emit (char *emit, long cnt) | |
| rd_relo (struct outrelo *relo, unsigned int cnt) | |
| rd_name (struct outname *name, unsigned int cnt) | |
| rd_string (char *addr, long len) | |
Variables | |
| long | n |
| long lseek | ( | ) |
1.5.8