HomeSort by relevance Sort by last modified time
    Searched full:cur_arch_module (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 56 cur_arch_module = NULL; variable
386 if (strcmp(cur_arch_module->keyword, "x86") == 0 &&
391 yasm__xstrdup(cur_arch_module->default_machine_keyword);
394 cur_arch = yasm_arch_create(cur_arch_module, machine_name,
401 _("architecture"), cur_arch_module->keyword);
407 cur_arch_module->keyword);
466 if (strcmp(cur_arch_module->keyword, "x86") == 0) {
649 if (!cur_arch_module) {
650 cur_arch_module = yasm_load_arch("x86");
651 if (!cur_arch_module) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 62 cur_arch_module = NULL; variable
288 cur_arch = yasm_arch_create(cur_arch_module, machine_name,
295 _("architecture"), cur_arch_module->keyword);
301 cur_arch_module->keyword);
355 if (strcmp(cur_arch_module->keyword, "x86") == 0) {
507 cur_arch_module = yasm_load_arch("x86");
508 if (!cur_arch_module) {
514 yasm__xstrdup(cur_arch_module->default_machine_keyword);
518 const yasm_arch_machine *m = cur_arch_module->machines;
520 _("architecture"), cur_arch_module->keyword)
    [all...]

Completed in 156 milliseconds