Searched refs:same_name (Results 1 – 3 of 3) sorted by relevance
926 bool same_name = this->name_ == from->name_; in override_base_with_special() local927 gold_assert(same_name || this->has_alias()); in override_base_with_special()953 if (same_name) in override_base_with_special()
858 Output_section* same_name = this->find_output_section(name); in get_output_section() local859 if (same_name != NULL in get_output_section()860 && (same_name->type() == elfcpp::SHT_PROGBITS in get_output_section()861 || same_name->type() == elfcpp::SHT_INIT_ARRAY in get_output_section()862 || same_name->type() == elfcpp::SHT_FINI_ARRAY in get_output_section()863 || same_name->type() == elfcpp::SHT_PREINIT_ARRAY) in get_output_section()864 && (same_name->flags() & elfcpp::SHF_TLS) == 0) in get_output_section()865 os = same_name; in get_output_section()
879 struct tag *same_name; /* tag with same name in outer scope */ member1728 ptag->hash_ptr->tag_ptr = ptag->same_name; in add_ecoff_symbol()2049 tag_ptr->same_name = hash_ptr->tag_ptr; in get_tag()4652 ptag->hash_ptr->tag_ptr = ptag->same_name; in ecoff_build_debug()