[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bfd_set_section_flags
bfd_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.