Home
last modified time | relevance | path

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

/scripts/
A Ddecodecode26 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 Ddecode_stacktrace.sh191 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 Dgit-resolve.sh156 echo "Expected exit code: ${expected_exit_codes[$i]}"
157 echo "Got exit code: $exit_code"
A Dhead-object-list.txt8 # 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 Dgit.orderFile41 # code
/scripts/coccinelle/misc/
A 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)
A Dstruct_size.cocci3 /// 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 Dreturnvar.cocci8 // Comments: Comments on code can be deleted if near code that is removed.
/scripts/coccinelle/null/
A 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/gcc-plugins/
A DKconfig25 By saying Y here the kernel will instrument some kernel code to
A Dgcc-common.h318 return gs->code == GIMPLE_GOTO; in test()
325 return gs->code == GIMPLE_RETURN; in test()
A Dlatent_entropy_plugin.c334 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 Drandomize_layout_plugin.c399 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 Dresource_size.cocci93 msg="WARNING: Suspicious code. resource_size is maybe missing with %s" % (x)
/scripts/coccinelle/iterators/
A Ditnull.cocci6 //# happen when the matched code is on the way to a loop exit (break, goto,
/scripts/coccinelle/tests/
A Dunsigned_lesser_than_zero.cocci8 /// developers prefer to keep such code,
/scripts/gdb/linux/
A Dconstants.py.in141 * CONFIG_KVM can be "m" but it affects common code too. Use CONFIG_KVM_COMMON
/scripts/coccinelle/api/alloc/
A Dzalloc-simple.cocci7 /// matched code has to be contiguous

Completed in 15 milliseconds