Home
last modified time | relevance | path

Searched refs:ifunc (Results 1 – 11 of 11) sorted by relevance

/third_party/openssl/crypto/conf/
Dconf_mod.c62 conf_init_func *ifunc,
192 conf_init_func *ifunc; in module_load_dso() local
208 ifunc = (conf_init_func *)DSO_bind_func(dso, DSO_mod_init_name); in module_load_dso()
209 if (!ifunc) { in module_load_dso()
215 md = module_add(dso, name, ifunc, ffunc); in module_load_dso()
231 conf_init_func *ifunc, conf_finish_func *ffunc) in module_add() argument
245 tmod->init = ifunc; in module_add()
417 int CONF_module_add(const char *name, conf_init_func *ifunc, in CONF_module_add() argument
420 if (module_add(NULL, name, ifunc, ffunc)) in CONF_module_add()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
Dknown_gcc_test_failures.txt72 attr-ifunc-1.C
73 attr-ifunc-2.C
74 attr-ifunc-3.C
75 attr-ifunc-4.C
/third_party/boost/boost/serialization/
Dunordered_collections_load_imp.hpp62 InputFunction ifunc; in load_unordered_collection() local
64 ifunc(ar, s, item_version); in load_unordered_collection()
Dhash_collections_load_imp.hpp66 InputFunction ifunc; in load_hash_collection() local
68 ifunc(ar, s, item_version); in load_hash_collection()
/third_party/boost/libs/signals2/test/
Dmutex_test.cpp99 indirect_adapter<F> ifunc(func, monitor); in timed_test() local
101 boost::thread thrd(ifunc); in timed_test()
/third_party/boost/libs/thread/test/
Dutil.inl172 thread_detail_anon::indirect_adapter<F> ifunc(func, monitor); local
174 boost::thread thrd(ifunc);
/third_party/openssl/include/openssl/
Dconf.h143 int CONF_module_add(const char *name, conf_init_func *ifunc,
/third_party/ltp/tools/sparse/sparse-src/
Dgcc-attr-list.h62 GCC_ATTR(ifunc)
/third_party/glib/
Dmeson.build571 foreach ifunc : iphlpapi_funcs
575 if cc.has_function(ifunc,
578 idefine = 'HAVE_' + ifunc.underscorify().to_upper()
581 set_variable('have_func_' + ifunc, true)
583 set_variable('have_func_' + ifunc, false)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLLexer.cpp575 KEYWORD(ifunc); in LexIdentifier()
/third_party/FreeBSD/
DUPDATING155 Now Clang 8 has been merged (see the 20190412 entry below), the ifunc
166 The RETPOLINE option produces non-functional ifunc-using binaries
435 The amd64 kernel now requires a ld that supports ifunc to produce a