Home
last modified time | relevance | path

Searched refs:symseg (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/binutils/gas/config/
Dtc-ppc.c5311 segT symseg = S_GET_SEGMENT (fix->fx_addsy); in ppc_fix_adjustable() local
5314 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()
Dtc-mips.c2181 segT symseg = S_GET_SEGMENT (sym); in s_is_linkonce() local
2183 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()