Home | History | Annotate | Download | only in bfd

Lines Matching refs:sflags

3909 	      flagword sflags = (SEC_ALLOC | SEC_IS_COMMON | SEC_KEEP
3911 xc = bfd_make_section_with_flags (abfd, "COMMON", sflags);
3925 flagword sflags = (SEC_ALLOC | SEC_THREAD_LOCAL | SEC_IS_COMMON
3927 tcomm = bfd_make_section_with_flags (abfd, ".tcommon", sflags);