Searched refs:ifunc (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/crypto/conf/ |
D | conf_mod.c | 62 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/ |
D | known_gcc_test_failures.txt | 72 attr-ifunc-1.C 73 attr-ifunc-2.C 74 attr-ifunc-3.C 75 attr-ifunc-4.C
|
/third_party/boost/boost/serialization/ |
D | unordered_collections_load_imp.hpp | 62 InputFunction ifunc; in load_unordered_collection() local 64 ifunc(ar, s, item_version); in load_unordered_collection()
|
D | hash_collections_load_imp.hpp | 66 InputFunction ifunc; in load_hash_collection() local 68 ifunc(ar, s, item_version); in load_hash_collection()
|
/third_party/boost/libs/signals2/test/ |
D | mutex_test.cpp | 99 indirect_adapter<F> ifunc(func, monitor); in timed_test() local 101 boost::thread thrd(ifunc); in timed_test()
|
/third_party/boost/libs/thread/test/ |
D | util.inl | 172 thread_detail_anon::indirect_adapter<F> ifunc(func, monitor); local 174 boost::thread thrd(ifunc);
|
/third_party/openssl/include/openssl/ |
D | conf.h | 143 int CONF_module_add(const char *name, conf_init_func *ifunc,
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | gcc-attr-list.h | 62 GCC_ATTR(ifunc)
|
/third_party/glib/ |
D | meson.build | 571 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/ |
D | LLLexer.cpp | 575 KEYWORD(ifunc); in LexIdentifier()
|
/third_party/FreeBSD/ |
D | UPDATING | 155 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
|