Home
last modified time | relevance | path

Searched refs:_init (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/lib/csu/powerpc64/
H A Dcrti.S33 .globl _init
37 _init: label
38 .quad .L._init,.TOC.@tocbase,0
40 .type _init,@function
43 .L._init:
46 .globl _init
47 .type _init,@function
48 _init: label
49 addis %r2, %r12, (.TOC.-_init)@ha
50 addi %r2, %r2, (.TOC.-_init)@l
[all …]
/freebsd/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp178 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args; \
181 ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)); \
183 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args { \
188 ITTNOTIFY_NAME(name) != ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init))) \
195 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args; \
198 ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)); \
200 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args { \
205 ITTNOTIFY_NAME(name) != ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init))) \
217 static type api ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)) args; \
220 ITT_VERSIONIZE(ITT_JOIN(_N_(name), _init)); \
[all …]
/freebsd/lib/csu/powerpc/
H A Dcrti.S29 .globl _init
30 .type _init,@function
31 _init: label
/freebsd/lib/csu/amd64/
H A Dcrti.S29 .globl _init
30 .type _init,@function
31 _init: label
/freebsd/lib/csu/aarch64/
H A Dcrti.S35 .globl _init
36 .type _init,@function
37 _init: label
/freebsd/lib/csu/i386/
H A Dcrti.S29 .globl _init
30 .type _init,@function
31 _init: label
/freebsd/lib/csu/arm/
H A Dcrti.S4 .globl _init
5 .type _init,%function
6 _init: label
/freebsd/lib/csu/riscv/
H A Dcrti.S43 .globl _init
44 .type _init,@function
45 _init: label
/freebsd/crypto/openssl/crypto/evp/
H A Dlegacy_meth.h11 static int nm##_init(EVP_MD_CTX *ctx) \
25 static int nm##_init(EVP_MD_CTX *ctx) \
27 return fn##_init(EVP_MD_CTX_get0_md_data(ctx)); \
H A Dlegacy_sha.c30 static int nm##_init(EVP_MD_CTX *ctx) \
32 return fn##_init(EVP_MD_CTX_get0_md_data(ctx), tag, ctx->digest->md_size * 8); \
43 static int nm##_init(EVP_MD_CTX *ctx) \
45 return fn##_init(EVP_MD_CTX_get0_md_data(ctx), tag, ctx->digest->md_size * 8); \
/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DCOFFDirectiveParser.cpp24 static constexpr StringLiteral NAME##_init[] = VALUE; \
25 static constexpr ArrayRef<StringLiteral> NAME(NAME##_init, \
26 std::size(NAME##_init) - 1);
/freebsd/sys/compat/linuxkpi/common/include/linux/device/
H A Ddriver.h19 __CONCAT(__CONCAT(_, _drv), _init)(void) \
30 module_init(__CONCAT(__CONCAT(_, _drv), _init)); \
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h82 static void name##_init(void *arg) \
86 SYSINIT(name, SI_SUB_LOCK, SI_ORDER_SECOND, name##_init, NULL)
99 static void __linux_delayed_ ## name ## _init(void *arg) \
104 __linux_delayed_ ## name##_init, NULL)
H A Dww_mutex.h56 static void name##_init(void *arg) \
60 SYSINIT(name, SI_SUB_LOCK, SI_ORDER_SECOND, name##_init, NULL)
/freebsd/tools/tools/nanobsd/pcengines/
H A Dtest.sh30 _init () { function
55 _init
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/
H A Dllvm-strings.cpp42 static constexpr StringLiteral NAME##_init[] = VALUE; \
43 static constexpr ArrayRef<StringLiteral> NAME(NAME##_init, \
44 std::size(NAME##_init) - 1);
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxfilt/
H A Dllvm-cxxfilt.cpp35 static constexpr llvm::StringLiteral NAME##_init[] = VALUE; \
37 NAME##_init, std::size(NAME##_init) - 1);
/freebsd/sys/security/mac_veriexec/
H A Dmac_veriexec.h144 #define MAC_VERIEXEC_FPMOD(_name, _digest_len, _context_size, _init, \ argument
151 .init = _init, \
/freebsd/sys/fs/pseudofs/
H A Dpseudofs.h280 name##_init, \
290 _##name##_init(struct vfsconf *vfc) { \
301 .vfs_init = _##name##_init, \
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp42 static constexpr StringLiteral NAME##_init[] = VALUE; \
43 static constexpr ArrayRef<StringLiteral> NAME(NAME##_init, \
44 std::size(NAME##_init) - 1);
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriverUtils.cpp38 static constexpr StringLiteral NAME##_init[] = VALUE; \
39 static constexpr ArrayRef<StringLiteral> NAME(NAME##_init, \
40 std::size(NAME##_init) - 1);
/freebsd/crypto/openssl/providers/fips/
H A Dself_test.c117 void _init(void);
119 # pragma init(_init)
121 void _init(void) in _init() function
/freebsd/lib/libc/csu/
H A Dlibc_start1.c41 extern void _init(void) __hidden;
114 _init(); in handle_static_init()

123