Home
last modified time | relevance | path

Searched refs:fdes_ (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/binutils-2.34/gold/
H A Dehframe.h283 fdes_(), in Cie()
297 fdes_(), in Cie()
299 { gold_assert(cie.fdes_.empty()); } in Cie()
304 { this->fdes_.push_back(fde); } in add_fde()
309 { this->fdes_.pop_back(); } in remove_fde()
314 { return this->fdes_.back(); } in last_fde()
319 { return this->fdes_.size(); } in fde_count()
368 std::vector<Fde*> fdes_; variable
H A Dehframe.cc404 for (std::vector<Fde*>::iterator p = this->fdes_.begin(); in ~Cie()
405 p != this->fdes_.end(); in ~Cie()
432 for (std::vector<Fde*>::const_iterator p = this->fdes_.begin(); in set_output_offset()
433 p != this->fdes_.end(); in set_output_offset()
488 for (std::vector<Fde*>::const_iterator p = this->fdes_.begin(); in write()
489 p != this->fdes_.end(); in write()
/dragonfly/contrib/binutils-2.27/gold/
H A Dehframe.h278 fdes_(), in Cie()
292 fdes_(), in Cie()
294 { gold_assert(cie.fdes_.empty()); } in Cie()
299 { this->fdes_.push_back(fde); } in add_fde()
304 { return this->fdes_.size(); } in fde_count()
353 std::vector<Fde*> fdes_; variable
H A Dehframe.cc404 for (std::vector<Fde*>::iterator p = this->fdes_.begin(); in ~Cie()
405 p != this->fdes_.end(); in ~Cie()
432 for (std::vector<Fde*>::const_iterator p = this->fdes_.begin(); in set_output_offset()
433 p != this->fdes_.end(); in set_output_offset()
488 for (std::vector<Fde*>::const_iterator p = this->fdes_.begin(); in write()
489 p != this->fdes_.end(); in write()
/dragonfly/sys/sys/
H A Dsysproto.h146 int fdes; char fdes_[PAD_(int)]; member
151 int fdes; char fdes_[PAD_(int)]; member