Home
last modified time | relevance | path

Searched refs:same_name (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dresolve.cc926 bool same_name = this->name_ == from->name_; in override_base_with_special() local
927 gold_assert(same_name || this->has_alias()); in override_base_with_special()
953 if (same_name) in override_base_with_special()
Dlayout.cc858 Output_section* same_name = this->find_output_section(name); in get_output_section() local
859 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()
/toolchain/binutils/binutils-2.25/gas/
Decoff.c879 struct tag *same_name; /* tag with same name in outer scope */ member
1728 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()