HomeSort by relevance Sort by last modified time
    Searched refs:switchback (Results 1 - 2 of 2) sorted by null

  /external/valgrind/VEX/switchback/
Makefile 4 all: switchback.c linker.c linker.h
5 $CC -m64 -Wall -O -g -o switchback switchback.c linker.c \
12 rm -f switchback switchback.o linker.o
switchback.c 5 Simply compile and link switchback.c with test_xxx.c,
7 $ (cd .. && make EXTRA_CFLAGS="-m64" libvex_ppc64_linux.a) && gcc -m64 -mregnames -Wall -Wshadow -Wno-long-long -Winline -O -g -o switchback switchback.c linker.c ../libvex_ppc64_linux.a test_xxx.c
23 && $CC -Wall -O -g -o switchback switchback.c linker.c \
89 /* only used for the switchback transition */
287 void switchback ( void ) function
385 void switchback ( void ) function
711 // Switchback
713 printf("---begin SWITCHBACK at bb:%llu---\n", n_bbs_done)
    [all...]

Completed in 2215 milliseconds