HomeSort by relevance Sort by last modified time
    Searched defs:personality (Results 1 - 20 of 20) sorted by null

  /bionic/libc/arch-arm/syscalls/
personality.S 5 ENTRY(personality) function
14 END(personality)
  /bionic/libc/arch-arm64/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-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)
  /bionic/libc/arch-x86_64/syscalls/
personality.S 5 ENTRY(personality) function
15 END(personality)
  /external/libunwind/src/unwind/
RaiseException.c 33 _Unwind_Personality_Fn personality; local
69 personality = (_Unwind_Personality_Fn) (uintptr_t) pi.handler;
70 if (personality)
72 reason = (*personality) (_U_VERSION, _UA_SEARCH_PHASE,
81 Debug (1, "personality returned %d\n", reason);
unwind-internal.h 67 _Unwind_Personality_Fn personality; local
121 personality = (_Unwind_Personality_Fn) (uintptr_t) pi.handler;
122 if (personality)
133 reason = (*personality) (_U_VERSION, actions, exception_class,
147 /* The personality routine for the handler-frame changed
  /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...]
DwarfParser.hpp 47 pint_t personality; member in struct:libunwind::CFI_Parser::CIE_Info
262 cieInfo->personality = 0;
316 cieInfo->personality = addressSpace
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...]
  /development/ndk/platforms/android-3/include/linux/
personality.h 77 #define personality(pers) (pers & PER_MASK) macro
79 #define get_personality (current->personality)
81 #define set_personality(pers) ((current->personality == pers) ? 0 : __set_personality(pers))
  /development/ndk/platforms/android-3/include/linux/raid/
md_u.h 98 int personality; member in struct:mdu_param_s
  /external/ltrace/
proc.h 99 unsigned int personality; member in struct:process
  /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/kernel-headers/original/uapi/linux/raid/
md_u.h 102 * Personality information
150 int personality; /* 1,2,3,4 */ member in struct:mdu_param_s
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 1101 let personality = declare_function "__gxx_personality_v0" ft m in var
    [all...]
  /external/clang/lib/CodeGen/
CGException.cpp 128 /// The exceptions personality for a function.
132 // If this is non-null, this personality requires a non-standard
196 /// Determines the personality function to use when both C++
200 // The ObjC personality defers to the C++ personality for non-ObjC
201 // handlers. Unlike the C++ case, we use the same personality
212 // The GCC runtime's personality function inherently doesn't support
213 // mixed EH. Use the C++ personality just to avoid returning null.
235 const EHPersonality &Personality) {
238 Personality.PersonalityFn)
727 const EHPersonality &personality = EHPersonality::get(getLangOpts()); local
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 816 /// This is the personality function which is embedded (dwarf emitted), in the
853 // The real work of the personality function is captured here
1268 llvm::Function *personality = module.getFunction("ourPersonality"); local
    [all...]

Completed in 1727 milliseconds