Home
last modified time | relevance | path

Searched refs:fn_stub (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-mips.c368 asection *fn_stub; member
1274 ret->fn_stub = NULL; in mips_elf_link_hash_newfunc()
1699 if (h->fn_stub != NULL in mips_elf_check_mips16_stubs()
1706 if (h->fn_stub != NULL in mips_elf_check_mips16_stubs()
1712 h->fn_stub->size = 0; in mips_elf_check_mips16_stubs()
1713 h->fn_stub->flags &= ~SEC_RELOC; in mips_elf_check_mips16_stubs()
1714 h->fn_stub->reloc_count = 0; in mips_elf_check_mips16_stubs()
1715 h->fn_stub->flags |= SEC_EXCLUDE; in mips_elf_check_mips16_stubs()
1716 h->fn_stub->output_section = bfd_abs_section_ptr; in mips_elf_check_mips16_stubs()
1809 || (h->fn_stub && h->need_fn_stub)) in mips_elf_local_pic_function_p()
[all …]
DChangeLog-96972612 (struct mips_elf_link_hash_entry): Add new fields fn_stub,
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc3675 Mips16_stub_section<size, big_endian>* fn_stub = in do_adjust_dyn_symbol() local
3677 value = fn_stub->output_address(); in do_adjust_dyn_symbol()
3678 osym.put_st_size(fn_stub->section_size()); in do_adjust_dyn_symbol()
11708 Mips16_stub_section<size, big_endian>* fn_stub = in relocate() local
11711 symval.set_output_value(fn_stub->output_address()); in relocate()