HomeSort by relevance Sort by last modified time
    Searched full:personality (Results 601 - 625 of 1343) sorted by null

<<21222324252627282930>>

  /external/ltrace/sysdeps/linux-gnu/ppc/
syscallent.h 158 "personality", /* 136 */
  /external/ltrace/sysdeps/linux-gnu/s390/
syscalls31.h 158 "personality", /* 136 */
syscalls64.h 158 "personality", /* 136 */
trace.c 58 proc->personality = 1;
  /external/ltrace/sysdeps/linux-gnu/sparc/
syscallent.h 212 "personality", /* 191 */
  /external/ltrace/sysdeps/linux-gnu/x86/
syscallent.h 158 "personality", /* 136 */
syscallent1.h 157 "personality", /* 135 */
  /external/strace/
clone.c 56 /* x86 personality processes have the last two arguments flipped. */
lseek.c 55 /* tcp->ext_arg is not initialized for i386 personality */
resource.c 101 * i386 is the only personality on X86_64 and X32
sys_func.h 167 extern SYS_FUNC(personality);
  /frameworks/base/core/jni/
com_android_internal_os_Zygote.cpp 35 #include <sys/personality.h>
530 int old_personality = personality(0xffffffff);
531 int new_personality = personality(old_personality | ADDR_NO_RANDOMIZE);
533 ALOGW("personality(%d) failed: %s", new_personality, strerror(errno));
  /ndk/sources/cxx-stl/gabi++/src/
personality.cc 54 * Personality Routine
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
unwind-arm-common.h 91 _uw reserved2; /* Personality routine address */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
unwind-arm-common.h 91 _uw reserved2; /* Personality routine address */
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-i18n/1.0-beta-7/
plexus-i18n-1.0-beta-7.jar 
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
pound.l 31 [[:space:]]*[[:digit:]]+[[:space:]]+\.personality psym#
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
gc.exp 114 run_dump_test "personality"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
eh-frame1.s 62 # use for the personality routine and VALUE is the value it
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.h 637 // The mechanics of C++ exception handling, personality routines,
721 // personality routine pointer in the augmentation data.
724 // If has_z_personality is true, this is the address of the personality
726 // address where the personality routine's address is stored.
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/test/Bitcode/
compatibility-3.7.ll 230 ; [personality Constant] { ... }
558 ; Functions -- Personality constant
561 define void @f.no_personality() personality i8 3 {
562 ; CHECK: define void @f.no_personality() personality i8 3
573 define void @f.personality() personality i32 ()* @f.personality_handler {
574 ; CHECK: define void @f.personality() personality i32 ()* @f.personality_handler
713 define void @instructions.terminators(i8 %val) personality i32 -10 {
    [all...]
  /external/llvm/test/CodeGen/ARM/
ehabi.ll 92 double %q, double %r) personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
148 ; CHECK-FP: .personality __gxx_personality_v0
158 ; CHECK-FP-ELIM: .personality __gxx_personality_v0
172 ; CHECK-V7-FP: .personality __gxx_personality_v0
184 ; CHECK-V7-FP-ELIM: .personality __gxx_personality_v0
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-21/arch-mips64/lib-bootstrap/libr2/
libc.so 

Completed in 412 milliseconds

<<21222324252627282930>>