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

/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/i386/
H A Ddt_isadep.c49 #define DT_RET 0xc3 macro
201 if (text[i] == DT_LEAVE && text[i + 1] == DT_RET) {
206 text[i + 1] == DT_REP && text[i + 2] == DT_RET) {
212 text[i + 3] == DT_RET) {
219 text[i + 4] == DT_RET) {
235 if (size == 1 && text[i] == DT_RET)
240 text[i + 1] == DT_RET)

Completed in 63 milliseconds