summaryrefslogtreecommitdiffstats
path: root/sys/sys/elf32.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/elf32.h')
-rw-r--r--sys/sys/elf32.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/sys/elf32.h b/sys/sys/elf32.h
index 03a546c..0aa3142 100644
--- a/sys/sys/elf32.h
+++ b/sys/sys/elf32.h
@@ -254,4 +254,10 @@ typedef struct {
Elf32_Half si_flags; /* per symbol flags */
} Elf32_Syminfo;
+typedef struct {
+ Elf32_Word ch_type;
+ Elf32_Word ch_size;
+ Elf32_Word ch_addralign;
+} Elf32_Chdr;
+
#endif /* !_SYS_ELF32_H_ */
OpenPOWER on IntegriCloud