diff options
| author | Thomas Preud'homme <thomas.preudhomme@celest.fr> | 2010-06-24 20:53:42 +0200 |
|---|---|---|
| committer | Thomas Preud'homme <thomas.preudhomme@celest.fr> | 2010-08-09 20:20:09 +0200 |
| commit | bcc9137a1004682ac58914c7445427cb23ceba88 (patch) | |
| tree | e54446541208b15307119629e34ee6b6da696e5b /elf.h | |
| parent | 82c5edb31cd0bb2ee699992c45557006f1681e0e (diff) | |
| download | tinycc-bcc9137a1004682ac58914c7445427cb23ceba88.tar.gz tinycc-bcc9137a1004682ac58914c7445427cb23ceba88.tar.bz2 | |
Add support for indirect functions as externals.
Add link support to use indirect functions defined in external modules
Diffstat (limited to 'elf.h')
| -rw-r--r-- | elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -436,6 +436,7 @@ typedef struct #define STT_SECTION 3 /* Symbol associated with a section */ #define STT_FILE 4 /* Symbol's name is file name */ #define STT_NUM 5 /* Number of defined types. */ +#define STT_GNU_IFUNC 10 /* Symbol is a indirect code object */ #define STT_LOOS 11 /* Start of OS-specific */ #define STT_HIOS 12 /* End of OS-specific */ #define STT_LOPROC 13 /* Start of processor-specific */ |
