Searched refs:inst_return (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_run.c175 (!inst_return(ins) || --db_call_depth != 0)) {
177 if (inst_call(ins) || inst_return(ins)) {
207 !inst_return(ins) &&
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_machdep.h95 #define inst_return(ins) (FALSE) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_machdep.h102 #define inst_return(ins) (((ins)&0xff) == I_RET) macro

Completed in 28 milliseconds