Home | History | Annotate | Download | only in include

Lines Matching refs:FLAGS

206 typedef unsigned int flagword;	/* 32 bits of flags */
245 (((x)->flags & BSF_SYNTHETIC) != 0 \
303 #define bfd_get_section_flags(bfd, ptr) ((void) bfd, (ptr)->flags)
306 #define bfd_is_com_section(ptr) (((ptr)->flags & SEC_IS_COMMON) != 0)
516 #define bfd_get_file_flags(abfd) ((abfd)->flags)
1158 int prot, int flags, file_ptr offset,
1181 /* The field flags contains attributes of the section. Some
1182 flags are read in from the object file, and some are
1184 flagword flags;
1365 /* End of section flags. */
1388 /* The following flags are used by the ELF linker. */
1421 target and various flags). */
1673 #define BFD_FAKE_SECTION(SEC, FLAGS, SYM, NAME, IDX) \
1674 /* name, id, index, next, prev, flags, user_set_vma, */ \
1675 { NAME, IDX, 0, NULL, NULL, FLAGS, 0, \
1731 (bfd *abfd, const char *name, flagword flags);
1736 (bfd *, const char *name, flagword flags);
1741 (bfd *abfd, asection *sec, flagword flags);
5277 numeric value with a pointer, since some flags indicate that
5384 flagword flags;
5490 /* Format_specific flags. */
5491 flagword flags;
5493 /* Values that may appear in the flags field of a BFD. These also
5495 they indicate the set of flags used by that backend (not all flags
5571 /* Flags bits to be saved in bfd_preserve_save. */
5575 /* Flags bits which are for BFD use only. */
5780 bfd_boolean bfd_set_file_flags (bfd *abfd, flagword flags);
5809 bfd_boolean bfd_set_private_flags (bfd *abfd, flagword flags);
5811 #define bfd_set_private_flags(abfd, flags) \
5812 BFD_SEND (abfd, _bfd_set_private_flags, (abfd, flags))
5916 flagword flags;
6034 /* A mask of all the flags which an executable may have set -
6038 /* A mask of all the flags which a section may have set - from
6148 /* Called to set private backend flags. */
6337 /* Sets the bitmask of allowed and disallowed section flags. */