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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
arch.h 114 /** Module-level implementation of yasm_arch_get_machine().
115 * Call yasm_arch_get_machine() instead of calling this function.
206 * Call yasm_arch_get_machine() to get the active machine of a particular
212 * Call yasm_arch_get_machine() to get the active machine of a particular
276 const char *yasm_arch_get_machine(const yasm_arch *arch);
454 #define yasm_arch_get_machine(arch) \ macro
section.c 250 yasm_arch_get_machine(arch));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
xdf-objfmt.c 133 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch), "x86") &&
134 yasm__strcasecmp(yasm_arch_get_machine(object->arch), "amd64")) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
coff-objfmt.c 313 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch), "x86") == 0)
315 else if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
339 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
344 } else if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
377 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 355 if (yasm__strcasecmp(yasm_arch_get_machine(object->arch), "x86") == 0 &&
359 } else if (yasm__strcasecmp(yasm_arch_get_machine(object->arch),
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/codeview/
cv-symline.c 281 if (strcmp(yasm_arch_get_machine(object->arch), "amd64") == 0)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 76 const char *machine = yasm_arch_get_machine(arch);

Completed in 1742 milliseconds