Home
last modified time | relevance | path

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

/external/ltrace/sysdeps/linux-gnu/ppc/
Dplt.c245 if (lte->ehdr.e_machine == EM_PPC && lte->arch.secure_plt) { in arch_plt_sym_val()
437 lte->arch.secure_plt = !(lte->plt_flags & SHF_EXECINSTR); in arch_elf_init()
443 if (lte->ehdr.e_machine == EM_PPC && !lte->arch.secure_plt) in arch_elf_init()
458 if ((lte->ehdr.e_machine == EM_PPC64 || lte->arch.secure_plt) in arch_elf_init()
478 if (lte->ehdr.e_machine == EM_PPC && lte->arch.secure_plt) { in arch_elf_init()
718 if (! lte->arch.secure_plt) { in arch_elf_add_plt_entry()
Darch.h59 int secure_plt; member