Add chdr_size, Chdr, Chdr_write and Chdr_data
[deliverable/binutils-gdb.git] / elfcpp / elfcpp_internal.h
index d800f7a071316b058614d8867681718e673f40ac..424a1f6f713f173aaaf8e7b911b17d1cd2c46cad 100644 (file)
@@ -79,6 +79,16 @@ struct Shdr_data
   typename Elf_types<size>::Elf_WXword sh_entsize;
 };
 
+// An ELF compression header.
+
+template<int size>
+struct Chdr_data
+{
+  typename Elf_types<size>::Elf_WXword ch_type;
+  typename Elf_types<size>::Elf_WXword ch_size;
+  typename Elf_types<size>::Elf_WXword ch_addralign;
+};
+
 // An ELF segment header.  We use template specialization for the
 // 32-bit and 64-bit versions because the fields are in a different
 // order.
This page took 0.022633 seconds and 4 git commands to generate.