search for: stt_loproc

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

Did you mean: stb_loproc
2005 Jan 06
0
[PATCH] ELF headers
...39;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 Linux Networx