Lines Matching refs:xml_find_attribute
155 char *version = xml_find_attribute (attributes, "version")->value; in tdesc_start_target()
171 char *name = xml_find_attribute (attributes, "name")->value; in tdesc_start_feature()
236 char *id = xml_find_attribute (attributes, "id")->value; in tdesc_start_union()
252 char *id = xml_find_attribute (attributes, "id")->value; in tdesc_start_struct()
261 attr = xml_find_attribute (attributes, "size"); in tdesc_start_struct()
277 char *id = xml_find_attribute (attributes, "id")->value; in tdesc_start_flags()
279 xml_find_attribute (attributes, "size")->value; in tdesc_start_flags()
303 field_name = xml_find_attribute (attributes, "name")->value; in tdesc_start_field()
305 attr = xml_find_attribute (attributes, "type"); in tdesc_start_field()
311 attr = xml_find_attribute (attributes, "start"); in tdesc_start_field()
317 attr = xml_find_attribute (attributes, "end"); in tdesc_start_field()