Searched refs:init_module (Results 1 – 10 of 10) sorted by relevance
/freebsd/crypto/krb5/src/util/profile/ |
H A D | prof_init.c | 19 init_module(struct profile_vtable *vtable, void *cbdata, in init_module() function 146 err = init_module(&vtable, cbdata, lib_handle, ret_profile); in init_load_module() 241 return init_module(vtable, cbdata, NULL, ret_profile); in profile_init_vtable() 259 err = init_module(profile->vt, cbdata, profile->lib_handle, in copy_vtable_profile() 265 err = init_module(profile->vt, profile->cbdata, profile->lib_handle, in copy_vtable_profile()
|
/freebsd/sys/compat/linux/ |
H A D | linux_dummy.c | 65 DUMMY(init_module);
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 674 uint32_t init_module; 687 uint64_t init_module; 1299 sys::swapByteOrder(r.init_module); in swapStruct() 1312 sys::swapByteOrder(r.init_module); in swapStruct() 680 uint32_t init_module; global() member 693 uint64_t init_module; global() member
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | MachOYAML.cpp | 471 IO.mapRequired("init_module", LoadCommand.init_module); in mapping() 483 IO.mapRequired("init_module", LoadCommand.init_module); in mapping()
|
/freebsd/crypto/krb5/src/include/ |
H A D | kdb.h | 971 krb5_error_code (*init_module)(krb5_context kcontext, char *conf_section, member
|
/freebsd/crypto/krb5/src/lib/kdb/ |
H A D | kdb5.c | 293 out->init_module = in->init_module; in copy_vtable() 683 status = v->init_module(kcontext, section, db_args, mode); in krb5_db_open()
|
/freebsd/crypto/krb5/src/plugins/kdb/lmdb/ |
H A D | kdb_lmdb.c | 1128 .init_module = klmdb_open,
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 739 PRE_SYSCALL(init_module)(void *umod, long len, const void *uargs) { 744 POST_SYSCALL(init_module)(long res, void *umod, long len, const void *uargs) {}
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 9362 outs() << " init_module " << r.init_module << "\n"; in PrintRoutinesCommand() 9379 outs() << " init_module " << r.init_module << "\n"; in PrintRoutinesCommand64()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2068 fun:init_module=uninstrumented
|