Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_diff.c265 boolean_t same_name; in write_inuse_diffs_one() local
326 same_name = do_name_cmp(fobjname, tobjname); in write_inuse_diffs_one()
337 } else if (same_name) { in write_inuse_diffs_one()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dresolve.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()
H A Dlayout.cc866 Output_section* same_name = this->find_output_section(name); in get_output_section() local
867 if (same_name != NULL in get_output_section()
868 && (same_name->type() == elfcpp::SHT_PROGBITS in get_output_section()
869 || same_name->type() == elfcpp::SHT_INIT_ARRAY in get_output_section()
870 || same_name->type() == elfcpp::SHT_FINI_ARRAY in get_output_section()
871 || same_name->type() == elfcpp::SHT_PREINIT_ARRAY) in get_output_section()
872 && (same_name->flags() & elfcpp::SHF_TLS) == 0) in get_output_section()
873 os = same_name; in get_output_section()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dresolve.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()
H A Dlayout.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()
/netbsd-src/external/mit/isl/dist/
H A Disl_stream.c24 static isl_bool same_name(const void *entry, const void *val) in same_name() function
48 same_name, name, 1); in isl_stream_register_keyword()
364 entry = isl_hash_table_find(s->ctx, s->keywords, name_hash, same_name, in check_keywords()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Decoff.c879 struct tag *same_name; /* tag with same name in outer scope */ member
1724 ptag->hash_ptr->tag_ptr = ptag->same_name; in add_ecoff_symbol()
2040 tag_ptr->same_name = hash_ptr->tag_ptr; in get_tag()
4620 ptag->hash_ptr->tag_ptr = ptag->same_name; in ecoff_build_debug()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Decoff.c879 struct tag *same_name; /* tag with same name in outer scope */ member
1724 ptag->hash_ptr->tag_ptr = ptag->same_name; in add_ecoff_symbol()
2041 tag_ptr->same_name = hash_ptr->tag_ptr; in get_tag()
4622 ptag->hash_ptr->tag_ptr = ptag->same_name; in ecoff_build_debug()