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

/illumos-gate/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c43 #define DT_RET 0xc3 macro
175 if (text[i] == DT_LEAVE && text[i + 1] == DT_RET) {
180 text[i + 1] == DT_REP && text[i + 2] == DT_RET) {
186 text[i + 3] == DT_RET) {
193 text[i + 4] == DT_RET) {
209 if (size == 1 && text[i] == DT_RET)
214 text[i + 1] == DT_RET)

Completed in 58 milliseconds