Home | History | Annotate | Download | only in gold

Lines Matching refs:stub_section

1549     Mips16_stub_section<size, big_endian>* stub_section =
1553 stub_section->shndx(), stub_section));
1554 return stub_section;
5936 Mips16_stub_section<size, big_endian>* stub_section = it->second;
5937 if (!stub_section->is_target_found())
5940 stub_section->object()
5941 ->section_name(stub_section->shndx()).c_str());
5945 if (stub_section->is_for_local_function())
5947 if (stub_section->is_fn_stub())
5953 if (!this->has_local_non_16bit_call_relocs(stub_section->r_sym()))
5956 this->add_local_mips16_fn_stub(stub_section);
5963 gold_assert(stub_section->is_call_stub()
5964 || stub_section->is_call_fp_stub());
5965 if (!this->has_local_16bit_call_relocs(stub_section->r_sym()))
5968 this->add_local_mips16_call_stub(stub_section);
5973 Mips_symbol<size>* gsym = stub_section->gsym();
5974 if (stub_section->is_fn_stub())
5981 gsym->set_mips16_fn_stub(stub_section);
5995 else if (stub_section->is_call_stub())
6006 gsym->set_mips16_call_stub(stub_section);
6010 gold_assert(stub_section->is_call_fp_stub());
6020 gsym->set_mips16_call_fp_stub(stub_section);
6024 this->set_output_section(stub_section->shndx(), NULL);