Displaying 2 results from an estimated 2 matches for "6da2ddb".
Did you mean:
68e2ddb
2007 Dec 10
1
[git patch] m-i-t support, ipconfig fix
...ro.at>
Date: Sat Sep 22 22:58:25 2007 +0200
[klibc] elf.h add support for st_info field
module-init-tools uses STB_WEAK and accesses it.
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/include/sys/elf32.h b/usr/include/sys/elf32.h
index e4df8ce..6da2ddb 100644
--- a/usr/include/sys/elf32.h
+++ b/usr/include/sys/elf32.h
@@ -110,4 +110,8 @@ typedef struct elf32_note {
Elf32_Word n_type; /* Content type */
} Elf32_Nhdr;
+/* How to extract and insert information held in the st_info field. */
+#define ELF32_ST_BIND(val) (((unsigned char) (val))...
2007 Sep 22
3
[git patch] module-init-tools fixes
...ro.at>
Date: Sat Sep 22 22:58:25 2007 +0200
[klibc] elf.h add support for st_info field
module-init-tools uses STB_WEAK and accesses it.
Signed-off-by: maximilian attems <max at stro.at>
diff --git a/usr/include/sys/elf32.h b/usr/include/sys/elf32.h
index e4df8ce..6da2ddb 100644
--- a/usr/include/sys/elf32.h
+++ b/usr/include/sys/elf32.h
@@ -110,4 +110,8 @@ typedef struct elf32_note {
Elf32_Word n_type; /* Content type */
} Elf32_Nhdr;
+/* How to extract and insert information held in the st_info field. */
+#define ELF32_ST_BIND(val) (((unsigned char) (val))...