| www.delorie.com/gnu/docs/binutils/bfd_24.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_set_file_flags boolean bfd_set_file_flags(bfd *abfd, flagword flags); |
Possible errors are:
bfd_error_wrong_format - The target bfd was not of object format.
bfd_error_invalid_operation - The target bfd was open for reading.
bfd_error_invalid_operation -
The flag word contained a bit which was not applicable to the
type of file. E.g., an attempt was made to set the D_PAGED bit
on a BFD format which does not support demand paging.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |