HomeSort by relevance Sort by last modified time
    Searched defs:MACHINE (Results 1 - 7 of 7) sorted by null

  /external/elfutils/tests/
saridx.c 32 #define MACHINE(name) [name] = #name
33 MACHINE (EM_NONE),
34 MACHINE (EM_M32),
35 MACHINE (EM_SPARC),
36 MACHINE (EM_386),
37 MACHINE (EM_68K),
38 MACHINE (EM_88K),
39 MACHINE (EM_860),
40 MACHINE (EM_MIPS),
41 MACHINE (EM_MIPS_RS3_LE)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
param.h 41 * Machine dependent constants for all ARM processors
46 * MACHINE must be defined by the individual port. This is so that
53 * If ELF, MACHINE and MACHINE_ARCH are forced to "arm/armeb".
58 #undef MACHINE
62 #define MACHINE "aarch64"
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
param.h 39 * Machine dependent constants for all ARM processors
44 * MACHINE must be defined by the individual port. This is so that
51 * If ELF, MACHINE and MACHINE_ARCH are forced to "arm/armeb".
66 #undef MACHINE
70 #define MACHINE "arm"
  /external/v8/tools/
run-valgrind.py 43 MACHINE = 'linux_x64' if platform.machine() == 'x86_64' else 'linux_x86'
44 VALGRIND_ROOT = path.join(V8_ROOT, 'third_party', 'valgrind', MACHINE)
  /device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h 2 Machine dependent constants for Intel IA32 Architecture.
50 #define MACHINE "i386"
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h 2 Machine dependent constants for Intel Itanium Architecture(IPF).
50 #define MACHINE "ia64"
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h 2 Machine dependent constants for the Intel64 Architecture(X64).
19 #define MACHINE "amd64"

Completed in 369 milliseconds