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

12 3 4 5 6 7 8

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
loc-6.s 5 Boot GETA $0,Boot %set dynamic- and forced-trap handler
loc-7.s 5 Boot GETA $0,Boot %set dynamic- and forced-trap handler
basep-4.d 12 0: 0000002a trap 0,0,42
zerop-1.d 15 0: 00000000 trap 0,0,0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
regression.d 21 1e: 0fe2 trap 0x3
26 24: 0fe2 trap 0x3
28 28: 0fe2 trap 0x3
30 2c: 0fe2 trap 0x3
32 30: 0fe2 trap 0x3
43 3a: 0fe2 trap 0x3
48 40: 0fe2 trap 0x3
56 4a: 0fe2 trap 0x3
64 5a: 0fe2 trap 0x3
72 68: 0fe2 trap 0x
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
asm_darwin_386.s 12 // func Syscall(trap int32, a1, a2, a3 int32) (r1, r2, err int32);
13 // func Syscall6(trap int32, a1, a2, a3, a4, a5, a6 int32) (r1, r2, err int32);
14 // Trap # in AX, args on stack above caller pc.
18 MOVL trap+0(FP), AX // syscall entry
21 LEAL trap+0(FP), DI
42 MOVL trap+0(FP), AX // syscall entry
45 LEAL trap+0(FP), DI
98 MOVL trap+0(FP), AX // syscall entry
101 LEAL trap+0(FP), DI
119 MOVL trap+0(FP), AX // syscall entr
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
asm_darwin_386.s 12 // func Syscall(trap int32, a1, a2, a3 int32) (r1, r2, err int32);
13 // func Syscall6(trap int32, a1, a2, a3, a4, a5, a6 int32) (r1, r2, err int32);
14 // Trap # in AX, args on stack above caller pc.
18 MOVL trap+0(FP), AX // syscall entry
21 LEAL trap+0(FP), DI
42 MOVL trap+0(FP), AX // syscall entry
45 LEAL trap+0(FP), DI
98 MOVL trap+0(FP), AX // syscall entry
101 LEAL trap+0(FP), DI
119 MOVL trap+0(FP), AX // syscall entr
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
fslot.s 25 trap: label
26 trap #4
fslot.d 29 0+28 <trap>:
30 *28: 10 f4 f0 00 trap [#]*0x4 \|\| nop
  /external/valgrind/gdbserver_tests/solaris/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
10 Program received signal SIGTRAP, Trace/breakpoint trap.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
other.s 18 trap
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
system.s 2 # ld.c, st.c, flush, lock, unlock, intovr, trap
10 trap %r0,%r0,%r0
11 trap %r31,%r31,%r31
12 trap %r1,%r5,%r18
13 trap %r31,%r20,%r6
  /external/llvm/test/MC/ARM/
coff-relocations.s 49 trap
56 @ CHECK-ENCODING-NEXT: trap
64 trap
71 @ CHECK-ENCODING-NEXT: trap
79 trap
86 @ CHECK-ENCODING-NEXT: trap
  /external/valgrind/gdbserver_tests/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
14 Program received signal SIGTRAP, Trace/breakpoint trap.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d10v/
instruction_packing-001.s 9 trap #0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/
branch.s 14 trap 1b
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
vle-simple-3.d 9 0+0 <trap>:
10 0: 7f e0 00 08 trap
  /external/v8/src/js/
proxy.js 32 // Call the trap, which should return an iterator, exhaust the iterator,
34 function ProxyEnumerate(trap, handler, target) {
35 // 7. Let trapResult be ? Call(trap, handler, «target»).
36 var trap_result = %_Call(trap, handler, target);
  /external/v8/src/runtime/
runtime-proxy.cc 36 // 5. Let trap be ? GetMethod(handler, "apply").
37 Handle<Object> trap; local
39 isolate, trap,
41 // 6. If trap is undefined, then
43 if (trap->IsUndefined()) {
66 // 8. Return Call(trap, handler, «target, thisArgument, argArray»).
71 Execution::Call(isolate, trap, handler, arraysize(trap_args), trap_args));
95 // 5. Let trap be ? GetMethod(handler, "construct").
96 Handle<Object> trap; local
98 isolate, trap,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
mcf-trap.d 1 #name: mcf-trap
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
trap20.d 3 #name: MIPS 20-bit trap
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
sh2.c 3 extern void trap (int, int);
39 trap (1, status);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
opers12.s 69 trap #0x30
70 trap #0x39
71 trap #0x40
72 trap #0x80
73 trap #255
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
sfinae-1.cpp 23 typedef typename T::trap type;
  /external/javassist/src/main/javassist/tools/reflect/
Sample.java 25 public Object trap(Object[] args, int identifier) throws Throwable { method in class:Sample

Completed in 633 milliseconds

12 3 4 5 6 7 8