Home | History | Annotate | Download | only in include

Lines Matching refs:FLAGS

199 typedef unsigned int flagword;	/* 32 bits of flags */
238 (((x)->flags & BSF_SYNTHETIC) != 0 \
295 #define bfd_get_section_flags(bfd, ptr) ((ptr)->flags + 0)
298 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
507 #define bfd_get_file_flags(abfd) ((abfd)->flags)
1145 int prot, int flags, file_ptr offset);
1167 /* The field flags contains attributes of the section. Some
1168 flags are read in from the object file, and some are
1170 flagword flags;
1346 /* End of section flags. */
1369 /* The following flags are used by the ELF linker. */
1402 target and various flags). */
1657 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1658 /* name, id, index, next, prev, flags, user_set_vma, */ \
1659 { NAME, IDX, 0, NULL, NULL, FLAGS, 0, \
1711 (bfd *abfd, const char *name, flagword flags);
1716 (bfd *, const char *name, flagword flags);
1721 (bfd *abfd, asection *sec, flagword flags);
4796 numeric value with a pointer, since some flags indicate that
4903 flagword flags;
5009 /* Format_specific flags. */
5010 flagword flags;
5012 /* Values that may appear in the flags field of a BFD. These also
5014 they indicate the set of flags used by that backend (not all flags
5087 /* Flags bits to be saved in bfd_preserve_save. */
5091 /* Flags bits which are for BFD use only. */
5287 bfd_boolean bfd_set_file_flags (bfd *abfd, flagword flags);
5316 bfd_boolean bfd_set_private_flags (bfd *abfd, flagword flags);
5318 #define bfd_set_private_flags(abfd, flags) \
5319 BFD_SEND (abfd, _bfd_set_private_flags, (abfd, flags))
5415 flagword flags;
5530 /* A mask of all the flags which an executable may have set -
5534 /* A mask of all the flags which a section may have set - from
5640 /* Called to set private backend flags. */