Add Elf_Internal_Chdr and ElfXX_External_Chdr
[deliverable/binutils-gdb.git] / include / elf / internal.h
index 04e0582ab50561a6b17938f48b42c5a64d6fcfa5..b2492f55a2fbd9955a118ab9c0e8d1194e0dba0a 100644 (file)
@@ -115,6 +115,14 @@ typedef struct elf_internal_shdr {
   unsigned char *contents;             /* Section contents.  */
 } Elf_Internal_Shdr;
 
+/* Compression header */
+
+typedef struct elf_internal_chdr {
+  unsigned int ch_type;                /* Type of compression */
+  bfd_size_type        ch_size;                /* Size of uncompressed data in bytes */
+  bfd_vma      ch_addralign;           /* Alignment of uncompressed data */
+} Elf_Internal_Chdr;
+
 /* Symbol table entry */
 
 struct elf_internal_sym {
This page took 0.02303 seconds and 4 git commands to generate.