Home
last modified time | relevance | path

Searched refs:emulation (Results 1 – 25 of 65) sorted by relevance

123

/external/elfutils/src/libebl/
Deblopenbackend.c52 const char *emulation; member
255 openbackend (elf, emulation, machine) in openbackend() argument
257 const char *emulation;
288 if ((emulation != NULL && strcmp (emulation, machines[cnt].emulation) == 0)
289 || (emulation == NULL && machines[cnt].em == machine))
292 result->emulation = machines[cnt].emulation;
384 result->emulation = "<unknown>";
424 ebl_openbackend_emulation (const char *emulation) in ebl_openbackend_emulation() argument
426 return openbackend (NULL, emulation, EM_NONE); in ebl_openbackend_emulation()
Deblbackendname.c42 return ebl != NULL ? ebl->emulation : gettext ("No backend");
DlibeblP.h45 const char *emulation; member
Dlibebl.h54 extern Ebl *ebl_openbackend_emulation (const char *emulation);
/external/v8/test/promises-aplus/
DREADME5 libraries. To run it in d8 shell, we provides some emulation functions in the
21 The emulation is not complete. Upgrading Promise/A+ tests will require
/external/elfutils/src/src/
Dld.c227 static const char *emulation; variable
339 err = ld_prepare_state (emulation); in main()
585 if (emulation != NULL) in parse_opt_1st()
587 emulation = arg; in parse_opt_1st()
1071 if (emulation != NULL) in determine_output_format()
1073 ld_state.ebl = ebl_openbackend_emulation (emulation); in determine_output_format()
Dld.h1107 extern int ld_prepare_state (const char *emulation);
Dldgeneric.c180 ld_prepare_state (const char *emulation) in ld_prepare_state() argument
231 if (emulation == NULL) in ld_prepare_state()
233 emulation = ebl_backend_name (ld_state.ebl); in ld_prepare_state()
234 assert (emulation != NULL); in ld_prepare_state()
236 size_t emulation_len = strlen (emulation); in ld_prepare_state()
241 strcpy (mempcpy (stpcpy (fname, "libld_"), emulation, emulation_len), ".so"); in ld_prepare_state()
252 strcpy (mempcpy (initname, emulation, emulation_len), "_ld_init"); in ld_prepare_state()
/external/skia/site/dev/chrome/
Drepo.md11 This command does a minimal "just sync the DEPS" emulation of gclient sync for
/external/valgrind/memcheck/tests/x86/
Dpushfpopf_s.S30 # because Vex does an emulation-warning check on the popfl,
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
DCHANGELOG.md31 * Fix: apply latest changes to the `htmlparser2` tree format (DOM Level1 node emulation).
/external/openssh/
DTODO31 - More platforms for for setproctitle() emulation (testing needed)
/external/linux-tools-perf/src/tools/perf/util/
Dparse-events.l147 emulation-faults { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_EMULATION_FAULTS); }
/external/llvm/lib/Target/R600/
DCaymanInstructions.td56 // RECIP_UINT emulation for Cayman
/external/valgrind/none/tests/
Dcmdline1.stdout.exp115 --show-emwarns=no|yes show warnings about emulation limits? [no]
Dcmdline2.stdout.exp115 --show-emwarns=no|yes show warnings about emulation limits? [no]
/external/libusb-compat/
DChangeLog163 Add emulation info to pkg-config file
/external/clang/include/clang/Basic/
DLangOptions.def111 LANGOPT(TraditionalCPP , 1, 0, "traditional CPP emulation")
/external/sonic/doc/
Dindex.md141 a higher or lower pitch, then enable the vocal chord emulation mode for pitch
/external/google-breakpad/m4/
Dax_pthread.m4118 # which is a program returning the flags for the Pth emulation library.
/external/libvpx/libvpx/
DCHANGELOG326 Fix semaphore emulation, spin-wait intrinsics on Windows
577 * Better autotools emulation (--prefix, --libdir, DESTDIR)
/external/mesa3d/m4/
Dax_pthread.m4124 # which is a program returning the flags for the Pth emulation library.
/external/pcre/dist/m4/
Dax_pthread.m4124 # which is a program returning the flags for the Pth emulation library.
/external/harfbuzz_ng/m4/
Dax_pthread.m4124 # which is a program returning the flags for the Pth emulation library.
/external/google-breakpad/src/testing/gtest/m4/
Dacx_pthread.m4100 # which is a program returning the flags for the Pth emulation library.

123