Home | History | Annotate | Download | only in gold

Lines Matching refs:call_stub

5998                 // We don't need the call_stub; this is a 16 bit
6012 // We don't need the call_stub; this is a 16 bit
6346 // to having a MIPS16 entry. And in the case of call_stub a
9750 Mips16_stub_section<size, big_endian>* call_stub;
9752 call_stub = object->get_local_mips16_call_stub(r_sym);
9755 // If both call_stub and call_fp_stub are defined, we can figure
9761 call_stub = NULL;
9766 call_stub = mips_sym->template
9772 if (call_stub == NULL)
9773 call_stub =
9777 call_stub = mips_sym->template get_mips16_call_stub<big_endian>();
9779 call_stub = mips_sym->template get_mips16_call_fp_stub<big_endian>();
9782 symval.set_output_value(call_stub->output_address());