diff options
Diffstat (limited to 'elf/elf.h')
-rw-r--r-- | elf/elf.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -943,6 +943,10 @@ typedef struct /* SUN SPARC specific definitions. */ +/* Legal values for ST_TYPE subfield of st_info (symbol type). */ + +#define STT_REGISTER 13 /* Global register reserved to app. */ + /* Values for Elf64_Ehdr.e_flags. */ #define EF_SPARCV9_MM 3 @@ -1427,6 +1431,9 @@ typedef Elf32_Addr Elf32_Conflict; #define STT_PARISC_MILLICODE 13 /* Millicode function entry point. */ +#define STT_HP_OPAQUE (STT_LOOS + 0x1) +#define STT_HP_STUB (STT_LOOS + 0x2) + /* HPPA relocs. */ #define R_PARISC_NONE 0 /* No reloc. */ |