| www.delorie.com/gnu/docs/binutils/bfd_53.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_set_section_flags boolean bfd_set_section_flags(bfd *abfd, asection *sec, flagword flags); |
true on success,
false on error. Possible error returns are:
bfd_error_invalid_operation -
The section cannot have one or more of the attributes
requested. For example, a .bss section in a.out may not
have the SEC_HAS_CONTENTS field set.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |