Home
last modified time | relevance | path

Searched refs:SEC_MERGE (Results 1 – 25 of 67) sorted by relevance

123

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-target.h874 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
975 | SEC_SMALL_DATA | SEC_MERGE | SEC_STRINGS | SEC_GROUP),
Dmerge.c369 || (sec->flags & SEC_MERGE) == 0) in _bfd_add_merge_section()
401 && ! ((secinfo->sec->flags ^ sec->flags) & (SEC_MERGE | SEC_STRINGS)) in _bfd_add_merge_section()
Delf32-d10v.c441 && ((sec->flags & SEC_MERGE) != 0 in elf32_d10v_relocate_section()
Delf32-iq2000.c615 if ((sec->flags & SEC_MERGE) in iq2000_elf_relocate_section()
Delf32-score7.c1889 || (sec->flags & SEC_MERGE)) in score_elf_final_link_relocate()
1891 if ((sec->flags & SEC_MERGE) in score_elf_final_link_relocate()
2307 || (sec->flags & SEC_MERGE)) in s7_bfd_score_elf_relocate_section()
2312 if ((sec->flags & SEC_MERGE) in s7_bfd_score_elf_relocate_section()
DChangeLog-20042566 with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
2568 calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
2911 for handling SEC_MERGE symbols in relax_section.
3094 comment. Abort on dynamic or non-SEC_MERGE input. Don't test
3379 SEC_MERGE sections.
3381 those against discarded link-once and SEC_MERGE section symbols.
Delf32-rl78.c1868 if ((ssec->flags & SEC_MERGE) in rl78_offset_for_reloc()
Delflink.c2883 && ((sec = h->root.u.def.section)->flags & SEC_MERGE) in _bfd_elf_link_sec_merge_syms()
5106 && (stab->flags & SEC_MERGE) == 0 in elf_link_add_object_symbols()
6955 if ((sec->flags & SEC_MERGE) != 0 in _bfd_elf_merge_sections()
9966 && (isec->flags & SEC_MERGE) in elf_link_input_bfd()
11209 if (sec->flags & SEC_MERGE) in bfd_elf_final_link()
Delf32-arc.c1265 if ((sec->flags & SEC_MERGE) in elf_arc_relocate_section()
Delf64-sh64.c1535 else if ((sec->flags & SEC_MERGE) in sh_elf64_relocate_section()
Dlinker.c2205 || ! (sym->section->flags & SEC_MERGE)) in _bfd_generic_link_output_symbols()
Dcofflink.c895 && (bfd_get_section (sym)->flags & SEC_MERGE) in _bfd_coff_final_link()
Delf32-rx.c1754 if ((ssec->flags & SEC_MERGE) in rx_offset_for_reloc()
/toolchain/binutils/binutils-2.27/gas/config/
Dobj-elf.c701 | ((attr & SHF_MERGE) ? SEC_MERGE : 0) in obj_elf_change_section()
726 if (flags & SEC_MERGE) in obj_elf_change_section()
750 | SEC_EXCLUDE | SEC_SORT_ENTRIES | SEC_MERGE | SEC_STRINGS in obj_elf_change_section()
759 if ((flags & SEC_MERGE) && old_sec->entsize != (unsigned) entsize) in obj_elf_change_section()
2028 | SEC_MERGE | SEC_STRINGS); in obj_elf_ident()
Dtc-epiphany.c1060 if ((S_GET_SEGMENT (fixP->fx_addsy)->flags & SEC_MERGE) != 0) in epiphany_fix_adjustable()
Dtc-mn10300.c2427 if (! (S_GET_SEGMENT (fixp->fx_addsy)->flags & SEC_MERGE)) in mn10300_fix_adjustable()
2619 && (bfd_get_section_flags (now_seg->owner, now_seg) & SEC_MERGE) == 0) in mn10300_handle_align()
Dtc-m32c.c1240 if (S_GET_SEGMENT (fixP->fx_addsy)->flags & SEC_MERGE) in m32c_fix_adjustable()
Dtc-s390.c2110 if ((S_GET_SEGMENT (fixP->fx_addsy)->flags & SEC_MERGE) != 0) in tc_s390_fix_adjustable()
Dtc-rx.c501 | ((flags & SEC_MERGE) ? SHF_MERGE : 0) in parse_rx_section()
Dtc-v850.c3744 bfd_set_section_flags (stdoutput, note_sec, SEC_HAS_CONTENTS | SEC_READONLY | SEC_MERGE); in v850_md_end()
/toolchain/binutils/binutils-2.27/gas/
Dwrite.c733 if (!(((symsec->flags & SEC_MERGE) != 0 in resolve_reloc_expr_symbols()
869 if ((symsec->flags & SEC_MERGE) != 0 in adjust_reloc_syms()
1746 if ((bfd_get_section_flags (now_seg->owner, now_seg) & SEC_MERGE) in subsegs_finish_section()
Ddwarf2dbg.c2555 | SEC_MERGE | SEC_STRINGS)); in dwarf2_finish()
DChangeLog-0001241 * write.c (adjust_reloc_syms): Mark SEC_MERGE symbols as used
243 * config/tc-alpha.c (tc_gen_reloc): Reinstall SEC_MERGE check.
255 * config/tc-alpha.c (tc_gen_reloc): Remove SEC_MERGE test.
257 SEC_MERGE section symbols specially.
354 SEC_MERGE sections - it was not added in, in the first place.
564 * write.c (fixup_segment): Handle fixups for SEC_MERGE sections as
1327 * config/tc-sparc.c (md_apply_fix3): Handle relocs against SEC_MERGE
2100 * config/tc-alpha.c (tc_gen_reloc): Handle relocs against SEC_MERGE
2724 in SEC_MERGE sections.
DChangeLog-02033447 * config/tc-ppc.c (ppc_cleanup): Do not set SEC_MERGE flag on
3603 * write.c (subsegs_finish): For SEC_MERGE sections pad last fragment
3649 * write.c (adjust_reloc_syms): Don't reduce SEC_MERGE fixups with
4333 (d10v_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
4545 (tc_s390_fix_adjustable): Remove extern, weak, SEC_MERGE tests.
5757 SEC_MERGE.
/toolchain/binutils/binutils-2.27/ld/
Dldlang.c2410 if ((output->bfd_section->flags & (SEC_MERGE | SEC_STRINGS)) in lang_add_section()
2411 != (flags & (SEC_MERGE | SEC_STRINGS)) in lang_add_section()
2412 || ((flags & SEC_MERGE) != 0 in lang_add_section()
2415 output->bfd_section->flags &= ~ (SEC_MERGE | SEC_STRINGS); in lang_add_section()
2416 flags &= ~ (SEC_MERGE | SEC_STRINGS); in lang_add_section()
2431 if ((flags & SEC_MERGE) != 0) in lang_add_section()

123