OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:crtbegin
(Results
176 - 200
of
295
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xw
109
/* gcc uses
crtbegin
.o to find the start of
113
actually link against
crtbegin
.o; the
116
doesn't matter which directory
crtbegin
.o
118
KEEP (*
crtbegin
*.o(.ctors))
129
KEEP (*
crtbegin
*.o(.dtors))
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.x
104
/* gcc uses
crtbegin
.o to find the start of
108
actually link against
crtbegin
.o; the
111
doesn't matter which directory
crtbegin
.o
113
KEEP (*
crtbegin
*.o(.ctors))
124
KEEP (*
crtbegin
*.o(.dtors))
armelf.xbn
104
/* gcc uses
crtbegin
.o to find the start of
108
actually link against
crtbegin
.o; the
111
doesn't matter which directory
crtbegin
.o
113
KEEP (*
crtbegin
*.o(.ctors))
124
KEEP (*
crtbegin
*.o(.dtors))
armelf.xc
109
/* gcc uses
crtbegin
.o to find the start of
113
actually link against
crtbegin
.o; the
116
doesn't matter which directory
crtbegin
.o
118
KEEP (*
crtbegin
*.o(.ctors))
129
KEEP (*
crtbegin
*.o(.dtors))
armelf.xn
104
/* gcc uses
crtbegin
.o to find the start of
108
actually link against
crtbegin
.o; the
111
doesn't matter which directory
crtbegin
.o
113
KEEP (*
crtbegin
*.o(.ctors))
124
KEEP (*
crtbegin
*.o(.dtors))
armelf.xs
97
/* gcc uses
crtbegin
.o to find the start of
101
actually link against
crtbegin
.o; the
104
doesn't matter which directory
crtbegin
.o
106
KEEP (*
crtbegin
*.o(.ctors))
117
KEEP (*
crtbegin
*.o(.dtors))
armelf.xw
109
/* gcc uses
crtbegin
.o to find the start of
113
actually link against
crtbegin
.o; the
116
doesn't matter which directory
crtbegin
.o
118
KEEP (*
crtbegin
*.o(.ctors))
129
KEEP (*
crtbegin
*.o(.dtors))
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
elf_i386.x
99
/* gcc uses
crtbegin
.o to find the start of
103
actually link against
crtbegin
.o; the
106
doesn't matter which directory
crtbegin
.o
108
KEEP (*
crtbegin
*.o(.ctors))
119
KEEP (*
crtbegin
*.o(.dtors))
elf_i386.xbn
99
/* gcc uses
crtbegin
.o to find the start of
103
actually link against
crtbegin
.o; the
106
doesn't matter which directory
crtbegin
.o
108
KEEP (*
crtbegin
*.o(.ctors))
119
KEEP (*
crtbegin
*.o(.dtors))
elf_i386.xd
99
/* gcc uses
crtbegin
.o to find the start of
103
actually link against
crtbegin
.o; the
106
doesn't matter which directory
crtbegin
.o
108
KEEP (*
crtbegin
*.o(.ctors))
119
KEEP (*
crtbegin
*.o(.dtors))
elf_i386.xn
99
/* gcc uses
crtbegin
.o to find the start of
103
actually link against
crtbegin
.o; the
106
doesn't matter which directory
crtbegin
.o
108
KEEP (*
crtbegin
*.o(.ctors))
119
KEEP (*
crtbegin
*.o(.dtors))
elf_i386.xs
92
/* gcc uses
crtbegin
.o to find the start of
96
actually link against
crtbegin
.o; the
99
doesn't matter which directory
crtbegin
.o
101
KEEP (*
crtbegin
*.o(.ctors))
112
KEEP (*
crtbegin
*.o(.dtors))
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/arm-linux-androideabi/bin/
ld.bfd
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/bin/
arm-linux-androideabi-ld.bfd
/prebuilt/linux-x86/toolchain/sh-4.3.3/bin/
sh-linux-gnu-ld
/prebuilt/linux-x86/toolchain/sh-4.3.3/sh-linux-gnu/bin/
ld
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/bin/
i686-android-linux-ld
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/i686-android-linux/bin/
ld
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-ld
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
ld
/bionic/linker/
Android.mk
90
# we don't want
crtbegin
.o (because we have begin.o), so unset it
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/config/arm/
unknown-elf.h
36
#define UNKNOWN_ELF_STARTFILE_SPEC " crti%O%s
crtbegin
%O%s crt0%O%s"
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/config/arm/
unknown-elf.h
36
#define UNKNOWN_ELF_STARTFILE_SPEC " crti%O%s
crtbegin
%O%s crt0%O%s"
/ndk/build/tools/
build-gdbserver.sh
173
CRTBEGIN
="$BUILD_SYSROOT/usr/lib/crtbegin_static.o"
181
LIBRARY_LDFLAGS="$
CRTBEGIN
-lc -lm -lgcc -lc $CRTEND "
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/arm-eabi/bin/
ld
Completed in 388 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>