HomeSort by relevance Sort by last modified time
    Searched full:personality (Results 51 - 75 of 271) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/raid/
md_u.h 98 int personality; member in struct:mdu_param_s
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/raid/
md_u.h 98 int personality; member in struct:mdu_param_s
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/raid/
md_u.h 98 int personality; member in struct:mdu_param_s
  /external/clang/lib/CodeGen/
CGException.cpp 187 /// Determines the personality function to use when both C++
190 // The ObjC personality defers to the C++ personality for non-ObjC
191 // handlers. Unlike the C++ case, we use the same personality
203 // The GNU runtime's personality function inherently doesn't support
204 // mixed EH. Use the C++ personality just to avoid returning null.
220 const EHPersonality &Personality) {
225 Personality.getPersonalityFnName());
230 const EHPersonality &Personality) {
231 llvm::Constant *Fn = getPersonalityFn(CGM, Personality);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 483 JITDwarfEmitter::EmitCommonEHFrame(const Function* Personality) const {
494 JCE->emitString(Personality ? "zPLR" : "zR");
499 if (Personality) {
500 // Augmentation Size: 3 small ULEBs of one byte each, and the personality
504 // We set the encoding of the personality as direct encoding because we use
506 // PC value may be bigger than the personality function pointer.
509 JCE->emitInt32(((intptr_t)Jit.getPointerToGlobal(Personality)));
512 JCE->emitInt64(((intptr_t)Jit.getPointerToGlobal(Personality)));
539 JITDwarfEmitter::EmitEHFrame(const Function* Personality,
555 // If there is a personality and landing pads then point to the languag
    [all...]
  /external/kernel-headers/original/asm-arm/
processor.h 63 if (current->personality & ADDR_LIMIT_32BIT) \
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
unwind.h 98 /* The ACTIONS argument to the personality routine is a bitwise OR of one
116 destroyed by the system, and passed to the personality routine
157 the unwind library and the personality routine and landing pad. Only
175 /* The personality routine is the function in the C++ (or other language)
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/
unwind.h 98 /* The ACTIONS argument to the personality routine is a bitwise OR of one
116 destroyed by the system, and passed to the personality routine
157 the unwind library and the personality routine and landing pad. Only
175 /* The personality routine is the function in the C++ (or other language)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
unwind.h 98 /* The ACTIONS argument to the personality routine is a bitwise OR of one
116 destroyed by the system, and passed to the personality routine
157 the unwind library and the personality routine and landing pad. Only
175 /* The personality routine is the function in the C++ (or other language)
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
unwind.h 101 /* The ACTIONS argument to the personality routine is a bitwise OR of one
119 destroyed by the system, and passed to the personality routine
160 the unwind library and the personality routine and landing pad. Only
178 /* The personality routine is the function in the C++ (or other language)
  /build/core/
armelflib.x 23 KEEP (*(.text.*personality*))
101 KEEP (*(.gnu.linkonce.d.*personality*))
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCFIException.cpp 65 // Emit references to all used personality functions
118 // Indicate personality routine, if any.
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 54 KEEP (*(.text.*personality*))
97 KEEP (*(.gnu.linkonce.d.*personality*))
armelf.xu 54 KEEP (*(.text.*personality*))
97 KEEP (*(.gnu.linkonce.d.*personality*))
armelf.xsc 56 KEEP (*(.text.*personality*))
135 KEEP (*(.gnu.linkonce.d.*personality*))
armelf.xsw 56 KEEP (*(.text.*personality*))
135 KEEP (*(.gnu.linkonce.d.*personality*))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xr 54 KEEP (*(.text.*personality*))
97 KEEP (*(.gnu.linkonce.d.*personality*))
armelf.xu 54 KEEP (*(.text.*personality*))
97 KEEP (*(.gnu.linkonce.d.*personality*))
armelf.xsc 56 KEEP (*(.text.*personality*))
135 KEEP (*(.gnu.linkonce.d.*personality*))
armelf.xsw 56 KEEP (*(.text.*personality*))
135 KEEP (*(.gnu.linkonce.d.*personality*))
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/lib/ldscripts/
elf_i386.xr 54 KEEP (*(.text.*personality*))
96 KEEP (*(.gnu.linkonce.d.*personality*))
elf_i386.xu 54 KEEP (*(.text.*personality*))
96 KEEP (*(.gnu.linkonce.d.*personality*))
elf_i386.xc 57 KEEP (*(.text.*personality*))
138 KEEP (*(.gnu.linkonce.d.*personality*))
  /external/kernel-headers/original/linux/raid/
md_p.h 31 * 64 - 127 Personality specific information.
128 __u32 level; /* 7 Raid personality */
170 * Personality information
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_p.h 31 * 64 - 127 Personality specific information.
128 __u32 level; /* 7 Raid personality */
170 * Personality information

Completed in 955 milliseconds

1 23 4 5 6 7 8 91011