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

  /external/elfutils/libebl/
eblbackendname.c 27 return ebl != NULL ? ebl->emulation : gettext ("No backend");
eblopenbackend.c 35 const char *emulation; member in struct:__anon5662
158 openbackend (elf, emulation, machine)
160 const char *emulation;
212 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
213 || (emulation == NULL && machines[cnt].em == machine))
215 /* Well, we know the emulation name now. */
216 result->emulation = machines[cnt].emulation;
    [all...]
libebl.h 31 /* Emulation name. */
32 const char *emulation; member in struct:ebl
112 /* Similar but with emulation name given. */
113 extern Ebl *ebl_openbackend_emulation (const char *emulation);
  /sdk/build/
windows_sdk_tools.mk 14 # 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
  /development/tools/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/target/board/generic/
BoardConfig.mk 40 # 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 155 { "emulation", 'm', "NAME", 0, N_("Set emulation to NAME.") },
223 /* The emulation name to use. */
224 static const char *emulation; variable
328 err = ld_prepare_state (emulation);
544 if (emulation != NULL)
546 emulation = arg;
987 if (emulation != NULL)
989 ld_state.ebl = ebl_openbackend_emulation (emulation);
    [all...]
ld.h 1048 extern int ld_prepare_state (const char *emulation);
ldgeneric.c 158 ld_prepare_state (const char *emulation)
208 if (emulation == NULL)
210 emulation = ebl_backend_name (ld_state.ebl);
211 assert (emulation != NULL);
213 size_t emulation_len = strlen (emulation);
218 strcpy (mempcpy (stpcpy (fname, "libld_"), emulation, emulation_len), ".so");
229 strcpy (mempcpy (initname, emulation, emulation_len), "_ld_init");
    [all...]
  /external/valgrind/main/none/tests/
cmdline1.stdout.exp 65 --show-emwarns=no|yes show warnings about emulation limits? [no]
cmdline2.stdout.exp 65 --show-emwarns=no|yes show warnings about emulation limits? [no]
  /external/jpeg/
ltmain.sh     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 27 // ROM BIOS for use with Bochs/Plex86/QEMU emulation environment
696 // ElTorito Device Emulation data
732 // El Torito Emulation data
    [all...]

Completed in 256 milliseconds