OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:secure_plt
(Results
1 - 2
of
2
) sorted by null
/external/ltrace/sysdeps/linux-gnu/ppc/
arch.h
59
int
secure_plt
;
member in struct:arch_ltelf_data
plt.c
245
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
) {
[
all
...]
Completed in 666 milliseconds