Searched defs:FBT_PUSHL_EBP (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dfbt.c35 #define FBT_PUSHL_EBP 0x55 macro
289 if (*instr == FBT_PUSHL_EBP)
298 if (instr >= limit || *instr != FBT_PUSHL_EBP) {
307 if (instr[0] != FBT_PUSHL_EBP)

Completed in 44 milliseconds