Home | History | Annotate | Download | only in elfcpp

Lines Matching full:vd_version

921 // Version numbers which appear in the vd_version field of a Verdef
1966 { return Convert<16, big_endian>::convert_host(this->p_->vd_version); }
2006 { this->p_->vd_version = Convert<16, big_endian>::convert_host(v); }