Lines Matching refs:fn_stub

368   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()
1824 *sec = stub->h->fn_stub; in mips_elf_get_la25_target()
5464 && h->fn_stub != NULL in mips_elf_calculate_relocation()
5491 sec = h->fn_stub; in mips_elf_calculate_relocation()
8087 if (h->fn_stub != NULL) in _bfd_mips_elf_check_relocs()
8094 h->fn_stub = sec; in _bfd_mips_elf_check_relocs()
10848 if (h->dynindx != -1 && hmips->fn_stub != NULL) in _bfd_mips_elf_finish_dynamic_symbol()
10851 sym->st_value = (hmips->fn_stub->output_section->vma in _bfd_mips_elf_finish_dynamic_symbol()
10852 + hmips->fn_stub->output_offset); in _bfd_mips_elf_finish_dynamic_symbol()
10853 sym->st_size = hmips->fn_stub->size; in _bfd_mips_elf_finish_dynamic_symbol()
12539 if (indmips->fn_stub) in _bfd_mips_elf_copy_indirect_symbol()
12541 dirmips->fn_stub = indmips->fn_stub; in _bfd_mips_elf_copy_indirect_symbol()
12542 indmips->fn_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()