_elt               46 arch/sh/mm/extable_64.c 	const struct exception_table_entry *_elt = elt;
_elt               50 arch/sh/mm/extable_64.c 	if (_key > _elt->insn)
_elt               52 arch/sh/mm/extable_64.c 	if (_key < _elt->insn)
_elt              122 include/net/sctp/constants.h #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \
_elt              125 include/net/sctp/constants.h { union sctp_subtype _retval; _retval._elt = _arg; return _retval; }
_elt               97 lib/extable.c  	const struct exception_table_entry *_elt = elt;
_elt              101 lib/extable.c  	if (_key > ex_to_insn(_elt))
_elt              103 lib/extable.c  	if (_key < ex_to_insn(_elt))