| /NextBSD/lib/csu/powerpc64/ |
| HD | crti.S | 35 .globl _init 39 _init: label 40 .quad .L._init,.TOC.@tocbase,0 42 .type _init,@function 45 .L._init: 48 .globl _init 49 .type _init,@function 50 _init: label 51 addis %r2, %r12, (.TOC.-_init)@ha 52 addi %r2, %r2, (.TOC.-_init)@l [all …]
|
| /NextBSD/lib/csu/mips/ |
| HD | crti.S | 6 .globl _init 7 .type _init,%function 8 _init: label 19 SETUP_GP64(CALLFRAME_GP, _init)
|
| /NextBSD/lib/csu/sparc64/ |
| HD | crti.S | 46 .globl _init 47 .type _init,#function 48 _init: label
|
| /NextBSD/lib/csu/amd64/ |
| HD | crti.S | 31 .globl _init 32 .type _init,@function 33 _init: label
|
| /NextBSD/lib/csu/i386/ |
| HD | crti.S | 31 .globl _init 32 .type _init,@function 33 _init: label
|
| /NextBSD/lib/csu/powerpc/ |
| HD | crti.S | 31 .globl _init 32 .type _init,@function 33 _init: label
|
| /NextBSD/lib/csu/aarch64/ |
| HD | crti.S | 35 .globl _init 36 .type _init,@function 37 _init: label
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | crti.asm | 5 .globl _init 6 .type _init,@function 7 _init: label
|
| /NextBSD/lib/csu/arm/ |
| HD | crti.S | 6 .globl _init 7 .type _init,%function 8 _init: label
|
| /NextBSD/lib/csu/riscv/ |
| HD | crti.S | 44 .globl _init 45 .type _init,@function 46 _init: label
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | sol-ci.asm | 65 # Head of _init function used for static constructors 68 .globl _init 69 .type _init,@function 70 _init: stwu %r1,-16(%r1) label
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | sol2-ci.asm | 44 .globl _init 45 .type _init,@function 46 _init: label
|
| HD | sol2-gc1.asm | 95 ! Register _fini() with atexit(). We will take care of calling _init() 125 ! for _init(), _fpstart(), and main(). Note that the environment 142 ! Call _init(argc, argv, environ), _fpstart(argc, argv, environ), and 145 call _init
|
| HD | sol2-c1.asm | 92 ! Register _fini() with atexit(). We will take care of calling _init() 112 ! for _init(), _fpstart(), and main(). Note that the environment 129 ! Call _init(argc, argv, environ), _fpstart(argc, argv, environ), and 132 call _init
|
| /NextBSD/tools/tools/nanobsd/pcengines/ |
| HD | test.sh | 31 _init () { function 56 _init
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | sol2-ci.asm | 47 .global _init 48 .type _init,#function 50 _init: label
|
| HD | gmon-sol2.c | 294 extern char _init[]; in internal_mcount() 296 monstartup(_start < _init ? _start : _init, etext); in internal_mcount()
|
| /NextBSD/sys/boot/arm/at91/libat91/ |
| HD | arm_init.S | 86 .extern _init 87 bl _init
|
| HD | at91rm9200_lowlevel.h | 72 extern void _init(void);
|
| /NextBSD/lib/csu/common/ |
| HD | ignore_init.c | 40 extern void _init(void) __hidden; 82 _init(); in handle_static_init()
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | crti.asm | 67 .global _init 71 TYPE(_init) 72 _init: label
|
| /NextBSD/sys/fs/pseudofs/ |
| HD | pseudofs.h | 280 name##_init, \ 292 _##name##_init(struct vfsconf *vfc) { \ 303 .vfs_init = _##name##_init, \
|
| /NextBSD/contrib/file/python/ |
| HD | magic.py | 12 def _init(): function 20 _libraries['magic'] = _init()
|
| /NextBSD/sys/net/ |
| HD | vnet.h | 106 vnet_##name##_init(const void *unused) \ 110 VNET_SYSINIT(vnet_ ## name ## _init, SI_SUB_PROTO_IFATTACHDOMAIN, \ 111 SI_ORDER_ANY, vnet_ ## name ## _init, NULL)
|
| /NextBSD/contrib/gcc/config/ia64/ |
| HD | crti.asm | 42 .global _init 43 _init: label
|