search for: stt_num

Displaying 1 result from an estimated 1 matches for "stt_num".

Did you mean: stn_num
2005 Jan 06
0
[PATCH] ELF headers
...*/ +#define STT_FUNC 2 /* symbol is a code object */ +#define STT_SECTION 3 /* symbol associated with a section */ +#define STT_FILE 4 /* symbol's name is file name */ +#define STT_COMMON 5 /* symbol is a common data object */ +#define STT_TLS 6 /* symbol is thread-local data object*/ +#define STT_NUM 7 /* number of defined types. */ +#define STT_LOOS 10 /* start of OS-specific */ +#define STT_HIOS 12 /* end of OS-specific */ +#define STT_LOPROC 13 /* start of processor-specific */ +#define STT_HIPROC 15 /* end of processor-specific */ + #endif /* _SYS_ELFCOMMON_H */ -- Thayne Harbaugh Li...