Home
last modified time | relevance | path

Searched defs:OP_LT (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExpression.h78 OP_LT, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExpression.h78 OP_LT, enumerator
/netbsd-src/external/mit/lua/dist/src/
H A Dlopcodes.h281 OP_LT,/* A B k if ((R[A] < R[B]) ~= k) then pc++ */ enumerator
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dbind.c110 #define OP_LT 5 macro