Lines Matching refs:call_stub
371 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()
5525 else if (h->call_stub != NULL) in mips_elf_calculate_relocation()
5526 sec = h->call_stub; in mips_elf_calculate_relocation()
8169 loc = &h->call_stub; in _bfd_mips_elf_check_relocs()
9114 || hmips->call_stub in _bfd_mips_elf_adjust_dynamic_symbol()
12502 if (indmips->call_stub) in _bfd_mips_elf_copy_indirect_symbol()
12504 dirmips->call_stub = indmips->call_stub; in _bfd_mips_elf_copy_indirect_symbol()
12505 indmips->call_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()