Searched refs:code (Results 1 – 18 of 18) sorted by relevance
/scripts/ |
A 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: //'` 221 echo All code >> $T.oo 223 beforemark=`echo "$code"` 236 code=`echo "$code" | cut -c$((${marker} + 1))-` 243 code=`echo $code | sed -e 's/\r//;s/ [<(]/ /;s/[>)] / /;s/ /,0x/g; s/[>)]$//'` [all …]
|
A 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)"
|
A D | git-resolve.sh | 156 echo "Expected exit code: ${expected_exit_codes[$i]}" 157 echo "Got exit code: $exit_code"
|
A 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
|
A D | git.orderFile | 41 # code
|
/scripts/coccinelle/misc/ |
A 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)
|
A 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
|
A D | returnvar.cocci | 8 // Comments: Comments on code can be deleted if near code that is removed.
|
/scripts/coccinelle/null/ |
A 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/gcc-plugins/ |
A D | Kconfig | 25 By saying Y here the kernel will instrument some kernel code to
|
A D | gcc-common.h | 318 return gs->code == GIMPLE_GOTO; in test() 325 return gs->code == GIMPLE_RETURN; in test()
|
A 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()
|
A 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/api/ |
A D | resource_size.cocci | 93 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
|
/scripts/coccinelle/iterators/ |
A D | itnull.cocci | 6 //# happen when the matched code is on the way to a loop exit (break, goto,
|
/scripts/coccinelle/tests/ |
A D | unsigned_lesser_than_zero.cocci | 8 /// developers prefer to keep such code,
|
/scripts/gdb/linux/ |
A D | constants.py.in | 141 * CONFIG_KVM can be "m" but it affects common code too. Use CONFIG_KVM_COMMON
|
/scripts/coccinelle/api/alloc/ |
A D | zalloc-simple.cocci | 7 /// matched code has to be contiguous
|
Completed in 15 milliseconds