OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VEXMULTIARCH
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/VEX/priv/
multiarch_main_main.c
34
/* This file is used to have main_main.c compiled with
VEXMULTIARCH
68
#define
VEXMULTIARCH
1
main_main.c
87
VEXMULTIARCH
. This is used by the file multiarch_main_main.c */
89
#if defined(VGA_x86) || defined(
VEXMULTIARCH
)
97
#if defined(VGA_amd64) || defined(
VEXMULTIARCH
)
105
#if defined(VGA_ppc32) || defined(
VEXMULTIARCH
)
113
#if defined(VGA_ppc64be) || defined(VGA_ppc64le) || defined(
VEXMULTIARCH
)
121
#if defined(VGA_s390x) || defined(
VEXMULTIARCH
)
129
#if defined(VGA_arm) || defined(
VEXMULTIARCH
)
137
#if defined(VGA_arm64) || defined(
VEXMULTIARCH
)
145
#if defined(VGA_mips32) || defined(
VEXMULTIARCH
)
153
#if defined(VGA_mips64) || defined(
VEXMULTIARCH
)
[
all
...]
Completed in 478 milliseconds