Symbol: property_value
usr.bin/dtc/checking.cc
192
template<property_value::value_type T>
usr.bin/dtc/checking.cc
227
add_property_type_checker<property_value::STRING_LIST>(
usr.bin/dtc/checking.cc
229
add_property_type_checker<property_value::STRING>(
usr.bin/dtc/checking.hh
143
template<property_value::value_type T>
usr.bin/dtc/checking.hh
159
struct property_type_checker <property_value::EMPTY> : public property_checker
usr.bin/dtc/checking.hh
174
struct property_type_checker <property_value::STRING> : public property_checker
usr.bin/dtc/checking.hh
188
struct property_type_checker <property_value::STRING_LIST> :
usr.bin/dtc/checking.hh
212
struct property_type_checker <property_value::PHANDLE> : public property_checker
usr.bin/dtc/checking.hh
268
template<property_value::value_type T>
usr.bin/dtc/fdt.cc
120
property_value::resolve_type()
usr.bin/dtc/fdt.cc
1329
property_value v;
usr.bin/dtc/fdt.cc
1400
std::unordered_map<property_value*, fixup&> phandle_set;
usr.bin/dtc/fdt.cc
175
property_value::size()
usr.bin/dtc/fdt.cc
1799
device_tree::referenced_node(property_value &v)
usr.bin/dtc/fdt.cc
185
property_value::write_as_string(FILE *file)
usr.bin/dtc/fdt.cc
1946
property_value v;
usr.bin/dtc/fdt.cc
1952
v.type = property_value::PHANDLE;
usr.bin/dtc/fdt.cc
1957
v.type = property_value::STRING;
usr.bin/dtc/fdt.cc
2141
property_value v;
usr.bin/dtc/fdt.cc
2143
v.type = property_value::STRING;
usr.bin/dtc/fdt.cc
2167
property_value v;
usr.bin/dtc/fdt.cc
2169
v.type = property_value::STRING;
usr.bin/dtc/fdt.cc
2188
val.type = property_value::BINARY;
usr.bin/dtc/fdt.cc
219
property_value::write_as_cells(FILE *file)
usr.bin/dtc/fdt.cc
2240
property_value pv;
usr.bin/dtc/fdt.cc
2242
pv.type = property_value::BINARY;
usr.bin/dtc/fdt.cc
2257
property_value &old_val = *(--prop->end());
usr.bin/dtc/fdt.cc
243
property_value::write_as_bytes(FILE *file)
usr.bin/dtc/fdt.cc
260
property_value v;
usr.bin/dtc/fdt.cc
285
property_value v;
usr.bin/dtc/fdt.cc
323
v = property_value();
usr.bin/dtc/fdt.cc
326
v.type = property_value::PHANDLE;
usr.bin/dtc/fdt.cc
328
v = property_value();
usr.bin/dtc/fdt.cc
391
property_value v;
usr.bin/dtc/fdt.cc
419
property_value v;
usr.bin/dtc/fdt.cc
427
v.type = property_value::CROSS_REFERENCE;
usr.bin/dtc/fdt.cc
460
property_value v;
usr.bin/dtc/fdt.cc
528
property_value v;
usr.bin/dtc/fdt.cc
63
property_value::get_as_uint32()
usr.bin/dtc/fdt.cc
633
property_value::try_to_merge(property_value &other)
usr.bin/dtc/fdt.cc
682
std::vector<property_value> *vals = &values;
usr.bin/dtc/fdt.cc
683
std::vector<property_value> v;
usr.bin/dtc/fdt.cc
712
property::offset_of_value(property_value &val)
usr.bin/dtc/fdt.cc
78
property_value::push_to_buffer(byte_buffer &buffer)
usr.bin/dtc/fdt.cc
93
property_value::write_dts(FILE *file)
usr.bin/dtc/fdt.hh
203
property_value(std::string l=std::string()) : label(l), type(UNKNOWN) {}
usr.bin/dtc/fdt.hh
223
bool try_to_merge(property_value &other);
usr.bin/dtc/fdt.hh
279
std::vector<property_value> values;
usr.bin/dtc/fdt.hh
356
typedef std::vector<property_value>::iterator value_iterator;
usr.bin/dtc/fdt.hh
374
inline void add_value(property_value v)
usr.bin/dtc/fdt.hh
400
size_t offset_of_value(property_value &val);
usr.bin/dtc/fdt.hh
785
std::vector<property_value*> cross_references;
usr.bin/dtc/fdt.hh
806
property_value &val;
usr.bin/dtc/fdt.hh
936
node_ptr referenced_node(property_value &v);