Home
last modified time | relevance | path

Searched refs:annotate (Results 1 – 4 of 4) sorted by relevance

/scripts/dtc/
Ddtx_diff22 --annotate synonym for -T
32 -T annotate output .dts with input source file and line
176 annotate=""
219 -T | --annotate )
220 if [ "${annotate}" = "" ] ; then
221 annotate="-T"
222 elif [ "${annotate}" = "-T" ] ; then
223 annotate="-T -T"
346 -O dts -qq -f ${dtc_sort} ${annotate} -o -"
Dtreesource.c209 if (annotate) { in write_propval()
210 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
289 if (annotate) { in write_propval()
290 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
314 if (annotate) { in write_tree_source_node()
315 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node()
336 if (annotate) { in write_tree_source_node()
337 srcstr = srcpos_string_last(tree->srcpos, annotate); in write_tree_source_node()
Ddtc.c23 int annotate; /* Level of annotation: 1 for input source location variable
266 annotate++; in main()
306 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
Ddtc.h46 extern int annotate; /* annotate .dts with input source location */