Searched refs:personality (Results 1 - 17 of 17) sorted by relevance

/external/kernel-headers/original/asm-arm/
H A Da.out.h4 #include <linux/personality.h>
31 #define STACK_TOP ((current->personality == PER_LINUX_32BIT) ? \
H A Dprocessor.h63 if (current->personality & ADDR_LIMIT_32BIT) \
/external/kernel-headers/original/linux/
H A Dpersonality.h95 unsigned char pers_low; /* lowest personality */
96 unsigned char pers_high; /* highest personality */
108 * Return the base personality without flags.
110 #define personality(pers) (pers & PER_MASK) macro
114 * Change personality of the currently running process.
117 ((current->personality == (pers)) ? 0 : __set_personality(pers))
H A Dsched.h818 unsigned long personality; member in struct:task_struct
/external/kernel-headers/original/linux/raid/
H A Dmd_u.h118 int personality; /* 1,2,3,4 */ member in struct:mdu_param_s
/external/kernel-headers/original/asm-x86/
H A Dpage_32.h197 ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0 ) | \
/external/qemu/
H A Dppc.ld61 KEEP (*(.text.*personality*))
151 KEEP (*(.gnu.linkonce.d.*personality*))
/external/llvm/lib/MC/
H A DMCDwarf.cpp863 const MCSymbol *personality,
1065 // range-start range-length compact-unwind-enc personality-func lsda
1121 Streamer.EmitIntValue(0, Size); // No personality fn
1135 const MCSymbol *personality,
1176 if (personality)
1203 if (personality) {
1218 if (personality) {
1224 EmitPersonality(streamer, *personality, personalityEncoding);
1134 EmitCIE(MCStreamer &streamer, const MCSymbol *personality, unsigned personalityEncoding, const MCSymbol *lsda, bool IsSignalFrame, unsigned lsdaEncoding) argument
/external/kernel-headers/original/asm-mips/
H A Delf.h311 else if (current->personality != PER_LINUX32) \
/external/chromium/build/
H A Dinstall-chroot.sh196 personality=linux$([ "${arch}" != 64bit ] && echo 32)
/external/strace/
H A Ddefs.h511 extern int set_personality(int personality);
H A Dsyscall.c193 set_personality(int personality) argument
195 switch (personality) {
240 current_personality = personality;
923 "detecting personality of process "
955 "detecting personality of process "
1171 /* Disassemble the trap to see what personality to use. */
/external/clang/lib/CodeGen/
H A DCGException.cpp145 /// The exceptions personality for a function.
149 // If this is non-null, this personality requires a non-standard
204 /// Determines the personality function to use when both C++
208 // The ObjC personality defers to the C++ personality for non-ObjC
209 // handlers. Unlike the C++ case, we use the same personality
220 // The GCC runtime's personality function inherently doesn't support
221 // mixed EH. Use the C++ personality just to avoid returning null.
256 /// Check whether a personality function could reasonably be swapped
257 /// for a C++ personality functio
766 const EHPersonality &personality = EHPersonality::get(getLangOpts()); local
[all...]
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp787 /// This is the personality function which is embedded (dwarf emitted), in the
824 // The real work of the personality function is captured here
1239 llvm::Function *personality = module.getFunction("ourPersonality"); local
1243 personality,
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml872 let personality = declare_function "__gxx_personality_v0" ft m in var
880 let lp = build_landingpad rt personality 0 "lpad"
889 (* RUN: grep "landingpad.*personality.*__gxx_personality_v0" < %t.ll
/external/llvm/lib/AsmParser/
H A DLLLexer.cpp573 KEYWORD(personality);
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp1571 Syscall param personality(persona) contains uninitialised byte(s)

Completed in 4224 milliseconds