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

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-linux-nat.c 580 int check_condition (CORE_ADDR watch_addr,
2487 ppc_linux_nat_target::check_condition (CORE_ADDR watch_addr, function in class:ppc_linux_nat_target
2555 && check_condition (addr, cond, &data_value, &len));
2581 if (cond && use_condition && check_condition (addr, cond,
  /src/external/mit/lua/dist/src/
lparser.c 126 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro
1178 check_condition(ls, fs->f->is_vararg,
1391 check_condition(ls, vkisvar(lh->v.k), "syntax error");
1820 check_condition(ls, v.v.k == VCALL, "syntax error");
  /src/external/gpl3/gdb/dist/gdb/
ppc-linux-nat.c 580 int check_condition (CORE_ADDR watch_addr,
2487 ppc_linux_nat_target::check_condition (CORE_ADDR watch_addr, function in class:ppc_linux_nat_target
2555 && check_condition (addr, cond, &data_value, &len));
2581 if (cond && use_condition && check_condition (addr, cond,
  /src/external/gpl3/binutils/dist/gas/config/
rx-parse.c 4905 check_condition (const char * base, struct condition_symbol *t, unsigned int num) function
4982 if (check_condition (condition_opcode_table[ci].string,
4990 if (check_condition ("dcmp", double_condition_table,
  /src/external/gpl3/binutils.old/dist/gas/config/
rx-parse.c 4905 check_condition (const char * base, struct condition_symbol *t, unsigned int num) function
4982 if (check_condition (condition_opcode_table[ci].string,
4990 if (check_condition ("dcmp", double_condition_table,

Completed in 28 milliseconds