Home | History | Annotate | Download | only in gold

Lines Matching refs:is_pic_

1597     this->is_pic_ = (ehdr.get_e_flags() & elfcpp::EF_MIPS_PIC) != 0;
1745 { return this->is_pic_; }
1921 bool is_pic_ : 1;