Home
last modified time | relevance | path

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

123

/freebsd-14.2/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-14.2/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.cpp374 ITT_VERSIONIZE(ITT_JOIN(_N_(domain_createW), _init))) { in ITT_VERSIONIZE()
413 ITT_VERSIONIZE(ITT_JOIN(_N_(domain_createA), _init))) { in ITT_VERSIONIZE()
420 ITT_VERSIONIZE(ITT_JOIN(_N_(domain_create), _init))) { in ITT_VERSIONIZE()
667 _init))( in ITT_VERSIONIZE() argument
763 _init))( in ITT_VERSIONIZE() argument
800 _init))( in ITT_VERSIONIZE() argument
907 ITT_VERSIONIZE(ITT_JOIN(_N_(thread_set_nameW), _init))(name); in ITT_VERSIONIZE()
942 ITT_VERSIONIZE(ITT_JOIN(_N_(thread_set_nameA), _init))(name); in ITT_VERSIONIZE()
950 ITT_VERSIONIZE(ITT_JOIN(_N_(thread_set_name), _init))(name); in ITT_VERSIONIZE()
962 ITT_VERSIONIZE(ITT_JOIN(_N_(thread_ignore), _init))) { in ITT_VERSIONIZE()
[all …]
/freebsd-14.2/lib/csu/powerpc/
H A Dcrti.S29 .globl _init
30 .type _init,@function
31 _init: label
/freebsd-14.2/lib/csu/amd64/
H A Dcrti.S29 .globl _init
30 .type _init,@function
31 _init: label
/freebsd-14.2/lib/csu/aarch64/
H A Dcrti.S35 .globl _init
36 .type _init,@function
37 _init: label
/freebsd-14.2/lib/csu/i386/
H A Dcrti.S29 .globl _init
30 .type _init,@function
31 _init: label
/freebsd-14.2/lib/csu/arm/
H A Dcrti.S4 .globl _init
5 .type _init,%function
6 _init: label
/freebsd-14.2/lib/csu/riscv/
H A Dcrti.S43 .globl _init
44 .type _init,@function
45 _init: label
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DDriverOptions.cpp24 static constexpr llvm::StringLiteral NAME##_init[] = VALUE; \
26 NAME##_init, std::size(NAME##_init) - 1);
/freebsd-14.2/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-14.2/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-14.2/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) \
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/device/
H A Ddriver.h19 __CONCAT(__CONCAT(_, _drv), _init)(void) \
30 module_init(__CONCAT(__CONCAT(_, _drv), _init)); \
/freebsd-14.2/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-14.2/tools/tools/nanobsd/pcengines/
H A Dtest.sh30 _init () { function
55 _init
/freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/security/mac_veriexec/
H A Dmac_veriexec.h144 #define MAC_VERIEXEC_FPMOD(_name, _digest_len, _context_size, _init, \ argument
151 .init = _init, \
/freebsd-14.2/sys/fs/pseudofs/
H A Dpseudofs.h280 name##_init, \
290 _##name##_init(struct vfsconf *vfc) { \
301 .vfs_init = _##name##_init, \
/freebsd-14.2/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-14.2/crypto/openssl/providers/fips/
H A Dself_test.c117 void _init(void);
119 # pragma init(_init)
121 void _init(void) in _init() function
/freebsd-14.2/lib/libc/csu/
H A Dlibc_start1.c41 extern void _init(void) __hidden;
114 _init(); in handle_static_init()

123