Home | History | Annotate | Download | only in elfcpp

Lines Matching refs:nonvis

603 elf_st_other(STV vis, unsigned char nonvis)
605 return ((nonvis << 2)
1468 put_st_other(STV vis, unsigned char nonvis)
1469 { this->p_->st_other = elf_st_other(vis, nonvis); }