Home
last modified time | relevance | path

Searched refs:kept_section (Results 1 – 19 of 19) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dicf.cc614 unsigned int kept_section = (*kept_section_id)[i]; in match_sections() local
615 if (kept_section != (*kept_section_id)[kept_section]) in match_sections()
617 (*kept_section_id)[i] = (*kept_section_id)[kept_section]; in match_sections()
645 unsigned int kept_section = it->second; in match_sections() local
646 if (full_section_contents[kept_section].length() in match_sections()
649 if (memcmp(full_section_contents[kept_section].c_str(), in match_sections()
653 (*kept_section_id)[i] = kept_section; in match_sections()
Dobject.cc981 Kept_section* kept_section = NULL; in include_section_group() local
992 true, &kept_section); in include_section_group()
1045 kept_section->add_comdat_section(mname, shndx, in include_section_group()
1054 Relobj* kept_object = kept_section->object(); in include_section_group()
1055 if (kept_section->is_comdat()) in include_section_group()
1061 if (kept_section->find_comdat_section(mname, &kept_shndx, in include_section_group()
1082 && (kept_section->linkonce_size() in include_section_group()
1085 kept_section->shndx()); in include_section_group()
Dlayout.h788 bool is_group_name, Kept_section** kept_section);
Dlayout.cc5216 Kept_section** kept_section) in find_or_add_kept_section() argument
5233 if (kept_section != NULL) in find_or_add_kept_section()
5234 *kept_section = &ins.first->second; in find_or_add_kept_section()
/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c1067 if (sym_sec->kept_section != NULL) in find_merged_cie()
1068 sym_sec = sym_sec->kept_section; in find_merged_cie()
Delflink.c9177 kept = sec->kept_section; in _bfd_elf_check_kept_section()
9186 sec->kept_section = kept; in _bfd_elf_check_kept_section()
9870 && sec->kept_section != NULL in elf_link_input_bfd()
9871 && sec->kept_section->output_section != NULL) in elf_link_input_bfd()
9873 osec = sec->kept_section->output_section; in elf_link_input_bfd()
12606 || h->root.u.def.section->kept_section != NULL in bfd_elf_reloc_symbol_deleted_p()
12622 && (isec->kept_section != NULL in bfd_elf_reloc_symbol_deleted_p()
12806 s->kept_section = l->sec; in _bfd_elf_section_already_linked()
12831 first->kept_section = l->sec; in _bfd_elf_section_already_linked()
12848 sec->kept_section = first; in _bfd_elf_section_already_linked()
Dlinker.c2959 sec->kept_section = l->sec; in _bfd_handle_already_linked()
DChangeLog-00011704 * section.c (struct sec): Remove kept_section.
1705 (STD_SECTION): Remove kept_section initialisation.
1707 * ecoff.c (bfd_debug_section): Remove kept_section initialisation.
1708 * cofflink.c (_bfd_coff_link_input_bfd): Don't test kept_section.
1710 symbols to zero, and remove all code involved with kept_section
6323 * section.c (struct sec): Add kept_section.
Dbfd-in2.h1560 struct bfd_section *kept_section; member
DChangeLog-2006226 section. Save result of checks in kept_section.
230 section. When such a match is found, set kept_section to the
Delf64-ia64-vms.c4954 else if (sec->kept_section) in elf64_vms_link_add_object_symbols()
DChangeLog-02032418 * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
2596 kept_section to preserve debug information discarded by
2667 * section.c (struct sec): Put back kept_section.
2668 (STD_SECTION): Put back kept_section initialization.
2672 sections for relocateable output. Use kept_section to preserve
DChangeLog-20111582 rather than kept_section to determine whether a symbol is from
Delf.c9923 sec->kept_section = *psec; in _bfd_elf_rela_local_sym()
Delf32-xtensa.c9008 asection *kept = target_sec->kept_section; in relax_section()
DChangeLog-20043378 * elf.c (_bfd_elf_rela_local_sym): Set kept_section for excluded
Delf32-nds32.c7979 sec->kept_section = *psec; in nds32_elf_rela_local_sym()
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-0001574 * ldlang.c (section_already_linked): Remove assignment to kept_section.
2035 * ldlang.c (section_already_linked): Set kept_section instead of
DChangeLog-0203800 kept_section.