/glibc-2.36/sysdeps/alpha/ |
D | start.S | 40 .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/ |
D | start.S | 41 .global _start 42 .type _start,#function 43 _start: label 83 .size _start, .-_start
|
/glibc-2.36/sysdeps/sparc/sparc64/ |
D | start.S | 41 .global _start 42 .type _start,#function 43 _start: label 84 .size _start, .-_start
|
/glibc-2.36/sysdeps/csky/abiv2/ |
D | start.S | 45 .globl _start; 46 .type _start,@function; 48 _start: label 94 .size _start,.-_start
|
/glibc-2.36/sysdeps/ia64/ |
D | start.S | 51 .global _start 53 .proc _start label 54 .type _start,@function 55 _start: label 102 .endp _start
|
D | entry.h | 4 extern void _start (void); 8 #define ENTRY_POINT ELF_PTR_TO_FDESC (_start)->ip
|
/glibc-2.36/sysdeps/hppa/ |
D | start.S | 56 .globl _start 57 .export _start, ENTRY 58 .type _start,@function 59 _start: label
|
D | entry.h | 1 extern void _start (void); 8 #define ENTRY_POINT __canonicalize_funcptr_for_compare((unsigned int)_start)
|
/glibc-2.36/sysdeps/mach/hurd/i386/ |
D | static-start.S | 20 .globl _start 21 _start: label 26 #define _start _start1 macro
|
/glibc-2.36/sysdeps/sh/ |
D | start.S | 61 .globl _start 62 .type _start,@function 63 _start: label
|
/glibc-2.36/sysdeps/m68k/ |
D | start.S | 58 .globl _start 59 .type _start,@function 60 _start: label
|
/glibc-2.36/sysdeps/arm/ |
D | start.S | 73 .globl _start 74 .type _start,#function 75 _start: label
|
/glibc-2.36/sysdeps/microblaze/ |
D | start.S | 37 .globl _start 38 .type _start,@function 39 _start: label
|
/glibc-2.36/sysdeps/nios2/ |
D | start.S | 69 .globl _start 70 .type _start,%function 71 _start: label
|
/glibc-2.36/sysdeps/s390/s390-64/ |
D | start.S | 58 .globl _start 59 .type _start,@function 60 _start: label
|
/glibc-2.36/sysdeps/generic/ |
D | entry.h | 2 extern void _start (void) attribute_hidden; 5 #define ENTRY_POINT _start
|
/glibc-2.36/sysdeps/i386/ |
D | configure | 27 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
|
D | start.S | 57 ENTRY (_start) 133 END (_start)
|
D | configure.ac | 39 .global _start 40 _start: 41 movl _start@GOT(%ebx), %eax
|
/glibc-2.36/sysdeps/x86_64/ |
D | start.S | 57 ENTRY (_start) 118 END (_start)
|
/glibc-2.36/sysdeps/s390/s390-32/ |
D | start.S | 58 .globl _start 59 .type _start,@function 60 _start: label
|
/glibc-2.36/sysdeps/aarch64/ |
D | start.S | 46 ENTRY(_start) 95 END(_start)
|
D | dl-start.S | 22 ENTRY (_start) 53 END (_start)
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | start.S | 65 ENTRY (_start) 86 END(_start)
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | start.S | 60 ENTRY(_start) 88 END(_start)
|