Home | History | Annotate | Download | only in config

Lines Matching refs:symsec

5174   asection *symsec;
5190 symsec = S_GET_SEGMENT (sym);
5194 if (symsec != segtype && ! S_IS_LOCAL (sym))
5196 if ((bfd_get_section_flags (stdoutput, symsec) & SEC_LINK_ONCE) != 0)
5202 if (strncmp (segment_name (symsec), ".gnu.linkonce",
5208 return (!bfd_is_und_section (symsec)
5209 && !bfd_is_abs_section (symsec)
5210 && !bfd_is_com_section (symsec)