Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/gas/config/
Dtc-ppc.c5359 segT symseg = S_GET_SEGMENT (fix->fx_addsy); in ppc_fix_adjustable() local
5362 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()
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()