/toolchain/binutils/binutils-2.25/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 =
|
as.c | 138 extern struct emulation mipsbelf, mipslelf, mipself; 139 extern struct emulation i386coff, i386elf, i386aout; 140 extern struct emulation crisaout, criself; 142 static struct emulation *const emulations[] = { EMULATIONS }; 165 as_fatal (_("missing emulation mode name")); 180 as_fatal (_("unrecognized emulation name `%s'"), em); 489 ,{"emulation", required_argument, NULL, OPTION_EMULATION} 649 as_fatal (_("multiple emulation names specified")); [all...] |
/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:__anon12237 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...] |
/external/skia/gyp/ |
find.py | 7 find.py is a poor-man's emulation of `find $1 -name=$2` on Unix.
|
/device/generic/mini-emulator-x86_64/ |
BoardConfig.mk | 9 # Build OpenGLES emulation libraries
|
/toolchain/binutils/binutils-2.25/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);
|
/build/core/combo/arch/x86_64/ |
x86_64.mk | 5 # that are run in the emulator under KVM emulation (i.e. running directly on
|
/toolchain/binutils/binutils-2.25/ld/emulparams/ |
elf32bmipn32-defs.sh | 19 *) echo $0: unhandled emulation $EMULATION_NAME >&2; exit 1 ;;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
bpo-22.d | 7 # This weird combination of format and emulation options caused hiccups in
|
/build/core/combo/arch/x86/ |
x86.mk | 5 # are run in the emulator under KVM emulation (i.e. running directly on
|
/external/valgrind/memcheck/tests/x86/ |
pushfpopf_s.S | 30 # because Vex does an emulation-warning check on the popfl,
|
/build/target/board/generic_x86/ |
BoardConfig.mk | 27 # Build OpenGLES emulation host and guest libraries
|
/build/target/board/generic_x86_64/ |
BoardConfig.mk | 33 # Build OpenGLES emulation host and guest libraries
|
/device/generic/mips64/ |
BoardConfig.mk | 43 # Build OpenGLES emulation guest and host 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.
|
/toolchain/binutils/binutils-2.25/ld/ |
ldmain.c | 191 char *emulation; 302 emulation = get_emulation (argc, argv); 303 ldemul_choose_mode (emulation); 333 read the emulation's appropriate default script. */ 404 info_msg (_("%P: mode %s\n"), emulation); 587 /* We need to find any explicitly given emulation in order to initialize the 593 char *emulation; 596 emulation = getenv (EMULATION_ENVIRON); 597 if (emulation == NULL) 598 emulation = DEFAULT_EMULATION 190 char *emulation; local 592 char *emulation; local [all...] |
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
CHANGELOG.md | 31 * Fix: apply latest changes to the `htmlparser2` tree format (DOM Level1 node emulation).
|
/build/target/board/generic_arm64/ |
BoardConfig.mk | 71 # Build OpenGLES emulation host and guest libraries
|