Lines Matching refs:flags
83 flagword flags; in aout_adobe_callback() local
107 flags = SEC_CODE | SEC_LOAD | SEC_ALLOC | SEC_HAS_CONTENTS; in aout_adobe_callback()
112 flags = SEC_DATA | SEC_LOAD | SEC_ALLOC | SEC_HAS_CONTENTS; in aout_adobe_callback()
117 flags = SEC_DATA | SEC_HAS_CONTENTS; in aout_adobe_callback()
133 sect = bfd_make_section_with_flags (abfd, section_name, flags); in aout_adobe_callback()
142 sect = bfd_make_section_with_flags (abfd, try_again, flags); in aout_adobe_callback()
287 if (sect->flags & SEC_CODE) in aout_adobe_write_object_contents()
293 else if (sect->flags & SEC_DATA) in aout_adobe_write_object_contents()
299 else if (sect->flags & SEC_ALLOC && !(sect->flags & SEC_LOAD)) in aout_adobe_write_object_contents()
317 if (sect->flags & SEC_CODE) in aout_adobe_write_object_contents()
321 if (sect->flags & SEC_DATA) in aout_adobe_write_object_contents()
325 if (!(sect->flags & (SEC_CODE | SEC_DATA))) in aout_adobe_write_object_contents()
348 if (sect->flags & SEC_CODE) in aout_adobe_write_object_contents()
357 if (sect->flags & SEC_DATA) in aout_adobe_write_object_contents()
384 if (sect->flags & SEC_CODE) in aout_adobe_set_section_contents()
394 if (sect->flags & SEC_DATA) in aout_adobe_set_section_contents()
404 if (sect->flags & SEC_HAS_CONTENTS && in aout_adobe_set_section_contents()
405 !(sect->flags & (SEC_CODE | SEC_DATA))) in aout_adobe_set_section_contents()