Searched refs:code (Results 1 – 15 of 15) sorted by relevance
/scripts/ |
D | decodecode | 23 code= 30 code=$i 37 code="$code $xdump" 47 if [ -z "$code" ]; then 52 echo $code 53 code=`echo $code | sed -e 's/.*Code: //'` 55 width=`expr index "$code" ' '` 93 marker=`expr index "$code" "\<"` 95 marker=`expr index "$code" "\("` 100 echo All code >> $T.oo [all …]
|
D | decode_stacktrace.sh | 74 local code=${cache[$module,$address]} 76 local code=$(${CROSS_COMPILE}addr2line -i -e "$objfile" "$address") 77 cache[$module,$address]=$code 83 if [[ $code == "??:0" ]]; then 88 code=${code#$basepath/} 91 code=${code//$'\n'/' '} 94 symbol="$segment$name ($code)"
|
D | Kbuild.include | 90 # Exit code chooses option. "$$TMP" serves as a temporary file and is
|
/scripts/coccinelle/misc/ |
D | ifcol.cocci | 2 /// 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)
|
D | returnvar.cocci | 8 // Comments: Comments on code can be deleted if near code that is removed.
|
/scripts/gcc-plugins/ |
D | structleak_plugin.c | 89 enum tree_code code = TREE_CODE(fieldtype); in is_userspace_type() local 91 if (code == RECORD_TYPE || code == UNION_TYPE) in is_userspace_type()
|
D | gcc-common.h | 208 static inline bool gimple_call_builtin_p(gimple stmt, enum built_in_function code) in gimple_call_builtin_p() argument 217 return DECL_FUNCTION_CODE(fndecl) == code; in gimple_call_builtin_p() 271 #define int_const_binop(code, arg1, arg2) \ argument 272 int_const_binop((code), (arg1), (arg2), 0) 446 static inline const char *get_tree_code_name(enum tree_code code) in get_tree_code_name() argument 448 gcc_assert(code < MAX_TREE_CODES); in get_tree_code_name() 449 return tree_code_name[code]; in get_tree_code_name() 696 return gs->code == GIMPLE_ASSIGN; in test() 854 return gs->code == GIMPLE_GOTO; in test() 861 return gs->code == GIMPLE_RETURN; in test()
|
D | latent_entropy_plugin.c | 340 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument 343 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()
|
D | randomize_layout_plugin.c | 441 enum tree_code code = TREE_CODE(fieldtype); in is_pure_ops_struct() local 446 if (code == RECORD_TYPE || code == UNION_TYPE) { in is_pure_ops_struct()
|
D | Kconfig | 57 By saying Y here the kernel will instrument some kernel code to
|
/scripts/coccinelle/null/ |
D | kmerr.cocci | 4 /// 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/ |
D | resource_size.cocci | 93 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
|
/scripts/coccinelle/iterators/ |
D | itnull.cocci | 6 //# happen when the matched code is on the way to a loop exit (break, goto,
|
/scripts/coccinelle/tests/ |
D | unsigned_lesser_than_zero.cocci | 8 /// developers prefer to keep such code,
|
/scripts/coccinelle/api/alloc/ |
D | zalloc-simple.cocci | 7 /// matched code has to be contiguous
|