Searched refs:_init (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-13-stable/lib/csu/amd64/
H A Dcrti.S31 .globl _init
32 .type _init,@function
33 _init: label
/freebsd-13-stable/lib/csu/i386/
H A Dcrti.S31 .globl _init
32 .type _init,@function
33 _init: label
/freebsd-13-stable/lib/csu/powerpc64/
H A Dcrti.S35 .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)
[all...]
/freebsd-13-stable/lib/csu/aarch64/
H A Dcrti.S35 .globl _init
36 .type _init,@function
37 _init: label
/freebsd-13-stable/lib/csu/powerpc/
H A Dcrti.S31 .globl _init
32 .type _init,@function
33 _init: label
/freebsd-13-stable/lib/csu/arm/
H A Dcrti.S6 .globl _init
7 .type _init,%function
8 _init: label
/freebsd-13-stable/lib/csu/riscv/
H A Dcrti.S45 .globl _init
46 .type _init,@function
47 _init: label
/freebsd-13-stable/lib/csu/mips/
H A Dcrti.S9 .globl _init
10 .type _init,%function
11 _init: label
22 SETUP_GP64(CALLFRAME_GP, _init)
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp140 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
142 ITT_EXTERN_C_BEGIN ITT_JOIN(_N_(name),_t)* ITTNOTIFY_NAME(name) = ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)); ITT_EXTERN_C_END \
143 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args \
146 if (ITTNOTIFY_NAME(name) && ITTNOTIFY_NAME(name) != ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init))) \
153 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
155 ITT_EXTERN_C_BEGIN ITT_JOIN(_N_(name),_t)* ITTNOTIFY_NAME(name) = ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)); ITT_EXTERN_C_END \
156 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args \
159 if (ITTNOTIFY_NAME(name) && ITTNOTIFY_NAME(name) != ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init))) \
171 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)) args;\
173 ITT_EXTERN_C_BEGIN ITT_JOIN(_N_(name),_t)* ITTNOTIFY_NAME(name) = ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)); ITT_EXTERN_C_EN
290 static __itt_domain* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(domain_createW),_init))(const wchar_t* name) function
320 static __itt_domain* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(domain_createA),_init))(const char* name) function
362 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createW),_init))(const wchar_t* name) function
392 static __itt_string_handle* ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(string_handle_createA),_init))(const char* name) function
434 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createW),_init))(const wchar_t *name, const wchar_t *domain) function
467 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_createA),_init))(const char *name, const char *domain) function
511 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_create_typedW),_init))(const wchar_t *name, const wchar_t *domain, __itt_metadata_type type) function
543 static __itt_counter ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(counter_create_typedA),_init))(const char *name, const char *domain, __itt_metadata_type type) function
587 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(pause),_init))(void) function
603 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(resume),_init))(void) function
620 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thread_set_nameW),_init))(const wchar_t* name) function
632 static int ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thr_name_setW),_init))(const wchar_t* name, int namelen) function
639 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thread_set_nameA),_init))(const char* name) function
662 static int ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thr_name_setA),_init))(const char* name, int namelen) function
669 static int ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thr_name_set),_init))(const char* name, int namelen) function
677 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thread_ignore),_init))(void) function
689 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(thr_ignore),_init))(void) function
694 static void ITTAPI ITT_VERSIONIZE(ITT_JOIN(_N_(enable_attach),_init))(void) function
[all...]
/freebsd-13-stable/tools/tools/nanobsd/pcengines/
H A Dtest.sh31 _init () { function
56 _init
/freebsd-13-stable/sys/security/mac_veriexec/
H A Dmac_veriexec.h115 * @param _init Initialization function of type
121 #define MAC_VERIEXEC_FPMOD(_name, _digest_len, _context_size, _init, \
128 .init = _init, \
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dww_mutex.h58 static void name##_init(void *arg) \
62 SYSINIT(name, SI_SUB_LOCK, SI_ORDER_SECOND, name##_init, NULL)
H A Dworkqueue.h84 static void name##_init(void *arg) \
88 SYSINIT(name, SI_SUB_LOCK, SI_ORDER_SECOND, name##_init, NULL)
101 static void __linux_delayed_ ## name ## _init(void *arg) \
106 __linux_delayed_ ## name##_init, NULL)
/freebsd-13-stable/sys/contrib/ck/include/
H A Dck_rwcohort.h44 #define CK_RWCOHORT_WP_INIT(N, RW, WL) ck_rwcohort_wp_##N##_init(RW, WL)
62 ck_rwcohort_wp_##N##_init(CK_RWCOHORT_WP_INSTANCE(N) *rw_cohort, \
148 #define CK_RWCOHORT_RP_INIT(N, RW, WL) ck_rwcohort_rp_##N##_init(RW, WL)
166 ck_rwcohort_rp_##N##_init(CK_RWCOHORT_RP_INSTANCE(N) *rw_cohort, \
249 #define CK_RWCOHORT_NEUTRAL_INIT(N, RW) ck_rwcohort_neutral_##N##_init(RW)
265 ck_rwcohort_neutral_##N##_init(CK_RWCOHORT_NEUTRAL_INSTANCE(N) *rw_cohort) \
H A Dck_cohort.h50 #define CK_COHORT_INIT(N, C, GL, LL, P) ck_cohort_##N##_init(C, GL, LL, P)
67 ck_cohort_##N##_init(struct ck_cohort_##N *cohort, \
/freebsd-13-stable/lib/csu/common/
H A Dignore_init.c44 extern void _init(void) __hidden;
117 _init();
/freebsd-13-stable/tools/regression/tls/ttls3/
H A Dtls-test-lib.c86 void _init(void) function
/freebsd-13-stable/sys/fs/pseudofs/
H A Dpseudofs.h282 name##_init, \
292 _##name##_init(struct vfsconf *vfc) { \
303 .vfs_init = _##name##_init, \
/freebsd-13-stable/lib/libc/net/
H A Dnetdb_private.h51 __##name##_init(void) \
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c48 _init(void) function
/freebsd-13-stable/contrib/file/python/
H A Dmagic.py15 def _init(): function
23 _libraries['magic'] = _init()
/freebsd-13-stable/sys/net/
H A Dvnet.h115 vnet_##name##_init(const void *unused) \
119 VNET_SYSINIT(vnet_ ## name ## _init, SI_SUB_INIT_IF, \
120 SI_ORDER_FIRST, vnet_ ## name ## _init, NULL)
/freebsd-13-stable/sys/sys/
H A Dmalloc.h152 SYSINIT(type##_init, SI_SUB_KMEM, SI_ORDER_THIRD, malloc_init, \
H A Dpmckern.h105 SYSINIT(pmc_##prov##_##mod##_##func##_##name##_init, SI_SUB_KDTRACE, \
/freebsd-13-stable/contrib/tcsh/
H A Dtc.str.c707 const struct STRBUF STRBUF##_init /* = STRBUF##_INIT; */

Completed in 172 milliseconds

12