Home
last modified time | relevance | path

Searched refs:_start (Results 1 – 7 of 7) sorted by relevance

/development/ndk/platforms/android-9/arch-mips/src/
Dcrtbegin_static.S32 .globl _start symbol
Dcrtbegin_dynamic.S32 .globl _start symbol
/development/ndk/platforms/android-3/arch-arm/src/
Dcrtbegin_dynamic.c77 void _start() { in _start() function
Dcrtbegin_static.c77 void _start() { in _start() function
/development/ndk/platforms/android-9/arch-x86/src/
Dcrtbegin_dynamic.S29 .type _start, @function
30 .globl _start symbol
52 _start: label
Dcrtbegin_static.S29 .type _start, @function
30 .globl _start symbol
52 _start: label
/development/ndk/platforms/
DREADME.CRT.TXT16 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