/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/ |
elf_i386.xsw | 41 KEEP (*(.init)) 56 KEEP (*(.fini)) 64 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 70 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 86 KEEP (*crtbegin*.o(.init_array)) 87 KEEP (*(SORT(.init_array.*))) 88 KEEP (*(.init_array)) 92 KEEP (*crtbegin*.o(.fini_array)) 93 KEEP (*(SORT(.fini_array.*)) [all...] |
elf_i386.xw | 44 KEEP (*(.init)) 59 KEEP (*(.fini)) 67 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 73 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 86 KEEP (*(.preinit_array)) 92 KEEP (*crtbegin*.o(.init_array)) 93 KEEP (*(SORT(.init_array.*))) 94 KEEP (*(.init_array)) 100 KEEP (*crtbegin*.o(.fini_array)) 101 KEEP (*(SORT(.fini_array.*)) [all...] |
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/ |
elf_i386.xc | 44 KEEP (*(.init)) 59 KEEP (*(.fini)) 67 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 73 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 86 KEEP (*(.preinit_array)) 92 KEEP (*crtbegin*.o(.init_array)) 93 KEEP (*(SORT(.init_array.*))) 94 KEEP (*(.init_array)) 100 KEEP (*crtbegin*.o(.fini_array)) 101 KEEP (*(SORT(.fini_array.*)) [all...] |
elf_i386.xdc | 44 KEEP (*(.init)) 59 KEEP (*(.fini)) 67 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 73 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 86 KEEP (*(.preinit_array)) 92 KEEP (*crtbegin*.o(.init_array)) 93 KEEP (*(SORT(.init_array.*))) 94 KEEP (*(.init_array)) 100 KEEP (*crtbegin*.o(.fini_array)) 101 KEEP (*(SORT(.fini_array.*)) [all...] |
elf_i386.xdw | 44 KEEP (*(.init)) 59 KEEP (*(.fini)) 67 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 73 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 86 KEEP (*(.preinit_array)) 92 KEEP (*crtbegin*.o(.init_array)) 93 KEEP (*(SORT(.init_array.*))) 94 KEEP (*(.init_array)) 100 KEEP (*crtbegin*.o(.fini_array)) 101 KEEP (*(SORT(.fini_array.*)) [all...] |
elf_i386.xs | 38 KEEP (*(.init)) 53 KEEP (*(.fini)) 61 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 67 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 79 KEEP (*(.preinit_array)) 83 KEEP (*crtbegin*.o(.init_array)) 84 KEEP (*(SORT(.init_array.*))) 85 KEEP (*(.init_array)) 89 KEEP (*crtbegin*.o(.fini_array)) 90 KEEP (*(SORT(.fini_array.*)) [all...] |
elf_i386.xsc | 42 KEEP (*(.init)) 57 KEEP (*(.fini)) 65 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 71 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 83 KEEP (*(.preinit_array)) 87 KEEP (*crtbegin*.o(.init_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 93 KEEP (*crtbegin*.o(.fini_array)) 94 KEEP (*(SORT(.fini_array.*)) [all...] |
elf_i386.xsw | 41 KEEP (*(.init)) 56 KEEP (*(.fini)) 64 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 70 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 86 KEEP (*crtbegin*.o(.init_array)) 87 KEEP (*(SORT(.init_array.*))) 88 KEEP (*(.init_array)) 92 KEEP (*crtbegin*.o(.fini_array)) 93 KEEP (*(SORT(.fini_array.*)) [all...] |
elf_i386.xw | 44 KEEP (*(.init)) 59 KEEP (*(.fini)) 67 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 73 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 86 KEEP (*(.preinit_array)) 92 KEEP (*crtbegin*.o(.init_array)) 93 KEEP (*(SORT(.init_array.*))) 94 KEEP (*(.init_array)) 100 KEEP (*crtbegin*.o(.fini_array)) 101 KEEP (*(SORT(.fini_array.*)) [all...] |
/external/proguard/examples/annotations/lib/ |
annotations.pro | 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class 26 -keep @proguard.annotation.Keep class * 29 @proguard.annotation.Keep *; 45 # @KeepImplementations and @KeepPublicImplementations specify to keep all, 50 -keep class * implements @proguard.annotation.KeepImplementations * 51 -keep public class * implements @proguard.annotation.KeepPublicImplementations * 53 # @KeepApplication specifies to keep the annotated class as an application, 61 # @KeepPublicProtectedClassMembers specify to keep all, all public, resp. 78 # @KeepPublicProtectedClassMemberNames specify to keep all, all public, resp [all...] |
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/ |
annotations.pro | 23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class 26 -keep @proguard.annotation.Keep class * 29 @proguard.annotation.Keep *; 45 # @KeepImplementations and @KeepPublicImplementations specify to keep all, 50 -keep class * implements @proguard.annotation.KeepImplementations * 51 -keep public class * implements @proguard.annotation.KeepPublicImplementations * 53 # @KeepApplication specifies to keep the annotated class as an application, 61 # @KeepPublicProtectedClassMembers specify to keep all, all public, resp. 78 # @KeepPublicProtectedClassMemberNames specify to keep all, all public, resp [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/ |
elf_i386.xsc | 52 KEEP (*(.init)) 63 KEEP (*(.fini)) 71 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 77 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 84 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 93 KEEP (*(.fini_array)) 94 KEEP (*(SORT(.fini_array.*))) 107 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xsw | 52 KEEP (*(.init)) 63 KEEP (*(.fini)) 71 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 77 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 84 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 93 KEEP (*(.fini_array)) 94 KEEP (*(SORT(.fini_array.*))) 107 KEEP (*crtbegin.o(.ctors) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/ |
elf_i386.xc | 45 KEEP (*(.init)) 60 KEEP (*(.fini)) 68 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 95 KEEP (*(SORT(.fini_array.*))) 96 KEEP (*(.fini_array)) 110 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xdc | 45 KEEP (*(.init)) 60 KEEP (*(.fini)) 68 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 95 KEEP (*(SORT(.fini_array.*))) 96 KEEP (*(.fini_array)) 110 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xdw | 45 KEEP (*(.init)) 60 KEEP (*(.fini)) 68 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 95 KEEP (*(SORT(.fini_array.*))) 96 KEEP (*(.fini_array)) 110 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xs | 39 KEEP (*(.init)) 54 KEEP (*(.fini)) 62 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 68 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 75 KEEP (*(.preinit_array)) 79 KEEP (*(SORT(.init_array.*))) 80 KEEP (*(.init_array)) 84 KEEP (*(SORT(.fini_array.*))) 85 KEEP (*(.fini_array)) 98 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xsc | 42 KEEP (*(.init)) 57 KEEP (*(.fini)) 65 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 71 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 78 KEEP (*(.preinit_array)) 82 KEEP (*(SORT(.init_array.*))) 83 KEEP (*(.init_array)) 87 KEEP (*(SORT(.fini_array.*))) 88 KEEP (*(.fini_array)) 101 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xsw | 42 KEEP (*(.init)) 57 KEEP (*(.fini)) 65 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 71 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 78 KEEP (*(.preinit_array)) 82 KEEP (*(SORT(.init_array.*))) 83 KEEP (*(.init_array)) 87 KEEP (*(SORT(.fini_array.*))) 88 KEEP (*(.fini_array)) 101 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xw | 45 KEEP (*(.init)) 60 KEEP (*(.fini)) 68 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 95 KEEP (*(SORT(.fini_array.*))) 96 KEEP (*(.fini_array)) 110 KEEP (*crtbegin.o(.ctors) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/lib/ldscripts/ |
elf_i386.xc | 45 KEEP (*(.init)) 60 KEEP (*(.fini)) 68 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 95 KEEP (*(SORT(.fini_array.*))) 96 KEEP (*(.fini_array)) 110 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xdc | 45 KEEP (*(.init)) 60 KEEP (*(.fini)) 68 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 95 KEEP (*(SORT(.fini_array.*))) 96 KEEP (*(.fini_array)) 110 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xdw | 45 KEEP (*(.init)) 60 KEEP (*(.fini)) 68 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 74 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 82 KEEP (*(.preinit_array)) 88 KEEP (*(SORT(.init_array.*))) 89 KEEP (*(.init_array)) 95 KEEP (*(SORT(.fini_array.*))) 96 KEEP (*(.fini_array)) 110 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xs | 39 KEEP (*(.init)) 54 KEEP (*(.fini)) 62 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 68 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 75 KEEP (*(.preinit_array)) 79 KEEP (*(SORT(.init_array.*))) 80 KEEP (*(.init_array)) 84 KEEP (*(SORT(.fini_array.*))) 85 KEEP (*(.fini_array)) 98 KEEP (*crtbegin.o(.ctors) [all...] |
elf_i386.xsc | 42 KEEP (*(.init)) 57 KEEP (*(.fini)) 65 .eh_frame : ONLY_IF_RO { KEEP (*(.eh_frame)) } 71 .eh_frame : ONLY_IF_RW { KEEP (*(.eh_frame)) } 78 KEEP (*(.preinit_array)) 82 KEEP (*(SORT(.init_array.*))) 83 KEEP (*(.init_array)) 87 KEEP (*(SORT(.fini_array.*))) 88 KEEP (*(.fini_array)) 101 KEEP (*crtbegin.o(.ctors) [all...] |