Searched refs:code (Results 1 – 18 of 18) sorted by relevance
| /scripts/ |
| D | decodecode | 26 code= 33 code=$i 40 code="$code $xdump" 50 if [ -z "$code" ]; then 55 echo $code 56 code=`echo $code | sed -e 's/.*Code: //'` 58 width=`expr index "$code" ' '` 210 marker=`expr index "$code" "\<"` 212 marker=`expr index "$code" "\("` 221 echo All code >> $T.oo [all …]
|
| D | decode_stacktrace.sh | 191 local code=${cache[$module,$address]} 193 local code=$(${ADDR2LINE} -i -e "$objfile" "$address" 2>/dev/null) 195 cache[$module,$address]=$code 202 if [[ $code == "??:0" ]]; then 207 code=$(while read -r line; do echo "${line#$basepath/}"; done <<< "$code") 210 code=${code//$'\n'/' '} 219 symbol="$segment$name ($code)"
|
| D | head-object-list.txt | 8 # The code marked as __HEAD goes into the ".head.text" section, which is placed 11 # If you can achieve the correct code ordering by linker script, please delete
|
| D | git.orderFile | 41 # code
|
| /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 | struct_size.cocci | 3 /// Check for code that could use struct_size(). 15 // the overflow Kunit tests have some code which intentionally does not use 16 // the macros, so we want to ignore this code when reporting potential
|
| D | returnvar.cocci | 8 // Comments: Comments on code can be deleted if near code that is removed.
|
| /scripts/gcc-plugins/ |
| D | structleak_plugin.c | 87 enum tree_code code = TREE_CODE(fieldtype); in is_userspace_type() local 89 if (code == RECORD_TYPE || code == UNION_TYPE) in is_userspace_type()
|
| D | gcc-common.h | 190 return gs->code == GIMPLE_ASSIGN; in test() 355 return gs->code == GIMPLE_GOTO; in test() 362 return gs->code == GIMPLE_RETURN; in test()
|
| D | Kconfig | 37 By saying Y here the kernel will instrument some kernel code to
|
| D | latent_entropy_plugin.c | 334 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign() argument 337 return gimple_build_assign_with_ops(code, lhs, op1, op2); in create_assign()
|
| D | randomize_layout_plugin.c | 399 enum tree_code code = TREE_CODE(fieldtype); in is_pure_ops_struct() local 404 if (code == RECORD_TYPE || code == UNION_TYPE) { in is_pure_ops_struct()
|
| /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/gdb/linux/ |
| D | constants.py.in | 141 * CONFIG_KVM can be "m" but it affects common code too. Use CONFIG_KVM_COMMON
|
| /scripts/coccinelle/api/alloc/ |
| D | zalloc-simple.cocci | 7 /// matched code has to be contiguous
|