Home
last modified time | relevance | path

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

/scripts/
Ddecodecode24 code=
31 code=$i
38 code="$code $xdump"
48 if [ -z "$code" ]; then
53 echo $code
54 code=`echo $code | sed -e 's/.*Code: //'`
56 width=`expr index "$code" ' '`
105 marker=`expr index "$code" "\<"`
107 marker=`expr index "$code" "\("`
115 echo All code >> $T.oo
[all …]
Ddecode_stacktrace.sh162 local code=${cache[$module,$address]}
164 local code=$(${ADDR2LINE} -i -e "$objfile" "$address" 2>/dev/null)
166 cache[$module,$address]=$code
173 if [[ $code == "??:0" ]]; then
178 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code")
181 code=${code//$'\n'/' '}
190 symbol="$segment$name ($code)"
DKbuild.include91 # Exit code chooses option. "$$TMP" serves as a temporary file and is
/scripts/coccinelle/misc/
Difcol.cocci2 /// Find confusingly indented code in or after an if. An if branch should
3 /// be indented. The code following an if should not be indented.
4 /// Sometimes, code after an if that is indented is actually intended to be
8 //# calculation does not distinguish between spaces and tabs, so code that
48 msg = "code aligned with following code on line %s" % (p2[0].line)
Dreturnvar.cocci8 // Comments: Comments on code can be deleted if near code that is removed.
/scripts/gcc-plugins/
Dstructleak_plugin.c89 enum tree_code code = TREE_CODE(fieldtype); in is_userspace_type() local
91 if (code == RECORD_TYPE || code == UNION_TYPE) in is_userspace_type()
Dgcc-common.h213 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() argument
222 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p()
276 #define int_const_binop(code, arg1, arg2) \ argument
277 int_const_binop((code), (arg1), (arg2), 0)
451 static inline const char *get_tree_code_name(enum tree_code code) in get_tree_code_name() argument
453 gcc_assert(code < MAX_TREE_CODES); in get_tree_code_name()
454 return tree_code_name[code]; in get_tree_code_name()
701 return gs->code == GIMPLE_ASSIGN; in test()
860 return gs->code == GIMPLE_GOTO; in test()
867 return gs->code == GIMPLE_RETURN; in test()
Dlatent_entropy_plugin.c346 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument
349 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()
Drandomize_layout_plugin.c446 enum tree_code code = TREE_CODE(fieldtype); in is_pure_ops_struct() local
451 if (code == RECORD_TYPE || code == UNION_TYPE) { in is_pure_ops_struct()
DKconfig49 By saying Y here the kernel will instrument some kernel code to
/scripts/coccinelle/null/
Dkmerr.cocci4 /// error handling code later in the function, which may be helpful
5 /// in determining what the error handling code for the call to kmalloc etc
/scripts/coccinelle/api/
Dresource_size.cocci93 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
/scripts/coccinelle/iterators/
Ditnull.cocci6 //# happen when the matched code is on the way to a loop exit (break, goto,
/scripts/coccinelle/tests/
Dunsigned_lesser_than_zero.cocci8 /// developers prefer to keep such code,
/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci7 /// matched code has to be contiguous