Home
last modified time | relevance | path

Searched refs:no_fn_stub (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delf32-score.c54 bfd_boolean no_fn_stub; member
1164 ret->no_fn_stub = FALSE; in score_elf_link_hash_newfunc()
2988 sh->no_fn_stub = TRUE; in s3_bfd_score_elf_check_relocs()
3122 if (!hscore->no_fn_stub && h->needs_plt) in s3_bfd_score_elf_adjust_dynamic_symbol()
3812 if (indscore->no_fn_stub) in s3_bfd_score_elf_copy_indirect_symbol()
3813 dirscore->no_fn_stub = TRUE; in s3_bfd_score_elf_copy_indirect_symbol()
Delf32-score7.c51 bfd_boolean no_fn_stub; member
2794 sh->no_fn_stub = TRUE; in s7_bfd_score_elf_check_relocs()
2929 if (!hscore->no_fn_stub && h->needs_plt) in s7_bfd_score_elf_adjust_dynamic_symbol()
3626 if (indscore->no_fn_stub) in s7_bfd_score_elf_copy_indirect_symbol()
3627 dirscore->no_fn_stub = TRUE; in s7_bfd_score_elf_copy_indirect_symbol()
Delfxx-mips.c399 unsigned int no_fn_stub : 1; member
1281 ret->no_fn_stub = FALSE; in mips_elf_link_hash_newfunc()
8402 ((struct mips_elf_link_hash_entry *) h)->no_fn_stub = TRUE; in _bfd_mips_elf_check_relocs()
9032 if (!htab->is_vxworks && h->needs_plt && !hmips->no_fn_stub) in _bfd_mips_elf_adjust_dynamic_symbol()
9058 else if (((h->needs_plt && !hmips->no_fn_stub) in _bfd_mips_elf_adjust_dynamic_symbol()
12537 if (indmips->no_fn_stub) in _bfd_mips_elf_copy_indirect_symbol()
12538 dirmips->no_fn_stub = TRUE; in _bfd_mips_elf_copy_indirect_symbol()
DChangeLog-00015226 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
5229 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
5232 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
5234 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
5236 no_fn_stub is not set.
5240 Check no_fn_stub to find out if a symbol has a function stub
DChangeLog-20062833 relocations. Don't set no_fn_stub on VxWorks.
DChangeLog-0203332 * elfxx-mips.c (mips_elf_set_global_got_offset): Don't set no_fn_stub.