HomeSort by relevance Sort by last modified time
    Searched refs:emulation (Results 1 - 25 of 30) sorted by null

1 2

  /external/elfutils/libebl/
eblbackendname.c 63 return ebl != NULL ? ebl->emulation : gettext ("No backend");
libeblP.h 64 /* Emulation name. */
65 const char *emulation; member in struct:ebl
eblopenbackend.c 73 const char *emulation; member in struct:__anon7909
275 openbackend (elf, emulation, machine)
277 const char *emulation;
308 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
309 || (emulation == NULL && machines[cnt].em == machine))
311 /* Well, we know the emulation name now. */
312 result->emulation = machines[cnt].emulation;
    [all...]
libebl.h 74 /* Similar but with emulation name given. */
75 extern Ebl *ebl_openbackend_emulation (const char *emulation);
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 9 # Build OpenGLES emulation libraries
  /device/generic/mini-emulator-mips/
BoardConfig.mk 9 # Build OpenGLES emulation libraries
  /device/generic/mini-emulator-x86/
BoardConfig.mk 9 # Build OpenGLES emulation libraries
  /sdk/build/
windows_sdk_tools.mk 21 # Add OpenGLES emulation host libraries if needed.
  /external/valgrind/main/memcheck/tests/x86/
pushfpopf_s.S 28 # because Vex does an emulation-warning check on the popfl,
  /build/target/board/generic_x86/
BoardConfig.mk 30 # Build OpenGLES emulation host and guest libraries
  /device/generic/goldfish/opengl/
Android.mk 1 # This is the top-level build file for the Android HW OpenGL ES emulation
28 # in the GLES emulation libraries.
common.mk 2 # the hardware OpenGL ES emulation for Android.
9 # The following macros are used to start a new GLES emulation module.
  /sdk/emulator/opengl/
Android.mk 1 # This is the top-level build file for the Android HW OpenGL ES emulation
28 # in the GLES emulation libraries.
common.mk 2 # the hardware OpenGL ES emulation for Android.
9 # The following macros are used to start a new GLES emulation module.
  /build/core/combo/arch/x86/
x86.mk 6 # are run in the emulator under KVM emulation (i.e. running directly on
  /build/target/board/generic/
BoardConfig.mk 41 # Build OpenGLES emulation guest and host libraries
  /external/grub/util/
mkbimage 2 # MaKe a Bootable IMAGE --- 1.44, 2.88 and El Torito no-emulation mode
404 For El Torito floppy emulation :
408 And for El Torito Hard Disk emulation:
  /external/elfutils/src/
ld.c 191 { "emulation", 'm', "NAME", 0, N_("Set emulation to NAME."), 0 },
234 /* The emulation name to use. */
235 static const char *emulation; variable
347 err = ld_prepare_state (emulation);
593 if (emulation != NULL)
595 emulation = arg;
    [all...]
ld.h     [all...]
ldgeneric.c 188 ld_prepare_state (const char *emulation)
239 if (emulation == NULL)
241 emulation = ebl_backend_name (ld_state.ebl);
242 assert (emulation != NULL);
244 size_t emulation_len = strlen (emulation);
249 strcpy (mempcpy (stpcpy (fname, "libld_"), emulation, emulation_len), ".so");
260 strcpy (mempcpy (initname, emulation, emulation_len), "_ld_init");
    [all...]
  /external/expat/amiga/
expat_68k_handler_stubs.c 29 #include <exec/emulation.h>
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 81 --show-emwarns=no|yes show warnings about emulation limits? [no]
cmdline2.stdout.exp 81 --show-emwarns=no|yes show warnings about emulation limits? [no]
  /external/jpeg/
ltmain.sh     [all...]
  /external/qemu/distrib/jpeg-6b/
ltmain.sh     [all...]

Completed in 303 milliseconds

1 2