Lines Matching refs:STRING
57 .string str ; \
63 .string name ; \
69 #define STRING(tree, name, str) \
71 .string str ;
100 PROP_STR(test_tree1, placeholder, "this is a placeholder string\0string2")
133 STRING(test_tree1, compatible, "compatible")
134 STRING(test_tree1, prop_int, "prop-int")
135 STRING(test_tree1, prop_int64, "prop-int64")
136 STRING(test_tree1, prop_str, "prop-str")
137 STRING(test_tree1, linux_phandle, "linux,phandle")
138 STRING(test_tree1, phandle, "phandle")
139 STRING(test_tree1, reg, "reg")
140 STRING(test_tree1, placeholder, "placeholder")
141 STRING(test_tree1, address_cells, "#address-cells")
142 STRING(test_tree1, size_cells, "#size-cells")
157 STRING(truncated_property, prop_truncated, "truncated")
206 STRING(bad_prop_char, prop, "prop$erty")
235 STRING(ovf_size_strings, x, "x")
254 STRING(truncated_string, good_string, "good")