Home
last modified time | relevance | path

Searched refs:DT_OP_NOP (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c797 #define DT_OP_NOP 0xd503201f macro
832 if (ip[0] == DT_OP_NOP || ip[0] == DT_OP_RET) in dt_modtext()
853 ip[0] = DT_OP_NOP; in dt_modtext()
874 #define DT_OP_NOP 0x60000000 macro
914 if (ip[0] == DT_OP_NOP) { in dt_modtext()
946 ip[0] = DT_OP_NOP; in dt_modtext()
954 #define DT_OP_NOP 0x00000013 /* addi x0, x0, 0 */ macro
997 if (ip[0] == DT_OP_NOP && (ip[1] == DT_OP_NOP || ip[1] == DT_OP_RET)) in dt_modtext()
1014 ip[0] = DT_OP_NOP; in dt_modtext()
1015 ip[1] = DT_OP_NOP; in dt_modtext()
[all …]