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

12 3 4 5 6 7 8 91011>>

  /external/oprofile/events/alpha/ev67/
events 15 event:0x09 counters:0 um:zero minimum:500 name:REPLAY_0 : PCTR0 triggered; replay trap
16 event:0x0a counters:0 um:zero minimum:500 name:LOAD_STORE_0 : PCTR0 triggered; load-store order replay trap
18 event:0x0c counters:0 um:zero minimum:500 name:UNALIGNED_0 : PCTR0 triggered; unaligned load/store trap
24 event:0x12 counters:0 um:zero minimum:500 name:REPLAY_1 : PCTR1 triggered; replay trap
25 event:0x13 counters:0 um:zero minimum:500 name:LOAD_STORE_1 : PCTR1 triggered; load-store order replay trap
27 event:0x15 counters:0 um:zero minimum:500 name:UNALIGNED_1 : PCTR1 triggered; unaligned load/store trap
  /external/javassist/sample/reflect/
VerboseMetaobj.java 23 System.out.println("** trap: " + getMethodName(identifier) + "() in "
  /external/objenesis/
update_source.sh 17 trap "echo \"Removing temporary directory\"; rm -rf $working_dir" EXIT
  /external/valgrind/main/coregrind/m_gdbserver/
power-linux.xml 11 <reg name="trap" bitsize="32"/>
power64-linux.xml 11 <reg name="trap" bitsize="64"/>
  /external/llvm/test/Transforms/SimplifyCFG/
trap-debugloc.ll 3 ; Assign DebugLoc to trap instruction.
5 ; CHECK: call void @llvm.trap(), !dbg
switch-on-const-select.ll 29 tail call void @llvm.trap() nounwind
55 tail call void @llvm.trap() nounwind
80 tail call void @llvm.trap()
105 tail call void @llvm.trap()
132 tail call void @llvm.trap()
136 declare void @llvm.trap() nounwind noreturn
  /external/valgrind/main/gdbserver_tests/
nlcontrolc.stdoutB.exp 2 Program received signal SIGTRAP, Trace/breakpoint trap.
17 Program received signal SIGTRAP, Trace/breakpoint trap.
  /external/valgrind/main/memcheck/tests/
pointer-trace.c 56 perror("trap 1 failed");
61 perror("trap 2 failed");
68 perror("trap 3 failed");
69 //printf("trap 3 = %p-%p\n", map, map+stepsize*2);
74 perror("trap 4 failed");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
debugreg.h 24 debug registers. Registers 0-3 contain the addresses we wish to trap on */
32 which debugging register was responsible for the trap. The other bits
46 and indicates what types of access we trap on, and how large the data
52 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */
56 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
debugreg.h 24 debug registers. Registers 0-3 contain the addresses we wish to trap on */
32 which debugging register was responsible for the trap. The other bits
46 and indicates what types of access we trap on, and how large the data
52 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */
56 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
debugreg.h 24 debug registers. Registers 0-3 contain the addresses we wish to trap on */
32 which debugging register was responsible for the trap. The other bits
46 and indicates what types of access we trap on, and how large the data
52 #define DR_RW_EXECUTE (0x0) /* Settings for the access types to trap on */
56 #define DR_LEN_1 (0x0) /* Settings for data length to trap on */
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
sfinae-1.cpp 23 typedef typename T::trap type;
  /external/clang/test/CodeGen/
trapv.c 22 // CHECK: call void @llvm.trap()
37 // CHECK: call void @llvm.trap()
51 // CHECK: call void @llvm.trap()
56 // CHECK-NOT: @llvm.trap
  /external/llvm/test/Feature/
intrinsics.ll 64 ; CHECK: declare void @llvm.trap() #2
65 declare void @llvm.trap()
67 define void @trap() {
68 call void @llvm.trap()
  /system/core/libpixelflinger/
trap.h 1 /* libs/pixelflinger/trap.h
  /system/core/sh/
builtins.c 57 { "trap", trapcmd },
trap.h 1 /* $NetBSD: trap.h,v 1.17 2003/08/07 09:05:39 agc Exp $ */
34 * @(#)trap.h 8.3 (Berkeley) 6/5/95
  /external/bzip2/
bzmore 28 trap 'stty $oldtty 2>/dev/null; exit' 0 2 3 5 10 13 15
30 trap 'stty $ncb echo 2>/dev/null; exit' 0 2 3 5 10 13 15
  /external/llvm/test/CodeGen/X86/
leaf-fp-elim.ll 23 tail call void @llvm.trap()
30 declare void @llvm.trap() nounwind
  /external/llvm/test/MC/ARM/
thumb.s 10 trap
11 @ CHECK: trap @ encoding: [0xfe,0xde]
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_atarisuper.h 37 * the stack pointer then restore it after the trap.
51 "trap #1\n\t" \
  /external/grub/util/
grub-image 68 trap "rm -f $bootdir.tar.gz" 0
70 trap '' 0
82 trap "rm -f $image" 0
85 trap '' 0
110 umount="umount $bootdir && /sbin/losetup -d /dev/loop$i && trap '' 0"
118 trap "$umount" 0
grub-image.in 68 trap "rm -f $bootdir.tar.gz" 0
70 trap '' 0
82 trap "rm -f $image" 0
85 trap '' 0
110 umount="umount $bootdir && /sbin/losetup -d /dev/loop$i && trap '' 0"
118 trap "$umount" 0
  /external/mksh/src/
histrap.c 2 /* $OpenBSD: trap.c,v 1.23 2010/05/19 17:36:08 jasper Exp $ */
32 Trap sigtraps[NSIG + 1];
1073 Trap *
1077 Trap *p;
1116 * trap signal handler
1121 Trap *p = &sigtraps[i];
1124 trap = p->set = 1;
1127 if ((p->flags & TF_FATAL) && !p->trap) {
1155 Trap *p;
1167 * occurred for which a trap has been set or for which the TF_DFL_INTR fla
    [all...]

Completed in 444 milliseconds

12 3 4 5 6 7 8 91011>>