Searched refs:personality (Results 26 - 50 of 60) sorted by relevance

123

/external/llvm/test/MC/ARM/
H A Deh-compact-pr1.s42 @ 0x81 = Compact model 1, personality routine: __aeabi_unwind_cpp_pr1
H A Deh-directive-section-multiple-func.s25 .personality __gxx_personality_v0
35 .personality __gxx_personality_v0
H A Deh-directive-section.s26 .personality __gxx_personality_v0
41 .personality __gxx_personality_v0
H A Deh-directive-handlerdata.s4 @ Check the .handlerdata directive (without .personality directive)
H A Deh-directive-section-comdat.s34 .personality __gxx_personality_v0
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dunwind.s9 .section .personality
47 .personality __personality
75 .personality __personality
150 @ CHECK: SectionName: .ARM.exidx.personality
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dwalker_unittest_base.js74 * descPersonality: The personality in the NavDescription
142 assertEquals(desc.descPersonality, trueDesc.personality);
/external/ltrace/
H A Dproc.h99 unsigned int personality; member in struct:process
H A Dhandle_event.c352 assert(proc->personality < sizeof signalents / sizeof signalents[0]);
353 if (signum < 0 || signum >= nsignals[proc->personality]) {
356 return signalents[proc->personality][signum];
378 assert(proc->personality < sizeof syscallents / sizeof syscallents[0]);
379 if (sysnum < 0 || sysnum >= nsyscalls[proc->personality]) {
383 return syscallents[proc->personality][sysnum];
/external/ltrace/sysdeps/linux-gnu/s390/
H A Dtrace.c58 proc->personality = 1;
/external/strace/
H A Dsyscall.c283 set_personality(int personality) argument
285 nsyscalls = nsyscall_vec[personality];
286 sysent = sysent_vec[personality];
288 switch (personality) {
319 current_personality = personality;
321 current_wordsize = personality_wordsize[personality];
326 update_personality(struct tcb *tcp, int personality) argument
328 if (personality == current_personality)
330 set_personality(personality);
332 if (personality
[all...]
H A Ddefs.h340 /* one personality */
344 /* The existing ARM personality, then AArch64 */
773 extern void set_personality(int personality);
776 # define set_personality(personality) ((void)0)
H A Dsystem.c82 #include <linux/personality.h>
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc30 #include <sys/personality.h>
61 // Uname may report misleading results if personality type
64 int pers = personality(0xffffffffUL);
/external/libcxxabi/src/Unwind/
H A DUnwindCursor.hpp732 // 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
1095 // extact personality routine, if encoding says function has one
1101 _LIBUNWIND_DEBUG_LOG("found encoding 0x%08X with personality index %d, "
1102 "but personality table has only %d entires\n",
1112 personality = _addressSpace.getP(personalityPointer);
1115 "personalityDelta=0x%08X, personality=0x%08llX\n",
1116 (uint64_t) pc, personalityDelta, (uint64_t) personality);
[all...]
H A DDwarfParser.hpp47 pint_t personality; member in struct:libunwind::CFI_Parser::CIE_Info
262 cieInfo->personality = 0;
316 cieInfo->personality = addressSpace
H A DUnwindRegistersRestore.S346 @ only accessed if the personality routine needs these registers. Use of
H A DUnwindRegistersSave.S346 @ only accessed if the personality routine needs these registers. Use of
/external/ltrace/etc/
H A Dsyscalls.conf22 int personality(uint);
/external/libunwind/doc/
H A Dunw_get_proc_info.tex39 handler routine. This is sometimes called the \emph{personality}
41 a personality routine, the \Var{handler} member is cleared to 0. \\
H A Dunw_resume.tex54 handlers (aka, ``personality routines''). If a program needs this, it
/external/llvm/lib/MC/
H A DMCDwarf.cpp1021 const MCSymbol *personality,
1266 // range-start range-length compact-unwind-enc personality-func lsda
1320 Streamer.EmitIntValue(0, Size); // No personality fn
1332 const MCSymbol *personality,
1372 if (personality)
1406 if (personality) {
1421 if (personality) {
1427 EmitPersonality(streamer, *personality, personalityEncoding);
1331 EmitCIE(MCObjectStreamer &streamer, const MCSymbol *personality, unsigned personalityEncoding, const MCSymbol *lsda, bool IsSignalFrame, unsigned lsdaEncoding, bool IsSimple) argument
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dnavigation_manager.js640 * @param {Object=} opt_personality Optional personality for all descriptions.
651 if (!desc.personality) {
652 desc.personality = opt_personality;
/external/llvm/utils/vim/
H A Dllvm.vim51 syn keyword llvmKeyword nounwind optnone optsize personality private protected
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dnonsfi_sandbox_sigsys_unittest.cc336 RESTRICT_SYSCALL_DEATH_TEST(personality);

Completed in 795 milliseconds

123