Home | History | Annotate | Download | only in gas

Lines Matching refs:symsec

728 		  asection *symsec = S_GET_SEGMENT (sym);
729 if (!(((symsec->flags & SEC_MERGE) != 0
731 || (symsec->flags & SEC_THREAD_LOCAL) != 0))
734 sym = section_symbol (symsec);
779 asection *symsec;
835 symsec = S_GET_SEGMENT (sym);
836 if (symsec == NULL)
839 if (bfd_is_abs_section (symsec)
840 || symsec == reg_section)
851 if (symsec != sec && ! S_IS_LOCAL (sym))
853 if ((symsec->flags & SEC_LINK_ONCE) != 0
858 && strncmp (segment_name (symsec), ".gnu.linkonce",
865 if ((symsec->flags & SEC_MERGE) != 0
870 if ((symsec->flags & SEC_THREAD_LOCAL) != 0)
874 than using symsec, because S_GET_VALUE may wind up changing