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

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

Completed in 115 milliseconds