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
84
VEXMULTIARCH
. This is used by the file multiarch_main_main.c */
86
#if defined(VGA_x86) || defined(
VEXMULTIARCH
)
94
#if defined(VGA_amd64) || defined(
VEXMULTIARCH
)
102
#if defined(VGA_ppc32) || defined(
VEXMULTIARCH
)
110
#if defined(VGA_ppc64be) || defined(VGA_ppc64le) || defined(
VEXMULTIARCH
)
118
#if defined(VGA_s390x) || defined(
VEXMULTIARCH
)
126
#if defined(VGA_arm) || defined(
VEXMULTIARCH
)
134
#if defined(VGA_arm64) || defined(
VEXMULTIARCH
)
142
#if defined(VGA_mips32) || defined(
VEXMULTIARCH
)
150
#if defined(VGA_mips64) || defined(
VEXMULTIARCH
)
[
all
...]
Completed in 579 milliseconds