Home
last modified time | relevance | path

Searched refs:DEFAULT_PERSONALITY (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ddefs.h221 # define DEFAULT_PERSONALITY 1 macro
235 # define DEFAULT_PERSONALITY 1 macro
242 #ifndef DEFAULT_PERSONALITY
243 # define DEFAULT_PERSONALITY 0 macro
Dunwind.c267 if (tcp->currpers != DEFAULT_PERSONALITY) { in unwind_cache_invalidate()
565 if (tcp->currpers != DEFAULT_PERSONALITY) { in unwind_print_stacktrace()
587 if (tcp->currpers != DEFAULT_PERSONALITY) { in unwind_capture_stacktrace()
Dstrace.c1459 set_personality(DEFAULT_PERSONALITY); in init()
DChangeLog-CVS5108 * defs.h (SUPPORTED_PERSONALITES, DEFAULT_PERSONALITY): New.