Lines Matching refs:symsec
728 asection *symsec = S_GET_SEGMENT (sym); in resolve_reloc_expr_symbols() local
729 if (!(((symsec->flags & SEC_MERGE) != 0 in resolve_reloc_expr_symbols()
731 || (symsec->flags & SEC_THREAD_LOCAL) != 0)) in resolve_reloc_expr_symbols()
734 sym = section_symbol (symsec); in resolve_reloc_expr_symbols()
779 asection *symsec; in adjust_reloc_syms() local
835 symsec = S_GET_SEGMENT (sym); in adjust_reloc_syms()
836 if (symsec == NULL) in adjust_reloc_syms()
839 if (bfd_is_abs_section (symsec) in adjust_reloc_syms()
840 || symsec == reg_section) in adjust_reloc_syms()
851 if (symsec != sec && ! S_IS_LOCAL (sym)) in adjust_reloc_syms()
853 if ((symsec->flags & SEC_LINK_ONCE) != 0 in adjust_reloc_syms()
858 && strncmp (segment_name (symsec), ".gnu.linkonce", in adjust_reloc_syms()
865 if ((symsec->flags & SEC_MERGE) != 0 in adjust_reloc_syms()
870 if ((symsec->flags & SEC_THREAD_LOCAL) != 0) in adjust_reloc_syms()