HomeSort by relevance Sort by last modified time
    Searched full:personality (Results 1 - 25 of 985) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/linux/x32/
ioctlent1.h 1 /* i386 personality */
errnoent1.h 1 /* i386 personality */
signalent1.h 1 /* i386 personality */
  /external/strace/linux/x86_64/
ioctlent1.h 1 /* i386 personality */
ioctlent2.h 1 /* x32 personality */
errnoent1.h 1 /* i386 personality */
errnoent2.h 1 /* x32 personality */
signalent1.h 1 /* i386 personality */
signalent2.h 1 /* x32 personality */
syscallent2.h 1 /* x32 personality */
  /external/llvm/test/MC/ARM/
unwind-stack-diagnostics.s 13 .personality __gcc_personality_v0
14 .personality __gxx_personality_v0
15 .personality __gxx_personality_sj0
18 @ CHECK: error: .cantunwind can't be used with .personality directive
21 @ CHECK: note: .personality was specified here
22 @ CHECK: .personality __gcc_personality_v0
24 @ CHECK: note: .personality was specified here
25 @ CHECK: .personality __gxx_personality_v0
27 @ CHECK: note: .personality was specified here
28 @ CHECK: .personality __gxx_personality_sj
    [all...]
eh-directive-personality-diagnostics.s 4 @ Check the diagnostics for .personality directive.
11 @ TEST1: .personality before .fnstart
16 .personality __gxx_personality_v0
17 @ CHECK: error: .fnstart must precede .personality directive
18 @ CHECK: .personality __gxx_personality_v0
27 @ TEST2: .personality after .handlerdata
35 .personality __gxx_personality_v0
36 @ CHECK: error: .personality must precede .handlerdata directive
37 @ CHECK: .personality __gxx_personality_v0
  /bionic/libc/arch-arm64/syscalls/
personality.S 5 ENTRY(personality) function
14 END(personality)
  /bionic/libc/arch-arm/syscalls/
personality.S 5 ENTRY(personality) function
14 END(personality)
  /bionic/libc/arch-mips/syscalls/
personality.S 5 ENTRY(personality) function
19 END(personality)
  /bionic/libc/arch-x86_64/syscalls/
personality.S 5 ENTRY(personality) function
15 END(personality)
  /external/chromium_org/third_party/skia/experimental/webtry/sys/
webtry_schroot 7 personality=linux
  /external/skia/experimental/webtry/sys/
webtry_schroot 7 personality=linux
  /bionic/libc/arch-mips64/syscalls/
personality.S 5 ENTRY(personality) function
25 END(personality)
  /bionic/libc/arch-x86/syscalls/
personality.S 5 ENTRY(personality) function
21 END(personality)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
character_walker.js 31 if (!item.personality) {
32 item.personality = {};
34 item.personality['phoneticCharacters'] = true;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
nav_math_description.js 24 * personality: (undefined|Object),
39 var newPersonality = this.personality ? this.personality : {};
46 this.personality = newPersonality;
  /external/llvm/test/Analysis/CallGraph/
do-nothing-intrinsic.ll 8 %tmp = landingpad i8 personality i8 0 cleanup
  /external/llvm/test/CodeGen/Generic/
2007-02-25-invoke.ll 11 %lpad = landingpad { i8*, i32 } personality i32 (...)* @__gxx_personality_v0
  /external/libcxxabi/src/Unwind/
Unwind-sjlj.c 32 // function also sets the personality and lsda fields of the block.
44 // set by personality handler to be parameters passed to landing pad function
48 __personality_routine personality; // arm offset=24 member in struct:_Unwind_FunctionContext
89 // if there is a personality routine, ask it if it will want to stop at this
91 if (c->personality != NULL) {
93 "personality function %p\n",
94 exception_object, c->personality);
95 _Unwind_Reason_Code personalityResult = (*c->personality)(
145 // if there is a personality routine, tell it we are unwinding
146 if (c->personality != NULL)
    [all...]

Completed in 442 milliseconds

1 2 3 4 5 6 7 8 91011>>