diff options
Diffstat (limited to 'ld/ldsym.h')
-rw-r--r-- | ld/ldsym.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -44,6 +44,17 @@ typedef struct user_symbol_struct */ asymbol **scoms_chain; + + + + + /* If this symbol is a constructor */ +#define SYM_CONSTRUCTOR 1 + /* If this symbol is a warning symbol */ +#define SYM_WARNING 2 + /* IF this is an alias for another symbol */ +#define SYM_INDIRECT 4 + int flags; } ldsym_type; |