Searched refs:attribute_tables (Results 1 – 3 of 3) sorted by relevance
41 static const struct attribute_spec *attribute_tables[4]; variable59 attribute_tables[0] = lang_hooks.common_attribute_table; in init_attributes()60 attribute_tables[1] = lang_hooks.attribute_table; in init_attributes()61 attribute_tables[2] = lang_hooks.format_attribute_table; in init_attributes()62 attribute_tables[3] = targetm.attribute_table; in init_attributes()65 for (i = 0; i < ARRAY_SIZE (attribute_tables); i++) in init_attributes()66 if (attribute_tables[i] == NULL) in init_attributes()67 attribute_tables[i] = empty_attribute_table; in init_attributes()71 for (i = 0; i < ARRAY_SIZE (attribute_tables); i++) in init_attributes()75 for (j = 0; attribute_tables[i][j].name != NULL; j++) in init_attributes()[all …]
40 static const struct attribute_spec *attribute_tables[4]; variable58 attribute_tables[0] = lang_hooks.common_attribute_table; in init_attributes()59 attribute_tables[1] = lang_hooks.attribute_table; in init_attributes()60 attribute_tables[2] = lang_hooks.format_attribute_table; in init_attributes()61 attribute_tables[3] = targetm.attribute_table; in init_attributes()64 for (i = 0; i < ARRAY_SIZE (attribute_tables); i++) in init_attributes()65 if (attribute_tables[i] == NULL) in init_attributes()66 attribute_tables[i] = empty_attribute_table; in init_attributes()70 for (i = 0; i < ARRAY_SIZE (attribute_tables); i++) in init_attributes()74 for (j = 0; attribute_tables[i][j].name != NULL; j++) in init_attributes()[all …]
10221 (attribute_tables): Now four elements.10424 (attribute_tables, attributes_initialized,