search for: stb_loproc

Displaying 3 results from an estimated 3 matches for "stb_loproc".

Did you mean: dt_loproc
2005 Jan 06
0
[PATCH] ELF headers
...+ ((type) & 0xf)) + +#define STB_LOCAL 0 /* local symbol */ +#define STB_GLOBAL 1 /* global symbol */ +#define STB_WEAK 2 /* weak symbol */ +#define STB_NUM 3 /* number of defined types. */ +#define STB_LOOS 10 /* start of OS-specific */ +#define STB_HIOS 12 /* end of OS-specific */ +#define STB_LOPROC 13 /* start of processor-specific */ +#define STB_HIPROC 15 /* end of processor-specific */ + +#define STT_NOTYPE 0 /* symbol type is unspecified */ +#define STT_OBJECT 1 /* symbol is a data object */ +#define STT_FUNC 2 /* symbol is a code object */ +#define STT_SECTION 3 /* symbol associated with...
2007 Dec 10
1
[git patch] m-i-t support, ipconfig fix
...mbol binding). */ +#define STB_LOCAL 0 /* Local symbol */ +#define STB_GLOBAL 1 /* Global symbol */ +#define STB_WEAK 2 /* Weak symbol */ +#define STB_NUM 3 /* Number of defined types. */ +#define STB_LOOS 10 /* Start of OS-specific */ +#define STB_HIOS 12 /* End of OS-specific */ +#define STB_LOPROC 13 /* Start of processor-specific */ +#define STB_HIPROC 15 /* End of processor-specific */ + #endif /* _SYS_ELFCOMMON_H */ commit 8c4bf5fd4c5e0bd85d1d29f489bdb980edf1a489 Author: maximilian attems <max at stro.at> Date: Fri Sep 21 19:47:31 2007 +0200 [klibc] klibc/socketcalls/....
2007 Sep 22
3
[git patch] module-init-tools fixes
...mbol binding). */ +#define STB_LOCAL 0 /* Local symbol */ +#define STB_GLOBAL 1 /* Global symbol */ +#define STB_WEAK 2 /* Weak symbol */ +#define STB_NUM 3 /* Number of defined types. */ +#define STB_LOOS 10 /* Start of OS-specific */ +#define STB_HIOS 12 /* End of OS-specific */ +#define STB_LOPROC 13 /* Start of processor-specific */ +#define STB_HIPROC 15 /* End of processor-specific */ + #endif /* _SYS_ELFCOMMON_H */ commit 8c4bf5fd4c5e0bd85d1d29f489bdb980edf1a489 Author: maximilian attems <max at stro.at> Date: Fri Sep 21 19:47:31 2007 +0200 [klibc] klibc/socketcalls/....