Home
last modified time | relevance | path

Searched refs:sd_ (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Dreadsyms.cc360 this->member_->sd_ = NULL; in do_read_symbols()
415 this->member_->sd_ = sd; in do_read_symbols()
599 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_); in run()
606 gold_assert(this->sd_ != NULL); in run()
607 delete this->sd_; in run()
608 this->sd_ = NULL; in run()
634 this->object_->layout(this->symtab_, this->layout_, this->sd_); in run()
635 this->object_->add_symbols(this->symtab_, this->sd_, this->layout_); in run()
637 delete this->sd_; in run()
638 this->sd_ = NULL; in run()
Darchive.cc1001 Read_symbols_data* sd = p->second.sd_; in include_member()
1227 && (member.sd_ == NULL || member.sd_->symbol_names != NULL)) in add_symbols()
1231 member.sd_, in add_symbols()
1246 if (member.sd_ != NULL) in add_symbols()
1252 delete member.sd_; in add_symbols()
1283 Read_symbols_data* sd = member.sd_; in include_member()
1311 obj->for_all_global_symbols(p->sd_, v); in do_for_all_unused_symbols()
Darchive.h51 : obj_(NULL), sd_(NULL), arg_serial_(0) in Archive_member()
54 : obj_(obj), sd_(sd), arg_serial_(0) in Archive_member()
59 Read_symbols_data* sd_; member
Dreadsyms.h147 sd_(sd), this_blocker_(this_blocker), next_blocker_(next_blocker) in Add_symbols()
174 Read_symbols_data* sd_; variable
Dobject.h1149 sd_(NULL), in Object()
1161 { return this->sd_; } in get_symbols_data()
1174 { this->sd_ = sd; } in set_symbols_data()
1599 gold::Symbols_data* sd_; variable
DChangeLog-081510884 * readsyms.cc (Add_symbols::run): Delete sd_ object before
15635 (Relobj::sd_): New data member.
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-profile.h68 SIM_RC set_profile_option_mask (SIM_DESC sd_, const char *name_, int mask_,
76 SIM_RC sim_profile_set_option (SIM_DESC sd_, const char *name_, int idx_,
Dsim-model.h134 extern void sim_model_set (SIM_DESC sd_, sim_cpu *cpu_, const SIM_MODEL *model_);
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200711425 sd_* infrastructure.