Searched refs:non_lazy_bnd_plt (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf64-x86-64.c4846 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt;
4875 non_lazy_bnd_plt = &elf_x86_64_non_lazy_bnd_plt;
4941 if (non_lazy_bnd_plt != NULL
4942 && plt->size >= non_lazy_bnd_plt->plt_entry_size
4943 && (memcmp (plt_contents, non_lazy_bnd_plt->plt_entry,
4944 non_lazy_bnd_plt->plt_got_offset) == 0))
4948 non_lazy_plt = non_lazy_bnd_plt;
4844 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt; local
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf64-x86-64.c4766 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt;
4795 non_lazy_bnd_plt = &elf_x86_64_non_lazy_bnd_plt;
4861 if (non_lazy_bnd_plt != NULL
4862 && plt->size >= non_lazy_bnd_plt->plt_entry_size
4863 && (memcmp (plt_contents, non_lazy_bnd_plt->plt_entry,
4864 non_lazy_bnd_plt->plt_got_offset) == 0))
4868 non_lazy_plt = non_lazy_bnd_plt;
4764 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-x86-64.c4921 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt;
4952 non_lazy_bnd_plt = &elf_x86_64_non_lazy_bnd_plt;
5036 if (non_lazy_bnd_plt != NULL
5037 && plt->size >= non_lazy_bnd_plt->plt_entry_size
5038 && (memcmp (plt_contents, non_lazy_bnd_plt->plt_entry,
5039 non_lazy_bnd_plt->plt_got_offset) == 0))
5043 non_lazy_plt = non_lazy_bnd_plt;
4919 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf64-x86-64.c4846 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt;
4875 non_lazy_bnd_plt = &elf_x86_64_non_lazy_bnd_plt;
4941 if (non_lazy_bnd_plt != NULL
4942 && plt->size >= non_lazy_bnd_plt->plt_entry_size
4943 && (memcmp (plt_contents, non_lazy_bnd_plt->plt_entry,
4944 non_lazy_bnd_plt->plt_got_offset) == 0))
4948 non_lazy_plt = non_lazy_bnd_plt;
4844 const struct elf_x86_non_lazy_plt_layout *non_lazy_bnd_plt; local

Completed in 175 milliseconds