HomeSort by relevance Sort by last modified time
    Searched refs:trap (Results 26 - 50 of 55) sorted by null

12 3

  /external/openssl/crypto/
sparccpuid.S 29 #include <sys/trap.h>
43 ! not cause illegal_instruction trap. It therefore can be used
  /external/strace/
syscall.c 707 static unsigned long trap; variable
1041 fprintf(stderr, "syscall: unknown syscall trap 0x%08lx\n",
1158 /* If we are entering, then disassemble the syscall trap. */
1160 /* Retrieve the syscall trap instruction. */
1163 trap = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)regs.tpc, 0);
1164 trap >>= 32;
1166 trap = ptrace(PTRACE_PEEKTEXT, tcp->pid, (char *)regs.pc, 0);
1171 /* Disassemble the trap to see what personality to use. */
1172 switch (trap) {
1174 /* Linux/SPARC syscall trap. *
    [all...]
  /external/v8/src/
proxy.js 52 // Make sure the trap receives 'undefined' as this.
runtime.js 426 var trap = %GetCallTrap(proxy);
427 return %Apply(trap, this, arguments, 0, arity);
433 var trap = %GetConstructTrap(proxy);
434 return %Apply(trap, this, arguments, 0, %_ArgumentsLength());
v8natives.js 608 var trap = handler[name];
609 if (IS_UNDEFINED(trap)) {
613 trap = defaultTrap;
614 } else if (!IS_SPEC_FUNCTION(trap)) {
617 return trap;
957 function ToStringArray(obj, trap) {
959 throw MakeTypeError("proxy_non_object_prop_names", [obj, trap]);
967 throw MakeTypeError("proxy_repeated_prop_name", [obj, trap, s]);
    [all...]
messages.js 188 "trap_function_expected", ["Proxy.", "%0", " called with non-function for '", "%1", "' trap"],
189 "handler_trap_missing", ["Proxy handler ", "%0", " has no '", "%1", "' trap"],
190 "handler_trap_must_be_callable", ["Proxy handler ", "%0", " has non-callable '", "%1", "' trap"],
191 "handler_returned_false", ["Proxy handler ", "%0", " returned false from '", "%1", "' trap"],
192 "handler_returned_undefined", ["Proxy handler ", "%0", " returned undefined from '", "%1", "' trap"],
193 "proxy_prop_not_configurable", ["Proxy handler ", "%0", " returned non-configurable descriptor for property '", "%2", "' from '", "%1", "' trap"],
194 "proxy_non_object_prop_names", ["Trap '", "%1", "' returned non-object ", "%0"],
195 "proxy_repeated_prop_name", ["Trap '", "%1", "' returned repeated property name '", "%2", "'"],
    [all...]
objects.cc 2686 Handle<String> trap = local
2798 Handle<String> trap = local
    [all...]
  /external/v8/test/mjsunit/harmony/
proxies-for.js 133 // Throw exception in enumerate trap.
proxies.js 589 assertEquals("", key) // trap not invoked
593 assertEquals("", key) // trap not invoked
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 71 // Insert a call to llvm.trap right before this. This turns the undefined
75 Intrinsic::getDeclaration(BB->getParent()->getParent(), Intrinsic::trap);
131 // Don't insert a call to llvm.trap right before the unreachable.
  /external/qemu/distrib/sdl-1.2.15/src/audio/mint/
SDL_mintaudio_it.S 197 trap #14
  /external/valgrind/main/include/vki/
vki-ppc32-linux.h 214 unsigned long trap; /* Reason for being here */ member in struct:vki_pt_regs
    [all...]
vki-ppc64-linux.h 207 VKI_PPC_REG trap; /* Reason for being here */ member in struct:vki_pt_regs
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 312 regs->trap = 0;
333 regs->trap = 0;
  /external/mksh/src/
sh.h 616 EXTERN short trap_exstat; /* exit status before running a trap */
707 * trap handlers
709 typedef struct trap { struct
712 char *trap; /* trap command */ member in struct:trap
717 volatile sig_atomic_t set; /* trap pending */
718 } Trap;
720 /* values for Trap.flags */
722 #define TF_USER_SET BIT(1) /* user has (tried to) set trap */
729 #define TF_CHANGED BIT(8) /* used by runtrap() to detect trap changes *
745 EXTERN volatile sig_atomic_t trap; \/* traps pending? *\/ variable
    [all...]
main.c 748 if (trap)
802 sigtraps[ksh_SIGEXIT].trap)) {
    [all...]
lex.c 1410 if (trap)
1435 * trap may have been executed.
    [all...]
funcs.c 100 {"*=trap", c_trap},
1277 Trap *t = NULL;
    [all...]
exec.c 74 if (trap)
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 61 'system', 'trace_var', 'trap', 'untrace_var'
  /external/jpeg/
jmemdosa.asm 341 ; These are loaded, the EMS trap is performed, and the new values of the
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 341 ; These are loaded, the EMS trap is performed, and the new values of the
  /external/valgrind/main/coregrind/
vgdb.c 979 user_mod.regs.trap = -1L;
    [all...]
  /external/qemu/
cpu-exec.c     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]

Completed in 610 milliseconds

12 3