Searched refs:ifunc (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/lib/libcrypto/conf/ |
| D | conf_mod.c | 100 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()
|
| D | conf_local.h | 79 int CONF_module_add(const char *name, conf_init_func *ifunc,
|
| D | README | 60 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/ |
| D | 930714-1.c | 5 int (*ifunc)(int); member
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/ |
| D | asan_premap_shadow.cpp | 60 INTERFACE_ATTRIBUTE __attribute__((ifunc("__asan_premap_shadow"))) void
|
| /openbsd/src/gnu/llvm/clang/include/clang/Basic/ |
| D | DiagnosticFrontendKinds.td | 279 "%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 "
|
| D | AttrDocs.td | 5243 ``__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
|
| D | Attr.td | 1570 let Spellings = [GCC<"ifunc">];
|
| D | DiagnosticSemaKinds.td | 5672 Error<"definition %0 cannot also be an %select{alias|ifunc}1">;
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/hwasan/ |
| D | hwasan_dynamic_shadow.cpp | 83 INTERFACE_ATTRIBUTE __attribute__((ifunc("__hwasan_premap_shadow")))
|
| /openbsd/src/gnu/llvm/lld/ELF/ |
| D | Options.td | 483 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/ |
| D | LLLexer.cpp | 574 KEYWORD(ifunc); in LexIdentifier()
|
| /openbsd/src/gnu/llvm/llvm/lib/Passes/ |
| D | PassRegistry.def | 82 MODULE_PASS("lower-ifunc", LowerIFuncPass())
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | LangRef.rst | 936 … @<Name> = [Linkage] [PreemptionSpecifier] [Visibility] ifunc <IFuncTy>, <ResolverTy>* @<Resolver>
|