diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -462,6 +462,10 @@ struct TCCState { /* address of text section */ unsigned long text_addr; int has_text_addr; + + /* symbols to call at load-time / unload-time */ + const char *init_symbol; + const char *fini_symbol; /* output format, see TCC_OUTPUT_FORMAT_xxx */ int output_format; |
