/sysdeps/alpha/ |
A D | crti.S | 69 .globl _init 70 .hidden _init 71 .type _init, @function 72 .usepv _init, std 73 _init: label
|
/sysdeps/mips/mips64/n64/ |
A D | crti.S | 67 .globl _init 68 .hidden _init 69 .type _init, @function 70 _init: label 73 lui $28,%hi(%neg(%gp_rel(_init))) 76 daddiu $28,$28,%lo(%neg(%gp_rel(_init)))
|
/sysdeps/mips/mips64/n32/ |
A D | crti.S | 67 .globl _init 68 .hidden _init 69 .type _init, @function 70 _init: label 73 lui $28,%hi(%neg(%gp_rel(_init))) 76 addiu $28,$28,%lo(%neg(%gp_rel(_init)))
|
/sysdeps/x86_64/ |
A D | crti.S | 60 .globl _init 61 .hidden _init 62 .type _init, @function 63 _init: label
|
/sysdeps/m68k/ |
A D | crti.S | 60 .globl _init 61 .hidden _init 62 .type _init, @function 63 _init: label
|
/sysdeps/i386/ |
A D | crti.S | 60 .globl _init 61 .hidden _init 62 .type _init, @function 63 _init: label
|
/sysdeps/sparc/ |
A D | crti.S | 68 .globl _init 69 .hidden _init 70 .type _init, @function 71 _init: label
|
/sysdeps/powerpc/powerpc64/ |
A D | crti.S | 64 ENTRY_2(_init) 65 .hidden _init 67 BODY_LABEL (_init): 68 LOCALENTRY(_init)
|
/sysdeps/aarch64/ |
A D | crti.S | 74 .global _init 75 .hidden _init 76 .type _init, %function 77 _init: label
|
/sysdeps/arm/ |
A D | crti.S | 80 .globl _init 81 .hidden _init 82 .type _init, %function 83 _init: label
|
/sysdeps/mips/mips32/ |
A D | crti.S | 67 .globl _init 68 .hidden _init 69 .type _init, @function 70 _init: label
|
/sysdeps/s390/s390-64/ |
A D | crti.S | 60 .globl _init 61 .hidden _init 62 .type _init,@function 63 _init: label
|
/sysdeps/microblaze/ |
A D | crti.S | 60 .globl _init 61 .hidden _init 62 .type _init, @function 63 _init: label
|
/sysdeps/powerpc/powerpc32/ |
A D | crti.S | 60 .globl _init 61 .hidden _init 62 .type _init, @function 63 _init: label
|
/sysdeps/s390/s390-32/ |
A D | crti.S | 59 .globl _init 60 .hidden _init 61 .type _init,@function 63 _init: label
|
/sysdeps/ia64/ |
A D | crtn.S | 43 .proc _init# 44 _init: label 55 .endp _init#
|
A D | crti.S | 131 .global _init# 132 .hidden _init# 133 .proc _init# 134 _init: label 145 .endp _init#
|
/sysdeps/nios2/ |
A D | crti.S | 59 .global _init 60 .hidden _init 61 .type _init, @function 62 _init: label
|
/sysdeps/sh/ |
A D | crti.S | 60 .global _init 61 .hidden _init 62 .type _init, @function 63 _init: label
|
/sysdeps/hppa/ |
A D | crti.S | 144 .globl _init 145 .hidden _init 146 .type _init,@function 147 _init: label
|
A D | crtn.S | 51 .extern _init 52 .word _init, _end_init
|
/sysdeps/generic/ |
A D | crti.S | 18 # error Cannot use default crti.S because it lacks _init code
|
/sysdeps/mach/hurd/i386/ |
A D | init-first.c | 272 strong_alias (posixland_init, _init);
|