Searched refs:ifunc (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/crypto/conf/ |
D | conf_mod.c | 77 conf_init_func *ifunc, 283 conf_init_func *ifunc; in module_load_dso() local 299 ifunc = (conf_init_func *)DSO_bind_func(dso, DSO_mod_init_name); in module_load_dso() 300 if (ifunc == NULL) { in module_load_dso() 306 md = module_add(dso, name, ifunc, ffunc); in module_load_dso() 321 conf_init_func *ifunc, conf_finish_func *ffunc) in module_add() argument 342 tmod->init = ifunc; in module_add() 562 int CONF_module_add(const char *name, conf_init_func *ifunc, in CONF_module_add() argument 565 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/openssl/ohos_lite/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/openssl/include/openssl/ |
D | conf.h.in | 149 int CONF_module_add(const char *name, conf_init_func *ifunc,
|
/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 | 900 The amd64 kernel now requires a ld that supports ifunc to produce a
|