Home
last modified time | relevance | path

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

/scripts/dtc/
Dtreesource.c206 if (annotate) { in write_propval()
207 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
271 if (annotate) { in write_propval()
272 srcstr = srcpos_string_first(prop->srcpos, annotate); in write_propval()
296 if (annotate) { in write_tree_source_node()
297 srcstr = srcpos_string_first(tree->srcpos, annotate); in write_tree_source_node()
318 if (annotate) { in write_tree_source_node()
319 srcstr = srcpos_string_last(tree->srcpos, annotate); in write_tree_source_node()
Ddtx_diff22 --annotate synonym for -T
177 annotate=""
212 -T | --annotate )
213 if [ "${annotate}" = "" ] ; then
214 annotate="-T"
215 elif [ "${annotate}" = "-T" ] ; then
216 annotate="-T -T"
339 -O dts -qq -f ${dtc_sort} ${annotate} -o -"
Ddtc.c23 int annotate; /* Level of annotation: 1 for input source location variable
257 annotate++; in main()
297 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
Ddtc.h46 extern int annotate; /* annotate .dts with input source location */