search for: elf32_st_info

Displaying 2 results from an estimated 2 matches for "elf32_st_info".

2005 Jan 06
0
[PATCH] ELF headers
...--- klibc-0.178/include/sys/elf32.h 2004-01-30 14:40:51.000000000 -0700 +++ klibc-0.178-fogo/include/sys/elf32.h 2004-09-20 09:15:58.000000000 -0600 @@ -7,6 +7,10 @@ #include <sys/elfcommon.h> +#define ELF32_ST_BIND(val) ST_BIND (val) +#define ELF32_ST_TYPE(val) ST_TYPE (val) +#define ELF32_ST_INFO(bind, type) ST_INFO ((bind), (type)) + /* ELF standard typedefs (yet more proof that <stdint.h> was way overdue) */ typedef uint16_t Elf32_Half; typedef int16_t Elf32_SHalf; diff -uNr klibc-0.178/include/sys/elf64.h klibc-0.178-fogo/include/sys/elf64.h --- klibc-0.178/include/sys/elf64....
2014 Jul 25
0
Wine release 1.7.23
...from the JNI environment. libwine: No longer look for libraries in the dll path on Android. vnbt.vxd: Include winsock2.h before other headers. secur32/tests: Include winsock2.h before other headers. winhttp/tests: Include winsock2.h before other headers. loader: Avoid ELF32_ST_INFO macro that is missing on Android. ntdll: Define arch_prctl since it is missing on Android. scrrun/tests: Allow the drive total size to fit into an int. Andrei Sl?voiu (3): wined3d: Remove usage of gl_info parameter from select_card_nvidia_binary. wined3d: Remove usage of gl...