HomeSort by: relevance | last modified time | path
    Searched defs:mach_table (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 2157 const struct mach_func mach_table[] =
2177 for (i = 0; i < sizeof(mach_table) / sizeof(struct mach_func); i++)
2179 if (strcasecmp (arg, mach_table[i].name) == 0)
2181 mach_table[i].func();
2185 if (i >= sizeof(mach_table) / sizeof(struct mach_func))
2156 const struct mach_func mach_table[] = variable in typeref:struct:mach_func
tc-m32r.c 172 } mach_table[] =
185 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_table[on].bfd_mach);
188 gas_cgen_cpu_desc->machs = mach_table[on].mach_flags;
171 } mach_table[] = variable in typeref:struct:__anon10058
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 2157 const struct mach_func mach_table[] =
2177 for (i = 0; i < sizeof(mach_table) / sizeof(struct mach_func); i++)
2179 if (strcasecmp (arg, mach_table[i].name) == 0)
2181 mach_table[i].func();
2185 if (i >= sizeof(mach_table) / sizeof(struct mach_func))
2156 const struct mach_func mach_table[] = variable in typeref:struct:mach_func
tc-m32r.c 172 } mach_table[] =
185 bfd_set_arch_mach (stdoutput, TARGET_ARCH, mach_table[on].bfd_mach);
188 gas_cgen_cpu_desc->machs = mach_table[on].mach_flags;
171 } mach_table[] = variable in typeref:struct:__anon11530
  /src/external/gpl3/binutils/dist/include/opcode/
cgen.h 1266 const CGEN_MACH *mach_table;
1249 const CGEN_MACH *mach_table; member in struct:cgen_cpu_desc
  /src/external/gpl3/binutils.old/dist/include/opcode/
cgen.h 1266 const CGEN_MACH *mach_table;
1249 const CGEN_MACH *mach_table; member in struct:cgen_cpu_desc
  /src/external/gpl3/gdb/dist/include/opcode/
cgen.h 1266 const CGEN_MACH *mach_table;
1249 const CGEN_MACH *mach_table; member in struct:cgen_cpu_desc
  /src/external/gpl3/gdb.old/dist/include/opcode/
cgen.h 1266 const CGEN_MACH *mach_table;
1249 const CGEN_MACH *mach_table; member in struct:cgen_cpu_desc

Completed in 38 milliseconds