Home
last modified time | relevance | path

Searched refs:call_stub (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
Dmips16-pic-3b.s6 call_stub unused3
7 call_stub used5
8 call_stub used9
9 call_stub extern3
Dmips16-pic-3a.s49 call_stub unused1
50 call_stub used1
51 call_stub used3
52 call_stub used7
53 call_stub extern1
Dmips16-pic-3.inc10 .macro call_stub,name
Dcompressed-plt-1.s1 .macro call_stub, name macro
/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c372 asection *call_stub; member
1275 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 …]
DChangeLog-96972613 need_fn_sub, call_stub, and call_fp_stub.
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc11517 Mips16_stub_section<size, big_endian>* call_stub; in relocate() local
11519 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()