Home
last modified time | relevance | path

Searched refs:out_shndx_ (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Doutput.h3413 { return this->out_shndx_ != -1U; } in has_out_shndx()
4135 gold_assert(this->out_shndx_ != -1U); in do_out_shndx()
4136 return this->out_shndx_; in do_out_shndx()
4143 gold_assert(this->out_shndx_ == -1U || this->out_shndx_ == shndx); in do_set_out_shndx()
4144 this->out_shndx_ = shndx; in do_set_out_shndx()
4502 unsigned int out_shndx_; variable
Doutput.cc2315 out_shndx_(-1U), in Output_section()