Home | History | Annotate | Download | only in config

Lines Matching refs:symsec

5285   asection *symsec;
5301 symsec = S_GET_SEGMENT (sym);
5305 if (symsec != segtype && ! S_IS_LOCAL (sym))
5307 if ((bfd_get_section_flags (stdoutput, symsec
5313 if (strncmp (segment_name (symsec), ".gnu.linkonce",
5319 return (!bfd_is_und_section (symsec)
5320 && !bfd_is_abs_section (symsec)
5321 && !bfd_is_com_section (symsec)