From bcc9137a1004682ac58914c7445427cb23ceba88 Mon Sep 17 00:00:00 2001 From: Thomas Preud'homme Date: Thu, 24 Jun 2010 20:53:42 +0200 Subject: Add support for indirect functions as externals. Add link support to use indirect functions defined in external modules --- elf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elf.h') diff --git a/elf.h b/elf.h index ebb9a8b..6c08f3d 100644 --- a/elf.h +++ b/elf.h @@ -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 */ -- cgit v1.3.1