Searched refs:symseg (Results 1 – 2 of 2) sorted by relevance
5311 segT symseg = S_GET_SEGMENT (fix->fx_addsy); in ppc_fix_adjustable() local5314 if (symseg == absolute_section) in ppc_fix_adjustable()5319 && symseg == data_section in ppc_fix_adjustable()5353 && symseg != bss_section in ppc_fix_adjustable()5355 && (symseg != data_section in ppc_fix_adjustable()5364 if (symseg == text_section) in ppc_fix_adjustable()5366 else if (symseg == data_section) in ppc_fix_adjustable()5415 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()