Lines Matching refs:call_stub
372 asection *call_stub; member
1275 ret->call_stub = NULL; in mips_elf_link_hash_newfunc()
1719 if (h->call_stub != NULL in mips_elf_check_mips16_stubs()
1725 h->call_stub->size = 0; in mips_elf_check_mips16_stubs()
1726 h->call_stub->flags &= ~SEC_RELOC; in mips_elf_check_mips16_stubs()
1727 h->call_stub->reloc_count = 0; in mips_elf_check_mips16_stubs()
1728 h->call_stub->flags |= SEC_EXCLUDE; in mips_elf_check_mips16_stubs()
1729 h->call_stub->output_section = bfd_abs_section_ptr; in mips_elf_check_mips16_stubs()
5505 && ((h != NULL && (h->call_stub != NULL || h->call_fp_stub != NULL)) in mips_elf_calculate_relocation()
5518 if (h->call_stub != NULL && h->call_fp_stub != NULL) in mips_elf_calculate_relocation()
5532 sec = h->call_stub; in mips_elf_calculate_relocation()
5534 else if (h->call_stub != NULL) in mips_elf_calculate_relocation()
5535 sec = h->call_stub; in mips_elf_calculate_relocation()
8204 loc = &h->call_stub; in _bfd_mips_elf_check_relocs()
9150 || hmips->call_stub in _bfd_mips_elf_adjust_dynamic_symbol()
12549 if (indmips->call_stub) in _bfd_mips_elf_copy_indirect_symbol()
12551 dirmips->call_stub = indmips->call_stub; in _bfd_mips_elf_copy_indirect_symbol()
12552 indmips->call_stub = NULL; in _bfd_mips_elf_copy_indirect_symbol()