Searched refs:__scudo_default_options (Results 1 – 5 of 5) sorted by relevance
60 return (&__scudo_default_options) ? __scudo_default_options() : ""; in getScudoDefaultOptions()
22 const char* __scudo_default_options(void);
36 __scudo_default_options() { in __scudo_default_options() function
17 __attribute__((weak)) const char *__scudo_default_options(void);
181 - by defining a ``__scudo_default_options`` function in one's program that183 prototype: ``extern "C" const char* __scudo_default_options(void)``, with a188 through ``__scudo_default_options``.206 extern "C" const char *__scudo_default_options() {