OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_start
(Results
176 - 200
of
1171
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_nolibc_test_main.cc
17
extern "C" void
_start
() {
function
/external/llvm/test/Transforms/InstCombine/
2007-10-31-StringCrash.ll
7
define void @
_start
(i32 %argc, i8** %argv, i8** %envp) {
/external/llvm/test/tools/llvm-readobj/Inputs/
dynamic-table-exe.x86
/bionic/libc/arch-mips/bionic/
crtbegin.c
66
" .globl
_start
\n"
70
"
_start
: \n"
/bionic/libc/arch-mips64/bionic/
crtbegin.c
66
" .globl
_start
\n"
70
"
_start
: \n"
/bionic/linker/arch/mips/
begin.S
35
.globl
_start
37
_start
:
label
/bionic/linker/arch/mips64/
begin.S
49
.globl
_start
51
_start
:
label
/development/ndk/platforms/android-9/arch-mips/src/
crtbegin.c
84
" .globl
_start
\n"
88
"
_start
: \n"
/development/ndk/platforms/android-L/arch-mips64/src/
crtbegin.c
66
" .globl
_start
\n"
70
"
_start
: \n"
/external/qemu-pc-bios/bochs/bios/
rombios32start.S
23
.globl
_start
31
_start
:
label
/external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S
2
.globl
_start
4
_start
:
label
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
omp-builtins.def
52
/* NOTE: Do not change the order of BUILT_IN_GOMP_LOOP_*
_START
. They
159
/* NOTE: Do not change the order of BUILT_IN_GOMP_PARALLEL_LOOP_*
_START
.
/bionic/linker/arch/x86/
begin.c
34
__LIBC_HIDDEN__ void
_start
() {
function
/external/libunwind/src/hppa/
Gget_proc_info.c
35
/* On hppa, some key routines such as
_start
() and _dl_start()
/external/libunwind/src/x86_64/
Gget_proc_info.c
37
/* On x86-64, some key routines such as
_start
() and _dl_start()
/system/core/logd/
LogReader.cpp
59
static const char
_start
[] = " start=";
local
60
cp = strstr(buffer,
_start
);
63
start.strptime(cp + sizeof(
_start
) - 1, "%s.%q");
/development/ndk/platforms/
README.CRT.TXT
16
This file contains a tiny ELF startup entry point (named '
_start
')
20
Note that the kernel calls the '
_start
' entry point directly when it
21
launches such an executable. The
_start
stub is used to call the
32
then call the
_start
stub.
36
shared libraries. One major difference is that there is no
_start
59
crtbegin_static.[cS] and crtbegin_dynamic.[cS] contain a '
_start
' entry point
/external/llvm/test/DebugInfo/
llvm-symbolizer.test
32
CHECK:
_start
118
BINARY:
_start
128
BINARY_C:
_start
/bionic/libc/arch-common/bionic/
crtbegin.c
46
void
_start
() {
function
/development/ndk/platforms/android-3/arch-arm/src/
crtbegin_dynamic.c
77
void
_start
() {
function
crtbegin_static.c
77
void
_start
() {
function
/development/ndk/platforms/android-9/arch-x86/src/
crtbegin.c
46
void
_start
() {
function
/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/build/android/
inv_gesture_test-shared
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py
189
self.
_start
()
191
def
_start
(self):
member in class:TalkTo
207
"""Deprecated, used
_start
()"""
208
self.
_start
()
/bionic/libc/arch-x86/bionic/
__restore.S
77
.long (.L ## f ##
_START
- 1) - .; /* pcrel start address (see FDE encoding above). */ \
78
.long .L ## f ## _END - (.L ## f ##
_START
- 1); /* Function this FDE applies to. */ \
Completed in 706 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>