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

1 2 3

  /toolchain/binutils/binutils-2.27/gas/
emul.h 1 /* emul.h. File format emulation routines
24 struct emulation struct
39 COMMON struct emulation * this_emulation;
emul-target.h 1 /* emul-target.h. Default values for struct emulation defined in emul.h
53 struct emulation emul_struct_name =
  /external/elfutils/libebl/
eblbackendname.c 41 return ebl != NULL ? ebl->emulation : gettext ("No backend");
libeblP.h 44 /* Emulation name. */
45 const char *emulation; member in struct:ebl
eblopenbackend.c 52 const char *emulation; member in struct:__anon20127
257 openbackend (Elf *elf, const char *emulation, GElf_Half machine)
287 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
288 || (emulation == NULL && machines[cnt].em == machine))
290 /* Well, we know the emulation name now. */
291 result->emulation = machines[cnt].emulation;
374 /* We cannot find a DSO but the emulation/machine ID matches
    [all...]
  /build/make/core/combo/arch/x86_64/
x86_64.mk 5 # that are run in the emulator under KVM emulation (i.e. running directly on
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 9 # Build OpenGLES emulation libraries
  /toolchain/binutils/binutils-2.27/gold/
freebsd.h 42 const char* emulation)
43 : Target_selector(machine, size, is_big_endian, NULL, emulation),
target-select.h 69 // NULL. EMULATION is the name of the emulation used by the GNU
72 const char* bfd_name, const char* emulation);
96 // If NAME matches the target emulation, return a pointer to a
138 // Return the emulation. This may return NULL, in which case the
140 // the emulation.
142 emulation() const function in class:gold::Target_selector
186 // Recognize a target by emulation. When this is called we already
189 // to recognize more than one emulation.
196 // emulation
    [all...]
target-select.cc 58 const char* bfd_name, const char* emulation)
60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL),
140 // Find a target using a GNU linker emulation. This is used to
148 const char* pname = p->emulation();
nacl.h 98 const char* bfd_name, const char* emulation)
100 bfd_name_(bfd_name), emulation_(emulation)
237 // GNU linker emulation for this NaCl target, for compatibility.
parameters.cc 343 const char* emulation = parameters->options().m(); local
344 Target* target = select_target_by_emulation(emulation);
351 gold_error(_("unrecognized emulation %s"), emulation);
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
compressed1d.d 6 # Not all ELF targets use the elf.em emulation...
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/
sys_freebsd.go 87 if align != wordSize { // 386 emulation on amd64
103 if align != wordSize { // 386 emulation on amd64
109 if align != wordSize { // 386 emulation on amd64
115 if align != wordSize { // 386 emulation on amd64
121 if align != wordSize { // 386 emulation on amd64
127 if align != wordSize { // 386 emulation on amd64
message_freebsd_test.go 45 t.Skip("NET_RT_IFLIST vs. NET_RT_IFLISTL doesn't work for 386 emulation on amd64")
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/
sys_freebsd.go 87 if align != wordSize { // 386 emulation on amd64
103 if align != wordSize { // 386 emulation on amd64
109 if align != wordSize { // 386 emulation on amd64
115 if align != wordSize { // 386 emulation on amd64
121 if align != wordSize { // 386 emulation on amd64
127 if align != wordSize { // 386 emulation on amd64
message_freebsd_test.go 45 t.Skip("NET_RT_IFLIST vs. NET_RT_IFLISTL doesn't work for 386 emulation on amd64")
  /build/make/core/combo/arch/x86/
x86.mk 5 # are run in the emulator under KVM emulation (i.e. running directly on
  /toolchain/binutils/binutils-2.27/ld/emulparams/
elf32bmipn32-defs.sh 20 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
bpo-22.d 7 # This weird combination of format and emulation options caused hiccups in
  /external/valgrind/memcheck/tests/x86/
pushfpopf_s.S 30 # because Vex does an emulation-warning check on the popfl,
  /device/generic/mips64/
BoardConfig.mk 43 # Build OpenGLES emulation guest and host libraries
  /toolchain/binutils/binutils-2.27/ld/
ldmain.c 194 char *emulation;
302 emulation = get_emulation (argc, argv);
303 ldemul_choose_mode (emulation);
334 read the emulation's appropriate default script. */
405 info_msg (_("%P: mode %s\n"), emulation);
599 /* We need to find any explicitly given emulation in order to initialize the
605 char *emulation;
608 emulation = getenv (EMULATION_ENVIRON);
609 if (emulation == NULL)
610 emulation = DEFAULT_EMULATION
193 char *emulation; local
604 char *emulation; local
    [all...]
  /device/generic/goldfish-opengl/
Android.mk 1 # This is the top-level build file for the Android HW OpenGL ES emulation
53 # in the GLES emulation libraries.
  /build/make/target/board/generic_x86_arm/
BoardConfig.mk 49 # Build OpenGLES emulation host and guest libraries

Completed in 422 milliseconds

1 2 3