HomeSort by relevance Sort by last modified time
    Searched full:keep (Results 351 - 375 of 12349) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
armelfb.xsc 64 KEEP (*(SORT_NONE(.init)))
81 KEEP (*(SORT_NONE(.fini)))
93 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
103 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
116 KEEP (*(.preinit_array))
120 KEEP (*crtbegin*.o(.init_array))
121 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
122 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
126 KEEP (*crtbegin*.o(.fini_array))
127 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelfb.xsw 63 KEEP (*(SORT_NONE(.init)))
80 KEEP (*(SORT_NONE(.fini)))
92 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
102 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
115 KEEP (*(.preinit_array))
119 KEEP (*crtbegin*.o(.init_array))
120 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
121 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
125 KEEP (*crtbegin*.o(.fini_array))
126 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelfb.xw 68 KEEP (*(SORT_NONE(.init)))
85 KEEP (*(SORT_NONE(.fini)))
97 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
107 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
121 KEEP (*(.preinit_array))
127 KEEP (*crtbegin*.o(.init_array))
128 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
129 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
135 KEEP (*crtbegin*.o(.fini_array))
136 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/examples/
scala.pro 25 # traces later on. Keep a fixed source file attribute and all line number
37 # You can print out the seeds that are matching the keep options below.
50 -keep class * implements org.xml.sax.EntityResolver
83 #-keep class * implements jline.Completor
84 #-keep class * implements jline.Terminal
86 #-keep class scala.tools.nsc.Global
129 # -keep public class mypackage.MyClass
130 # -keep public interface mypackage.MyInterface
131 # -keep public class * implements mypackage.MyInterface
  /toolchain/binutils/binutils-2.25/ld/scripttempl/
elfd10v.sc 29 KEEP (*crtbegin.o(.ctors))
30 KEEP (*crtbegin?.o(.ctors))
37 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .ctors))
38 KEEP (*(SORT(.ctors.*)))
39 KEEP (*(.ctors))
46 KEEP (*crtbegin.o(.dtors))
47 KEEP (*crtbegin?.o(.dtors))
48 KEEP (*(EXCLUDE_FILE (*crtend.o *crtend?.o) .dtors))
49 KEEP (*(SORT(.dtors.*)))
50 KEEP (*(.dtors)
    [all...]
  /external/proguard/examples/
applets.pro 15 # traces later on. Keep a fixed source file attribute and all line number
27 # You can print out the seeds that are matching the keep options below.
33 -keep public class * extends java.applet.Applet
67 # -keep public class mypackage.MyClass
68 # -keep public interface mypackage.MyInterface
69 # -keep public class * implements mypackage.MyInterface
proguardall.pro 43 -keep public class proguard.ProGuard {
47 -keep public class proguard.gui.ProGuardGUI {
51 -keep public class proguard.retrace.ReTrace {
57 -keep,allowobfuscation class proguard.ant.*
66 -keep public class proguard.gradle.* {
72 -keep public class proguard.wtk.ProGuardObfuscator
servlets.pro 16 # traces later on. Keep a fixed source file attribute and all line number
28 # You can print out the seeds that are matching the keep options below.
34 -keep public class * implements javax.servlet.Servlet
68 # -keep public class mypackage.MyClass
69 # -keep public interface mypackage.MyInterface
70 # -keep public class * implements mypackage.MyInterface
  /external/proguard/examples/gradle/
applets.gradle 35 // traces later on. Keep a fixed source file attribute and all line number
47 // You can print out the seeds that are matching the keep options below.
53 keep 'public class * extends java.applet.Applet'
87 // keep 'public class mypackage.MyClass'
88 // keep 'public interface mypackage.MyInterface'
89 // keep 'public class * implements mypackage.MyInterface'
midlets.gradle 62 // You can keep a fixed source file attribute and all line number tables to
68 // You can print out the seeds that are matching the keep options below.
74 keep 'public class * extends javax.microedition.midlet.MIDlet'
85 // keep 'public class mypackage.MyClass'
86 // keep 'public interface mypackage.MyInterface'
87 // keep 'public class * implements mypackage.MyInterface'
servlets.gradle 36 // traces later on. Keep a fixed source file attribute and all line number
48 // You can print out the seeds that are matching the keep options below.
54 keep 'public class * implements javax.servlet.Servlet'
88 // keep 'public class mypackage.MyClass'
89 // keep 'public interface mypackage.MyInterface'
90 // keep 'public class * implements mypackage.MyInterface'
  /external/proguard/src/proguard/
LibraryKeepChecker.java 31 * This class checks whether some keep rules only keep library classes, no
62 * Checks the classes mentioned in the given keep specifications, printing
69 // Go over all individual keep specifications.
75 // Is the keep specification more specific than a general
111 "' to keep library class '" +
SeedPrinter.java 30 * This class prints out the seeds specified by keep options.
50 * @param configuration the configuration containing the keep options.
57 // Check if we have at least some keep commands.
58 if (configuration.keep == null)
60 throw new IOException("You have to specify '-keep' options for the shrinking step.");
72 ClassSpecificationVisitorFactory.createClassPoolVisitor(configuration.keep,
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib/ldscripts/
armelf_linux_eabi.x 70 KEEP (*(SORT_NONE(.init)))
87 KEEP (*(SORT_NONE(.fini)))
99 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
109 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
123 KEEP (*(.preinit_array))
129 KEEP (*crtbegin*.o(.init_array))
130 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
131 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
137 KEEP (*crtbegin*.o(.fini_array))
138 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xbn 69 KEEP (*(SORT_NONE(.init)))
86 KEEP (*(SORT_NONE(.fini)))
98 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
108 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
122 KEEP (*(.preinit_array))
128 KEEP (*crtbegin*.o(.init_array))
129 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
130 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
136 KEEP (*crtbegin*.o(.fini_array))
137 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xc 68 KEEP (*(SORT_NONE(.init)))
85 KEEP (*(SORT_NONE(.fini)))
97 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
107 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
121 KEEP (*(.preinit_array))
127 KEEP (*crtbegin*.o(.init_array))
128 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
129 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
135 KEEP (*crtbegin*.o(.fini_array))
136 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xd 69 KEEP (*(SORT_NONE(.init)))
86 KEEP (*(SORT_NONE(.fini)))
98 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
108 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
122 KEEP (*(.preinit_array))
128 KEEP (*crtbegin*.o(.init_array))
129 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
130 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
136 KEEP (*crtbegin*.o(.fini_array))
137 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xdc 68 KEEP (*(SORT_NONE(.init)))
85 KEEP (*(SORT_NONE(.fini)))
97 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
107 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
121 KEEP (*(.preinit_array))
127 KEEP (*crtbegin*.o(.init_array))
128 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
129 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
135 KEEP (*crtbegin*.o(.fini_array))
136 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xdw 68 KEEP (*(SORT_NONE(.init)))
85 KEEP (*(SORT_NONE(.fini)))
97 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
107 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
121 KEEP (*(.preinit_array))
127 KEEP (*crtbegin*.o(.init_array))
128 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
129 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
135 KEEP (*crtbegin*.o(.fini_array))
136 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xn 69 KEEP (*(SORT_NONE(.init)))
86 KEEP (*(SORT_NONE(.fini)))
98 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
108 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
122 KEEP (*(.preinit_array))
128 KEEP (*crtbegin*.o(.init_array))
129 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
130 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
136 KEEP (*crtbegin*.o(.fini_array))
137 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xs 64 KEEP (*(SORT_NONE(.init)))
81 KEEP (*(SORT_NONE(.fini)))
93 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
103 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
116 KEEP (*(.preinit_array))
120 KEEP (*crtbegin*.o(.init_array))
121 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
122 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
126 KEEP (*crtbegin*.o(.fini_array))
127 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xsc 64 KEEP (*(SORT_NONE(.init)))
81 KEEP (*(SORT_NONE(.fini)))
93 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
103 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
116 KEEP (*(.preinit_array))
120 KEEP (*crtbegin*.o(.init_array))
121 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
122 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
126 KEEP (*crtbegin*.o(.fini_array))
127 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xsw 63 KEEP (*(SORT_NONE(.init)))
80 KEEP (*(SORT_NONE(.fini)))
92 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
102 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
115 KEEP (*(.preinit_array))
119 KEEP (*crtbegin*.o(.init_array))
120 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
121 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
125 KEEP (*crtbegin*.o(.fini_array))
126 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelf_linux_eabi.xw 68 KEEP (*(SORT_NONE(.init)))
85 KEEP (*(SORT_NONE(.fini)))
97 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
107 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
121 KEEP (*(.preinit_array))
127 KEEP (*crtbegin*.o(.init_array))
128 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
129 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
135 KEEP (*crtbegin*.o(.fini_array))
136 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]
armelfb_linux_eabi.x 70 KEEP (*(SORT_NONE(.init)))
87 KEEP (*(SORT_NONE(.fini)))
99 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) }
109 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) }
123 KEEP (*(.preinit_array))
129 KEEP (*crtbegin*.o(.init_array))
130 KEEP (*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
131 KEEP (*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
137 KEEP (*crtbegin*.o(.fini_array))
138 KEEP (*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
    [all...]

Completed in 618 milliseconds

<<11121314151617181920>>