OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:keep
(Results
751 - 775
of
12636
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/toolchain/binutils/binutils-2.25/gold/testsuite/
icf_keep_unique_test.sh
3
# icf_keep_unique_test.sh -- test --icf --
keep
-unique
25
# The goal of this program is to verify if --
keep
-unique works
34
echo "Identical Code Folding with
keep
-unique failed to unfold" $2
/toolchain/binutils/binutils-2.25/ld/emulparams/
aarch64linux.sh
34
OTHER_SECTIONS='.note.gnu.arm.ident 0 : {
KEEP
(*(.note.gnu.arm.ident)) }'
35
ATTRS_SECTIONS='.ARM.attributes 0 : {
KEEP
(*(.ARM.attributes))
KEEP
(*(.gnu.attributes)) }'
aarch64linux32.sh
34
OTHER_SECTIONS='.note.gnu.arm.ident 0 : {
KEEP
(*(.note.gnu.arm.ident)) }'
35
ATTRS_SECTIONS='.ARM.attributes 0 : {
KEEP
(*(.ARM.attributes))
KEEP
(*(.gnu.attributes)) }'
armelf.sh
13
OTHER_SECTIONS='.note.gnu.arm.ident 0 : {
KEEP
(*(.note.gnu.arm.ident)) }'
14
ATTRS_SECTIONS='.ARM.attributes 0 : {
KEEP
(*(.ARM.attributes))
KEEP
(*(.gnu.attributes)) }'
/external/proguard/src/proguard/ant/
ConfigurationTask.java
52
configuration.
keep
= extendClassSpecifications(configuration.
keep
,
53
this.configuration.
keep
);
132
configuration.
keep
= extendKeepSpecifications(configuration.
keep
,
141
configuration.
keep
= extendKeepSpecifications(configuration.
keep
,
150
configuration.
keep
= extendKeepSpecifications(configuration.
keep
,
162
configuration.
keep
= extendKeepSpecifications(configuration.keep
[
all
...]
/toolchain/binutils/binutils-2.25/ld/scripttempl/
elfmicroblaze.sc
29
KEEP
(*crtbegin.o(.ctors))
36
KEEP
(*(EXCLUDE_FILE (*crtend.o) .ctors))
37
KEEP
(*(SORT(.ctors.*)))
38
KEEP
(*(.ctors))
45
KEEP
(*crtbegin.o(.dtors))
46
KEEP
(*(EXCLUDE_FILE (*crtend.o) .dtors))
47
KEEP
(*(SORT(.dtors.*)))
48
KEEP
(*(.dtors))
72
.vectors.reset 0x0 : {
KEEP
(*(.vectors.reset)) } = 0
73
.vectors.sw_exception 0x8 : {
KEEP
(*(.vectors.sw_exception)) } =
[
all
...]
elf32msp430.sc
187
KEEP
(*(.eh_frame))
189
KEEP
(*(.gcc_except_table)) *(.gcc_except_table.*)
192
KEEP
(*(.preinit_array))
196
KEEP
(*(SORT(.init_array.*)))
197
KEEP
(*(.init_array))
201
KEEP
(*(.fini_array))
202
KEEP
(*(SORT(.fini_array.*)))
212
KEEP
(*crtbegin*.o(.ctors))
218
KEEP
(*(EXCLUDE_FILE (*crtend*.o ) .ctors))
219
KEEP
(*(SORT(.ctors.*))
[
all
...]
elf32cr16.sc
55
KEEP
(*(.init))
62
KEEP
(*(.fini))
68
KEEP
(*(.jcr))
98
KEEP
(*crtbegin*.o(.ctors))
105
KEEP
(*(EXCLUDE_FILE (*crtend*.o) .ctors))
106
KEEP
(*(SORT(.ctors.*)))
107
KEEP
(*(.ctors))
114
KEEP
(*crtbegin*.o(.dtors))
115
KEEP
(*(EXCLUDE_FILE (*crtend*.o) .dtors))
116
KEEP
(*(SORT(.dtors.*))
[
all
...]
crisaout.sc
63
${CONSTRUCTING+
KEEP
(*crtbegin.o(.ctors))}
64
${CONSTRUCTING+
KEEP
(*crtbegin?.o(.ctors))}
65
${CONSTRUCTING+
KEEP
(*(EXCLUDE_FILE (*crtend.o *crtend?.o) .ctors))}
66
${CONSTRUCTING+
KEEP
(*(SORT(.ctors.*)))}
67
${CONSTRUCTING+
KEEP
(*(.ctors))}
71
${CONSTRUCTING+
KEEP
(*crtbegin.o(.dtors))}
72
${CONSTRUCTING+
KEEP
(*crtbegin?.o(.dtors))}
73
${CONSTRUCTING+
KEEP
(*(EXCLUDE_FILE (*crtend.o *crtend?.o) .dtors))}
74
${CONSTRUCTING+
KEEP
(*(SORT(.dtors.*)))}
75
${CONSTRUCTING+
KEEP
(*(.dtors))
[
all
...]
/external/proguard/examples/
applications.pro
19
# traces later on.
Keep
a fixed source file attribute and all line number
31
# You can print out the seeds that are matching the
keep
options below.
73
# -
keep
public class mypackage.MyClass
74
# -
keep
public interface mypackage.MyInterface
75
# -
keep
public class * implements mypackage.MyInterface
library.pro
17
# traces later on.
Keep
a fixed source file attribute and all line number
34
-
keep
public class * {
77
# -
keep
public class mypackage.MyClass
78
# -
keep
public interface mypackage.MyInterface
79
# -
keep
public class * implements mypackage.MyInterface
/external/proguard/examples/gradle/
applications.gradle
39
// traces later on.
Keep
a fixed source file attribute and all line number
51
// You can print out the seeds that are matching the
keep
options below.
93
//
keep
'public class mypackage.MyClass'
94
//
keep
'public interface mypackage.MyInterface'
95
//
keep
'public class * implements mypackage.MyInterface'
/platform_testing/tests/jank/notificationsgenerator_wear/
proguard.flags
13
# Add any project specific
keep
options here:
24
-
keep
class * extends java.util.ListResourceBundle {
28
#
Keep
SafeParcelable value, needed for reflection. This is required to support backwards
30
-
keep
public class com.google.android.gms.common.internal.safeparcel.SafeParcelable {
34
#
Keep
the names of classes/members we need for client functionality.
/prebuilts/tools/common/proguard/proguard4.7/examples/
applications.pro
19
# traces later on.
Keep
a fixed source file attribute and all line number
31
# You can print out the seeds that are matching the
keep
options below.
73
# -
keep
public class mypackage.MyClass
74
# -
keep
public interface mypackage.MyInterface
75
# -
keep
public class * implements mypackage.MyInterface
library.pro
17
# traces later on.
Keep
a fixed source file attribute and all line number
34
-
keep
public class * {
77
# -
keep
public class mypackage.MyClass
78
# -
keep
public interface mypackage.MyInterface
79
# -
keep
public class * implements mypackage.MyInterface
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips-dyn.ld
63
KEEP
(*(.init))
70
KEEP
(*(.text.*personality*))
77
KEEP
(*(.fini))
87
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
88
.gcc_except_table : ONLY_IF_RO {
KEEP
(*(.gcc_except_table)) *(.gcc_except_table.*) }
93
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
94
.gcc_except_table : ONLY_IF_RW {
KEEP
(*(.gcc_except_table)) *(.gcc_except_table.*) }
104
.preinit_array : {
KEEP
(*(.preinit_array)) }
107
.init_array : {
KEEP
(*(.init_array)) }
110
.fini_array : {
KEEP
(*(.fini_array))
[
all
...]
mips-lib.ld
62
KEEP
(*(.init))
69
KEEP
(*(.text.*personality*))
76
KEEP
(*(.fini))
84
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
85
.gcc_except_table : ONLY_IF_RO {
KEEP
(*(.gcc_except_table)) *(.gcc_except_table.*) }
90
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
91
.gcc_except_table : ONLY_IF_RW {
KEEP
(*(.gcc_except_table)) *(.gcc_except_table.*) }
100
.preinit_array : {
KEEP
(*(.preinit_array)) }
101
.init_array : {
KEEP
(*(.init_array)) }
102
.fini_array : {
KEEP
(*(.fini_array))
[
all
...]
/external/elfutils/src/
elf32-i386.script
32
.init {
KEEP
(*(.init)) }
42
.fini {
KEEP
(*(.fini)) }
94
KEEP
(*(.eh_frame))
121
KEEP
(*crtbegin.o(.ctors))
126
KEEP
(*(EXCLUDE_FILE (*crtend.o ) .ctors))
127
KEEP
(*(SORT(.ctors.*)))
128
KEEP
(*(.ctors))
132
KEEP
(*crtbegin.o(.dtors))
133
KEEP
(*(EXCLUDE_FILE (*crtend.o ) .dtors))
134
KEEP
(*(SORT(.dtors.*))
[
all
...]
/external/v8/src/
zone.cc
131
// Find a segment with a suitable size to
keep
around.
132
Segment*
keep
= nullptr;
local
134
// and freeing every segment except the one we wish to
keep
.
137
if (!
keep
&& current->size() <= kMaximumKeptSegmentSize) {
138
// Unlink the segment we wish to
keep
from the list.
139
keep
= current;
140
keep
->clear_next();
154
// If we have found a segment we want to
keep
, we must recompute the
158
if (
keep
) {
159
Address start =
keep
->start()
[
all
...]
/prebuilts/sdk/tools/linux/bin/
mipsel-linux-android-ld
/external/dbus/
cleanup-man-pages.sh
24
test -d
keep
|| mkdir
keep
|| die "Could not create $MANDIR/
keep
directory"
65
(find . -maxdepth 1 -name "dbus_*" | xargs -I ITEMS /bin/mv ITEMS
keep
) || die "could not move all dbus-prefixed items"
66
(find . -maxdepth 1 -name "DBUS_*" | xargs -I ITEMS /bin/mv ITEMS
keep
) || die "could not move all DBUS_-prefixed items"
67
(find . -maxdepth 1 -name "DBus*" | xargs -I ITEMS /bin/mv ITEMS
keep
) || die "could not move all DBus-prefixed items"
74
KEEP_COUNT=`find
keep
-type f -name "*" | wc -l`
80
(find
keep
-type f -name "*" | xargs -I ITEMS /bin/mv ITEMS .) || die "could not move kept items back"
82
rmdir
keep
|| die "could not remove $MANDIR/
keep
"
[
all
...]
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib/ldscripts/
elf32btsmip.x
82
KEEP
(*(SORT_NONE(.init)))
98
KEEP
(*(SORT_NONE(.fini)))
111
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
123
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
137
KEEP
(*(.preinit_array))
143
KEEP
(*crtbegin*.o(.init_array))
144
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
145
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
151
KEEP
(*crtbegin*.o(.fini_array))
152
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
elf32btsmip.xbn
81
KEEP
(*(SORT_NONE(.init)))
97
KEEP
(*(SORT_NONE(.fini)))
110
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
122
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
136
KEEP
(*(.preinit_array))
142
KEEP
(*crtbegin*.o(.init_array))
143
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
144
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
150
KEEP
(*crtbegin*.o(.fini_array))
151
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
elf32btsmip.xc
80
KEEP
(*(SORT_NONE(.init)))
96
KEEP
(*(SORT_NONE(.fini)))
109
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
121
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
135
KEEP
(*(.preinit_array))
141
KEEP
(*crtbegin*.o(.init_array))
142
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
143
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
149
KEEP
(*crtbegin*.o(.fini_array))
150
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
elf32btsmip.xd
81
KEEP
(*(SORT_NONE(.init)))
97
KEEP
(*(SORT_NONE(.fini)))
110
.eh_frame : ONLY_IF_RO {
KEEP
(*(.eh_frame)) }
122
.eh_frame : ONLY_IF_RW {
KEEP
(*(.eh_frame)) }
136
KEEP
(*(.preinit_array))
142
KEEP
(*crtbegin*.o(.init_array))
143
KEEP
(*(SORT_BY_INIT_PRIORITY(.init_array.*) SORT_BY_INIT_PRIORITY(.ctors.*)))
144
KEEP
(*(.init_array EXCLUDE_FILE (*crtbegin.o *crtbegin*.o *crtend.o *crtend*.o ) .ctors))
150
KEEP
(*crtbegin*.o(.fini_array))
151
KEEP
(*(SORT_BY_INIT_PRIORITY(.fini_array.*) SORT_BY_INIT_PRIORITY(.dtors.*))
[
all
...]
Completed in 461 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>