[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

2.6.5.10 bfd_set_section_contents

Synopsis
 
bfd_boolean bfd_set_section_contents
   (bfd *abfd, asection *section, const void *data,
    file_ptr offset, bfd_size_type count);
Description
Sets the contents of the section section in BFD abfd to the data starting in memory at data. The data is written to the output section starting at offset offset for count octets.

Normally TRUE is returned, else FALSE. Possible error returns are:

This routine is front end to the back end function _bfd_set_section_contents.



This document was generated by system on December, 2 2004 using texi2html