OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:switchback
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/switchback/
Makefile
2
all:
switchback
.c linker.c linker.h
3
gcc -m64 -Wall -O -g -o
switchback
switchback
.c linker.c ../libvex_ppc64_linux.a
4
# gcc -Wall -O -g -o
switchback
switchback
.c linker.c ../libvex.a
10
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
95
/* only used for the
switchback
transition */
183
void
switchback
( void )
function
220
void
switchback
( void )
function
410
void
switchback
( void )
function
503
# error "Unknown arch (
switchback
)"
1004
//
Switchback
1006
printf("---begin
SWITCHBACK
at bb:%llu---\n", n_bbs_done)
[
all
...]
Completed in 44 milliseconds