Home
last modified time | relevance | path

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

/dragonfly/contrib/ncurses/ncurses/tinfo/
HDlib_ti.c44 same_name(const char *a, const char *b)
50 #define same_name(a,b) !strcmp(a,b) macro
74 if (same_name(str, capname)) { in NCURSES_EXPORT()
119 if (same_name(str, capname)) { in NCURSES_SP_NAME()
166 if (same_name(str, capname)) { in NCURSES_SP_NAME()
/dragonfly/contrib/binutils-2.27/gold/
HDresolve.cc943 bool same_name = this->name_ == from->name_; in override_base_with_special() local
944 gold_assert(same_name || this->has_alias()); in override_base_with_special()
970 if (same_name) in override_base_with_special()
HDlayout.cc857 Output_section* same_name = this->find_output_section(name); in get_output_section() local
858 if (same_name != NULL in get_output_section()
859 && (same_name->type() == elfcpp::SHT_PROGBITS in get_output_section()
860 || same_name->type() == elfcpp::SHT_INIT_ARRAY in get_output_section()
861 || same_name->type() == elfcpp::SHT_FINI_ARRAY in get_output_section()
862 || same_name->type() == elfcpp::SHT_PREINIT_ARRAY) in get_output_section()
863 && (same_name->flags() & elfcpp::SHF_TLS) == 0) in get_output_section()
864 os = same_name; in get_output_section()
/dragonfly/contrib/binutils-2.34/gold/
HDresolve.cc1030 bool same_name = this->name_ == from->name_; in override_base_with_special() local
1031 gold_assert(same_name || this->has_alias()); in override_base_with_special()
1054 if (same_name) in override_base_with_special()
HDlayout.cc863 Output_section* same_name = this->find_output_section(name); in get_output_section() local
864 if (same_name != NULL in get_output_section()
865 && (same_name->type() == elfcpp::SHT_PROGBITS in get_output_section()
866 || same_name->type() == elfcpp::SHT_INIT_ARRAY in get_output_section()
867 || same_name->type() == elfcpp::SHT_FINI_ARRAY in get_output_section()
868 || same_name->type() == elfcpp::SHT_PREINIT_ARRAY) in get_output_section()
869 && (same_name->flags() & elfcpp::SHF_TLS) == 0) in get_output_section()
870 os = same_name; in get_output_section()
/dragonfly/contrib/binutils-2.34/gas/
HDecoff.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()
4644 ptag->hash_ptr->tag_ptr = ptag->same_name; in ecoff_build_debug()
/dragonfly/contrib/gcc-4.7/gcc/
HDmips-tfile.c940 struct tag *same_name; /* tag with same name in outer scope */ member
1800 ptag->hash_ptr->tag_ptr = ptag->same_name; in add_local_symbol()
2159 tag_ptr->same_name = hash_ptr->tag_ptr; in get_tag()
3717 ptag->hash_ptr->tag_ptr = ptag->same_name; in parse_input()
/dragonfly/contrib/binutils-2.27/gas/
HDecoff.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()
4639 ptag->hash_ptr->tag_ptr = ptag->same_name; in ecoff_build_debug()