Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/conf/
Dconf_mod.c100 static int module_add(const char *name, conf_init_func *ifunc,
216 module_add(const char *name, conf_init_func *ifunc, conf_finish_func *ffunc) in module_add() argument
233 mod->init = ifunc; in module_add()
405 CONF_module_add(const char *name, conf_init_func *ifunc, conf_finish_func *ffunc) in CONF_module_add() argument
407 return module_add(name, ifunc, ffunc); in CONF_module_add()
Dconf_local.h79 int CONF_module_add(const char *name, conf_init_func *ifunc,
DREADME60 int CONF_module_add(char *name, dso_mod_init_func *ifunc, dso_mod_finish_func
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/noncompile/
D930714-1.c5 int (*ifunc)(int); member
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_premap_shadow.cpp60 INTERFACE_ATTRIBUTE __attribute__((ifunc("__asan_premap_shadow"))) void
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DDiagnosticFrontendKinds.td279 "%select{alias|ifunc}0 must point to a defined "
282 "%select{alias|ifunc}2 will always resolve to %0 even if weak definition of "
288 "%select{alias|ifunc}0 definition is part of a cycle">;
294 "ifunc resolver function must return a pointer">;
309 "%select{alias|ifunc}1 will not be in section '%0' but in the same section "
DAttrDocs.td5243 ``__attribute__((ifunc("resolver")))`` is used to mark that the address of a
5250 The ``ifunc`` attribute may only be used on a function declaration. A function
5251 declaration with an ``ifunc`` attribute is considered to be a definition of the
DAttr.td1570 let Spellings = [GCC<"ifunc">];
DDiagnosticSemaKinds.td5672 Error<"definition %0 cannot also be an %select{alias|ifunc}1">;
/openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_dynamic_shadow.cpp83 INTERFACE_ATTRIBUTE __attribute__((ifunc("__hwasan_premap_shadow")))
/openbsd/src/gnu/llvm/lld/ELF/
DOptions.td483 defm warn_ifunc_textrel: BB<"warn-ifunc-textrel",
484 "Warn about using ifunc symbols with text relocations",
485 "Do not warn about using ifunc symbols with text relocations (default)">;
/openbsd/src/gnu/llvm/llvm/lib/AsmParser/
DLLLexer.cpp574 KEYWORD(ifunc); in LexIdentifier()
/openbsd/src/gnu/llvm/llvm/lib/Passes/
DPassRegistry.def82 MODULE_PASS("lower-ifunc", LowerIFuncPass())
/openbsd/src/gnu/llvm/llvm/docs/
DLangRef.rst936 … @<Name> = [Linkage] [PreemptionSpecifier] [Visibility] ifunc <IFuncTy>, <ResolverTy>* @<Resolver>