Lines Matching refs:fn_stub
367 asection *fn_stub; member
1287 ret->fn_stub = NULL; in mips_elf_link_hash_newfunc()
1706 if (h->fn_stub != NULL in mips_elf_check_mips16_stubs()
1713 if (h->fn_stub != NULL in mips_elf_check_mips16_stubs()
1719 h->fn_stub->size = 0; in mips_elf_check_mips16_stubs()
1720 h->fn_stub->flags &= ~SEC_RELOC; in mips_elf_check_mips16_stubs()
1721 h->fn_stub->reloc_count = 0; in mips_elf_check_mips16_stubs()
1722 h->fn_stub->flags |= SEC_EXCLUDE; in mips_elf_check_mips16_stubs()
1813 || (h->fn_stub && h->need_fn_stub)) in mips_elf_local_pic_function_p()
1828 *sec = stub->h->fn_stub; in mips_elf_get_la25_target()
5455 && h->fn_stub != NULL in mips_elf_calculate_relocation()
5482 sec = h->fn_stub; in mips_elf_calculate_relocation()
8052 if (h->fn_stub != NULL) in _bfd_mips_elf_check_relocs()
8059 h->fn_stub = sec; in _bfd_mips_elf_check_relocs()
10818 if (h->dynindx != -1 && hmips->fn_stub != NULL) in _bfd_mips_elf_finish_dynamic_symbol()
10821 sym->st_value = (hmips->fn_stub->output_section->vma in _bfd_mips_elf_finish_dynamic_symbol()
10822 + hmips->fn_stub->output_offset); in _bfd_mips_elf_finish_dynamic_symbol()
10823 sym->st_size = hmips->fn_stub->size; in _bfd_mips_elf_finish_dynamic_symbol()
12492 if (indmips->fn_stub) in _bfd_mips_elf_copy_indirect_symbol()
12494 dirmips->fn_stub = indmips->fn_stub; in _bfd_mips_elf_copy_indirect_symbol()
12495 indmips->fn_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()