Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/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.25/bfd/
Delfxx-mips.c371 asection *call_stub; member
1288 ret->call_stub = NULL; in mips_elf_link_hash_newfunc()
1725 if (h->call_stub != NULL in mips_elf_check_mips16_stubs()
1731 h->call_stub->size = 0; in mips_elf_check_mips16_stubs()
1732 h->call_stub->flags &= ~SEC_RELOC; in mips_elf_check_mips16_stubs()
1733 h->call_stub->reloc_count = 0; in mips_elf_check_mips16_stubs()
1734 h->call_stub->flags |= SEC_EXCLUDE; in mips_elf_check_mips16_stubs()
5496 && ((h != NULL && (h->call_stub != NULL || h->call_fp_stub != NULL)) in mips_elf_calculate_relocation()
5509 if (h->call_stub != NULL && h->call_fp_stub != NULL) in mips_elf_calculate_relocation()
5523 sec = h->call_stub; in mips_elf_calculate_relocation()
[all …]
DChangeLog-96972613 need_fn_sub, call_stub, and call_fp_stub.
/toolchain/binutils/binutils-2.25/gold/
Dmips.cc9750 Mips16_stub_section<size, big_endian>* call_stub; in relocate() local
9752 call_stub = object->get_local_mips16_call_stub(r_sym); in relocate()
9761 call_stub = NULL; in relocate()
9766 call_stub = mips_sym->template in relocate()
9772 if (call_stub == NULL) in relocate()
9773 call_stub = in relocate()
9777 call_stub = mips_sym->template get_mips16_call_stub<big_endian>(); in relocate()
9779 call_stub = mips_sym->template get_mips16_call_fp_stub<big_endian>(); in relocate()
9782 symval.set_output_value(call_stub->output_address()); in relocate()