Home
last modified time | relevance | path

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

123

/glibc-2.36/sysdeps/alpha/
Dstart.S40 .globl _start
41 .ent _start, 0
42 .type _start,@function
43 _start: label
73 .end _start
76 weak_alias (_start, __start)
/glibc-2.36/sysdeps/sparc/sparc32/
Dstart.S41 .global _start
42 .type _start,#function
43 _start: label
83 .size _start, .-_start
/glibc-2.36/sysdeps/sparc/sparc64/
Dstart.S41 .global _start
42 .type _start,#function
43 _start: label
84 .size _start, .-_start
/glibc-2.36/sysdeps/csky/abiv2/
Dstart.S45 .globl _start;
46 .type _start,@function;
48 _start: label
94 .size _start,.-_start
/glibc-2.36/sysdeps/ia64/
Dstart.S51 .global _start
53 .proc _start label
54 .type _start,@function
55 _start: label
102 .endp _start
Dentry.h4 extern void _start (void);
8 #define ENTRY_POINT ELF_PTR_TO_FDESC (_start)->ip
/glibc-2.36/sysdeps/hppa/
Dstart.S56 .globl _start
57 .export _start, ENTRY
58 .type _start,@function
59 _start: label
Dentry.h1 extern void _start (void);
8 #define ENTRY_POINT __canonicalize_funcptr_for_compare((unsigned int)_start)
/glibc-2.36/sysdeps/mach/hurd/i386/
Dstatic-start.S20 .globl _start
21 _start: label
26 #define _start _start1 macro
/glibc-2.36/sysdeps/sh/
Dstart.S61 .globl _start
62 .type _start,@function
63 _start: label
/glibc-2.36/sysdeps/m68k/
Dstart.S58 .globl _start
59 .type _start,@function
60 _start: label
/glibc-2.36/sysdeps/arm/
Dstart.S73 .globl _start
74 .type _start,#function
75 _start: label
/glibc-2.36/sysdeps/microblaze/
Dstart.S37 .globl _start
38 .type _start,@function
39 _start: label
/glibc-2.36/sysdeps/nios2/
Dstart.S69 .globl _start
70 .type _start,%function
71 _start: label
/glibc-2.36/sysdeps/s390/s390-64/
Dstart.S58 .globl _start
59 .type _start,@function
60 _start: label
/glibc-2.36/sysdeps/generic/
Dentry.h2 extern void _start (void) attribute_hidden;
5 #define ENTRY_POINT _start
/glibc-2.36/sysdeps/i386/
Dconfigure27 int _start (void) { int a, b, c; __sync_val_compare_and_swap (&a, b, c); return 0; }
61 .global _start
62 _start:
63 movl _start@GOT(%ebx), %eax
Dstart.S57 ENTRY (_start)
133 END (_start)
Dconfigure.ac39 .global _start
40 _start:
41 movl _start@GOT(%ebx), %eax
/glibc-2.36/sysdeps/x86_64/
Dstart.S57 ENTRY (_start)
118 END (_start)
/glibc-2.36/sysdeps/s390/s390-32/
Dstart.S58 .globl _start
59 .type _start,@function
60 _start: label
/glibc-2.36/sysdeps/aarch64/
Dstart.S46 ENTRY(_start)
95 END(_start)
Ddl-start.S22 ENTRY (_start)
53 END (_start)
/glibc-2.36/sysdeps/powerpc/powerpc64/
Dstart.S65 ENTRY (_start)
86 END(_start)
/glibc-2.36/sysdeps/powerpc/powerpc32/
Dstart.S60 ENTRY(_start)
88 END(_start)

123