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

  /external/chromium_org/v8/tools/
disasm.py 56 def GetDisasmLines(filename, offset, size, arch, inplace, arch_flags=""):
61 arch_flags = arch_flags + " " + _ARCH_MAP[arch]
66 OBJDUMP_BIN, ' '.join(_COMMON_DISASM_OPTIONS), arch_flags,
70 OBJDUMP_BIN, ' '.join(_COMMON_DISASM_OPTIONS), arch_flags,
  /external/fio/arch/
arch-sh.h 27 if (arch_flags & ARCH_FLAG_1) \
39 extern unsigned long arch_flags;
53 arch_flags |= ARCH_FLAG_1;
arch-ppc.h 70 if (arch_flags & ARCH_FLAG_1) {
87 arch_flags |= ARCH_FLAG_1;
104 arch_flags &= ~ARCH_FLAG_1;
106 arch_flags |= ARCH_FLAG_1;
arch.h 30 extern unsigned long arch_flags;
  /external/fio/
libfio.c 44 unsigned long arch_flags = 0; variable

Completed in 58 milliseconds