Searched refs:kept_object (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gold/ |
D | object.h | 2621 set_kept_comdat_section(unsigned int shndx, Relobj* kept_object, in set_kept_comdat_section() argument 2624 Kept_comdat_section kept(kept_object, kept_shndx); in set_kept_comdat_section() 2631 get_kept_comdat_section(unsigned int shndx, Relobj** kept_object, in get_kept_comdat_section() argument 2638 *kept_object = p->second.object; in get_kept_comdat_section()
|
D | object.cc | 1054 Relobj* kept_object = kept_section->object(); in include_section_group() local 1071 this->set_kept_comdat_section(shndx, kept_object, in include_section_group() 1084 this->set_kept_comdat_section(shndx, kept_object, in include_section_group() 2768 Relobj* kept_object; in map_to_kept_section() local 2770 if (this->get_kept_comdat_section(shndx, &kept_object, &kept_shndx)) in map_to_kept_section() 2773 static_cast<Sized_relobj_file<size, big_endian>*>(kept_object); in map_to_kept_section()
|
D | ChangeLog | 13081 Add kept_object and kept_shndx parameters. Change all callers. 13083 bool. Add kept_object and kept_shndx parameters. Change all
|