Home
last modified time | relevance | path

Searched refs:PERSONALITY_NAMES (Results 1 – 2 of 2) sorted by relevance

/external/strace/
Dsyscall.c346 # undef PERSONALITY_NAMES in update_personality()
348 # define PERSONALITY_NAMES {"64 bit", "32 bit"} in update_personality() macro
350 # define PERSONALITY_NAMES {"64 bit", "32 bit", "x32"} in update_personality() macro
352 # define PERSONALITY_NAMES {"x32", "32 bit"} in update_personality() macro
354 # define PERSONALITY_NAMES {"64 bit", "32 bit"} in update_personality() macro
356 # define PERSONALITY_NAMES {"64-bit", "32-bit"} in update_personality() macro
358 # ifdef PERSONALITY_NAMES in update_personality()
360 static const char *const names[] = PERSONALITY_NAMES; in update_personality()
DChangeLog19675 * syscall.c (update_personality) [AARCH64]: Adjust PERSONALITY_NAMES.