Searched refs:symseg (Results 1 – 2 of 2) sorted by relevance
5359 segT symseg = S_GET_SEGMENT (fix->fx_addsy); in ppc_fix_adjustable() local5362 if (symseg == absolute_section) in ppc_fix_adjustable()5367 && symseg == data_section in ppc_fix_adjustable()5401 && symseg != bss_section in ppc_fix_adjustable()5403 && (symseg != data_section in ppc_fix_adjustable()5412 if (symseg == text_section) in ppc_fix_adjustable()5414 else if (symseg == data_section) in ppc_fix_adjustable()5463 if (symseg == bss_section in ppc_fix_adjustable()
2181 segT symseg = S_GET_SEGMENT (sym); in s_is_linkonce() local2183 if (symseg != from_seg && !S_IS_LOCAL (sym)) in s_is_linkonce()2185 if ((bfd_get_section_flags (stdoutput, symseg) & SEC_LINK_ONCE)) in s_is_linkonce()2191 if (strncmp (segment_name (symseg), ".gnu.linkonce", in s_is_linkonce()