Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf64-x86-64.c791 unsigned int has_bnd_reloc : 1; member
951 eh->has_bnd_reloc = 0; in elf_x86_64_link_hash_newfunc()
1180 if (!edir->has_bnd_reloc) in elf_x86_64_copy_indirect_symbol()
1181 edir->has_bnd_reloc = eind->has_bnd_reloc; in elf_x86_64_copy_indirect_symbol()
2288 elf_x86_64_hash_entry (h)->has_bnd_reloc = 1; in elf_x86_64_check_relocs()
5709 if (eh->has_bnd_reloc) in elf_x86_64_finish_dynamic_symbol()
5855 if (eh->has_bnd_reloc) in elf_x86_64_finish_dynamic_symbol()
DChangeLog-2014142 Change has_bnd_reloc to bit field.
144 has_bnd_reloc to 0.
145 (elf_x86_64_check_relocs): Set has_bnd_reloc to 1 instead
3028 (elf_x86_64_link_hash_entry): Add has_bnd_reloc and plt_bnd.
3030 (elf_x86_64_link_hash_newfunc): Initialize has_bnd_reloc and
3032 (elf_x86_64_copy_indirect_symbol): Also copy has_bnd_reloc.