Searched refs:ifunc (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/libexec/ld.elf_so/
H A Dh_ifunc.c34 extern int ifunc(void);
42 return ifunc() != atoi(argv[1]);
/freebsd-11-stable/contrib/netbsd-tests/libexec/ld.elf_so/helper_ifunc_dso/
H A Dh_helper_ifunc.c52 __ifunc(ifunc, resolve_ifunc);
/freebsd-11-stable/sys/x86/include/
H A Difunc.h29 * $FreeBSD: stable/11/sys/x86/include/ifunc.h 339217 2018-10-07 00:40:56Z kib $
37 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
43 qual ret_type name args __attribute__((ifunc(#name "_resolver"))); \
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_mod.c112 conf_init_func *ifunc,
238 conf_init_func *ifunc; local
254 ifunc = (conf_init_func *)DSO_bind_func(dso, DSO_mod_init_name);
255 if (!ifunc) {
261 md = module_add(dso, name, ifunc, ffunc);
278 conf_init_func *ifunc, conf_finish_func *ffunc)
295 tmod->init = ifunc;
464 int CONF_module_add(const char *name, conf_init_func *ifunc, argument
467 if (module_add(NULL, name, ifunc, ffunc))
277 module_add(DSO *dso, const char *name, conf_init_func *ifunc, conf_finish_func *ffunc) argument
H A Dconf.h192 int CONF_module_add(const char *name, conf_init_func *ifunc,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_premap_shadow.cpp11 // Reserve shadow memory with an ifunc resolver.
56 // shadow == resolver is how Android KitKat and older handles ifunc.
74 INTERFACE_ATTRIBUTE __attribute__((ifunc("__asan_premap_shadow"))) void
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp11 /// region and handles ifunc resolver case, when necessary.
91 // shadow == resolver is how Android KitKat and older handles ifunc.
121 INTERFACE_ATTRIBUTE __attribute__((ifunc("__hwasan_premap_shadow")))
132 // Call the ifunc resolver for __hwasan_shadow and fill in its GOT entry. This
133 // needs to be done before other ifunc resolvers (which are handled by libc)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp575 KEYWORD(ifunc);

Completed in 165 milliseconds