Searched refs:call_stub (Results 1 – 7 of 7) sorted by relevance
6 call_stub unused37 call_stub used58 call_stub used99 call_stub extern3
49 call_stub unused150 call_stub used151 call_stub used352 call_stub used753 call_stub extern1
10 .macro call_stub,name
1 .macro call_stub, name macro
372 asection *call_stub; member1275 ret->call_stub = NULL; in mips_elf_link_hash_newfunc()1719 if (h->call_stub != NULL in mips_elf_check_mips16_stubs()1725 h->call_stub->size = 0; in mips_elf_check_mips16_stubs()1726 h->call_stub->flags &= ~SEC_RELOC; in mips_elf_check_mips16_stubs()1727 h->call_stub->reloc_count = 0; in mips_elf_check_mips16_stubs()1728 h->call_stub->flags |= SEC_EXCLUDE; in mips_elf_check_mips16_stubs()1729 h->call_stub->output_section = bfd_abs_section_ptr; in mips_elf_check_mips16_stubs()5505 && ((h != NULL && (h->call_stub != NULL || h->call_fp_stub != NULL)) in mips_elf_calculate_relocation()5518 if (h->call_stub != NULL && h->call_fp_stub != NULL) in mips_elf_calculate_relocation()[all …]
2613 need_fn_sub, call_stub, and call_fp_stub.
11517 Mips16_stub_section<size, big_endian>* call_stub; in relocate() local11519 call_stub = object->get_local_mips16_call_stub(r_sym); in relocate()11528 call_stub = NULL; in relocate()11533 call_stub = mips_sym->template in relocate()11539 if (call_stub == NULL) in relocate()11540 call_stub = in relocate()11544 call_stub = mips_sym->template get_mips16_call_stub<big_endian>(); in relocate()11546 call_stub = mips_sym->template get_mips16_call_fp_stub<big_endian>(); in relocate()11549 symval.set_output_value(call_stub->output_address()); in relocate()