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

/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf64-x86-64.c4925 const struct elf_x86_non_lazy_plt_layout *x32_non_lazy_ibt_plt;
4958 x32_non_lazy_ibt_plt = &elf_x32_non_lazy_ibt_plt;
4965 x32_non_lazy_ibt_plt = NULL;
5055 else if (x32_non_lazy_ibt_plt != NULL
5056 && plt->size >= x32_non_lazy_ibt_plt->plt_entry_size
5058 x32_non_lazy_ibt_plt->plt_entry,
5059 x32_non_lazy_ibt_plt->plt_got_offset) == 0))
5063 non_lazy_plt = x32_non_lazy_ibt_plt;
4923 const struct elf_x86_non_lazy_plt_layout *x32_non_lazy_ibt_plt; local

Completed in 70 milliseconds