Home
last modified time | relevance | path

Searched refs:has_bnd_reloc (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf64-x86-64.c761 bfd_boolean has_bnd_reloc; member
895 eh->has_bnd_reloc = FALSE; in elf_x86_64_link_hash_newfunc()
1091 if (!edir->has_bnd_reloc) in elf_x86_64_copy_indirect_symbol()
1092 edir->has_bnd_reloc = eind->has_bnd_reloc; in elf_x86_64_copy_indirect_symbol()
1638 elf_x86_64_hash_entry (h)->has_bnd_reloc = TRUE; in elf_x86_64_check_relocs()
4811 if (eh->has_bnd_reloc) in elf_x86_64_finish_dynamic_symbol()
DChangeLog2468 (elf_x86_64_link_hash_entry): Add has_bnd_reloc and plt_bnd.
2470 (elf_x86_64_link_hash_newfunc): Initialize has_bnd_reloc and
2472 (elf_x86_64_copy_indirect_symbol): Also copy has_bnd_reloc.