Properly convert objects between different ELF classes
[deliverable/binutils-gdb.git] / bfd / bfd-in2.h
index 85f2054ba5816fc31fbb3f9bf768aeebc68299d8..e963687d3119ca99724c5b6e7408f208a4199327 100644 (file)
@@ -6855,6 +6855,12 @@ bfd_boolean bfd_check_compression_header
 
 int bfd_get_compression_header_size (bfd *abfd, asection *sec);
 
+bfd_size_type bfd_convert_section_size
+   (bfd *ibfd, asection *isec, bfd *obfd, bfd_size_type size);
+
+bfd_boolean bfd_convert_section_contents
+   (bfd *ibfd, asection *isec, bfd *obfd, bfd_byte **ptr);
+
 /* Extracted from archive.c.  */
 symindex bfd_get_next_mapent
    (bfd *abfd, symindex previous, carsym **sym);
This page took 0.024268 seconds and 4 git commands to generate.