/freebsd/lib/csu/powerpc64/ |
H A D | crti.S | 33 .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 D | ittnotify_static.cpp | 178 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 D | crti.S | 29 .globl _init 30 .type _init,@function 31 _init: label
|
/freebsd/lib/csu/amd64/ |
H A D | crti.S | 29 .globl _init 30 .type _init,@function 31 _init: label
|
/freebsd/lib/csu/aarch64/ |
H A D | crti.S | 35 .globl _init 36 .type _init,@function 37 _init: label
|
/freebsd/lib/csu/i386/ |
H A D | crti.S | 29 .globl _init 30 .type _init,@function 31 _init: label
|
/freebsd/lib/csu/arm/ |
H A D | crti.S | 4 .globl _init 5 .type _init,%function 6 _init: label
|
/freebsd/lib/csu/riscv/ |
H A D | crti.S | 43 .globl _init 44 .type _init,@function 45 _init: label
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_meth.h | 11 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 D | legacy_sha.c | 30 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 D | ck_rwcohort.h | 44 #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 D | ck_cohort.h | 50 #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 D | COFFDirectiveParser.cpp | 24 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 D | driver.h | 19 __CONCAT(__CONCAT(_, _drv), _init)(void) \ 30 module_init(__CONCAT(__CONCAT(_, _drv), _init)); \
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | workqueue.h | 82 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 D | ww_mutex.h | 56 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 D | test.sh | 30 _init () { function 55 _init
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-strings/ |
H A D | llvm-strings.cpp | 42 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 D | llvm-cxxfilt.cpp | 35 static constexpr llvm::StringLiteral NAME##_init[] = VALUE; \ 37 NAME##_init, std::size(NAME##_init) - 1);
|
/freebsd/sys/security/mac_veriexec/ |
H A D | mac_veriexec.h | 144 #define MAC_VERIEXEC_FPMOD(_name, _digest_len, _context_size, _init, \ argument 151 .init = _init, \
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.h | 280 name##_init, \ 290 _##name##_init(struct vfsconf *vfc) { \ 301 .vfs_init = _##name##_init, \
|
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 42 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 D | DriverUtils.cpp | 38 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 D | self_test.c | 117 void _init(void); 119 # pragma init(_init) 121 void _init(void) in _init() function
|
/freebsd/lib/libc/csu/ |
H A D | libc_start1.c | 41 extern void _init(void) __hidden; 114 _init(); in handle_static_init()
|