HomeSort by relevance Sort by last modified time
    Searched full:personality (Results 426 - 450 of 979) sorted by null

<<11121314151617181920>>

  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 732 // Grab the index of the personality routine from the compact form.
752 _LIBUNWIND_ABORT("unknown personality routine");
855 _info.handler = cieInfo.personality;
937 pint_t personality = 0; local
    [all...]
  /external/strace/
NEWS 15 * Enhanced tracing of x86 personality processes on x86_64 and x32.
16 * Enhanced tracing of ARM personality processes on AArch64.
17 * Enhanced 32/64bit personality detection on PowerPC.
50 * Implemented more reliable PTRACE_GETREGSET-based process personality
58 * Added tilegx personality support for Tile.
84 * Fixed decoding of non-native 32-bit personality recv[m]msg syscalls.
85 * Fixed decoding of multiple 32-bit personality syscalls on x32.
106 * Added x32 personality support (x86_64 architecture).
173 * Print diagnostic information about changes in personality mode to
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 30 #include <sys/personality.h>
61 // Uname may report misleading results if personality type
64 int pers = personality(0xffffffffUL);
  /external/kernel-headers/original/uapi/linux/raid/
md_p.h 34 * 64 - 127 Personality specific information.
128 __u32 level; /* 7 Raid personality */
172 * Personality information
  /external/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 60 /// Called by personality handler during phase 2 to get base address for data
70 /// Called by personality handler during phase 2 to get base address for text
202 /// Called by personality handler during phase 2 to get instruction pointer.
  /external/llvm/test/Transforms/Inline/
2006-11-09-InlineCGUpdate-2.ll 135 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
166 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
205 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
  /external/llvm/test/Transforms/JumpThreading/
landing-pad.ll 71 %4 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
77 %5 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
94 %7 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/raid/
md_p.h 33 * 64 - 127 Personality specific information.
127 __u32 level; /* 7 Raid personality */
169 * Personality information
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/raid/
md_p.h 33 * 64 - 127 Personality specific information.
127 __u32 level; /* 7 Raid personality */
169 * Personality information
  /bionic/libc/kernel/uapi/linux/raid/
md_u.h 114 int personality; member in struct:mdu_param_s
  /development/ndk/platforms/android-L/include/linux/raid/
md_u.h 114 int personality; member in struct:mdu_param_s
  /external/clang/test/ARCMT/
objcmt-migrate-all.m 128 // pointer personality functions
objcmt-migrate-all.m.result 128 // pointer personality functions
objcmt-ns-returns-inner-pointer.m 127 // pointer personality functions
objcmt-ns-returns-inner-pointer.m.result 127 // pointer personality functions
  /external/libunwind/doc/
unw_resume.man 85 handlers (aka, ``personality routines\&''). If a program needs this, it
unw_resume.tex 54 handlers (aka, ``personality routines''). If a program needs this, it
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMTargetStreamer.cpp 46 void ARMTargetStreamer::emitPersonality(const MCSymbol *Personality) {}
ARMUnwindOpAsm.h 46 /// Set the personality
  /external/llvm/test/CodeGen/AArch64/
pic-eh-stubs.ll 30 %0 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
  /external/llvm/test/CodeGen/ARM/
2009-08-31-LSDA-Name.ll 40 %exn = landingpad {i8*, i32} personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*)
dwarf-eh.ll 25 %5 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
global-merge.ll 24 %tmp2 = landingpad { i8*, i32 } personality i8* bitcast (i32 (...)* @__gxx_personality_sj0 to i8*)
  /external/llvm/test/CodeGen/PowerPC/
2007-11-16-landingpad-split.ll 36 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0
  /external/llvm/test/Transforms/GVN/
2010-05-08-OneBit.ll 48 %exn = landingpad {i8*, i32} personality i32 (...)* @__gxx_personality_v0

Completed in 1217 milliseconds

<<11121314151617181920>>