Searched refs:section_is_mips16_fn_stub_ (Results 1 – 1 of 1) sorted by relevance
1592 got_info_(NULL), section_is_mips16_fn_stub_(), in Mips_relobj()1805 gold_assert(shndx < this->section_is_mips16_fn_stub_.size()); in is_mips16_fn_stub_section()1806 return this->section_is_mips16_fn_stub_[shndx]; in is_mips16_fn_stub_section()1931 std::vector<bool> section_is_mips16_fn_stub_; member in __anon1e60feb90111::Mips_relobj6748 this->section_is_mips16_fn_stub_.resize(this->shnum(), false); in do_read_symbols()6919 this->section_is_mips16_fn_stub_[i] = is_prefix_of(".mips16.fn", name); in do_read_symbols()