Searched refs:info_symndx_ (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gold/
H A Doutput.h3346 && this->info_symndx_ == NULL);
3357 && this->info_symndx_ == NULL
3368 && (this->info_symndx_ == NULL
3369 || this->info_symndx_ == sym)
3371 this->info_symndx_ = sym;
3381 && this->info_symndx_ == NULL
3392 && this->info_symndx_ == NULL
4491 const Symbol* info_symndx_; member in class:gold::Output_section
4492 // If info_section_ and info_symndx_ are NULL, this is the section
H A Doutput.cc2309 info_symndx_(NULL),
3677 else if (this->info_symndx_ != NULL)
3678 info = this->info_symndx_->symtab_index();
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Doutput.h3374 && this->info_symndx_ == NULL);
3385 && this->info_symndx_ == NULL
3396 && (this->info_symndx_ == NULL
3397 || this->info_symndx_ == sym)
3399 this->info_symndx_ = sym;
3409 && this->info_symndx_ == NULL
3420 && this->info_symndx_ == NULL
4519 const Symbol* info_symndx_; member in class:gold::Output_section
4520 // If info_section_ and info_symndx_ are NULL, this is the section
H A Doutput.cc2355 info_symndx_(NULL),
3723 else if (this->info_symndx_ != NULL)
3724 info = this->info_symndx_->symtab_index();
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A Doutput.h3346 && this->info_symndx_ == NULL);
3357 && this->info_symndx_ == NULL
3368 && (this->info_symndx_ == NULL
3369 || this->info_symndx_ == sym)
3371 this->info_symndx_ = sym;
3381 && this->info_symndx_ == NULL
3392 && this->info_symndx_ == NULL
4491 const Symbol* info_symndx_; member in class:gold::Output_section
4492 // If info_section_ and info_symndx_ are NULL, this is the section
H A Doutput.cc2309 info_symndx_(NULL),
3677 else if (this->info_symndx_ != NULL)
3678 info = this->info_symndx_->symtab_index();

Completed in 254 milliseconds