#include <machine.h>
Public Attributes | |
| int | machine_subtype |
| const char * | name |
| int | n_aliases |
| char ** | aliases |
| char** machine_entry_subtype::aliases |
Definition at line 342 of file machine.h.
Referenced by machine_entry_add_subtype(), machine_list_available_types_and_cpus(), and machine_name_to_type().
| int machine_entry_subtype::machine_subtype |
Definition at line 339 of file machine.h.
Referenced by machine_entry_add_subtype(), and machine_name_to_type().
| int machine_entry_subtype::n_aliases |
Definition at line 341 of file machine.h.
Referenced by machine_entry_add_subtype(), machine_list_available_types_and_cpus(), and machine_name_to_type().
| const char* machine_entry_subtype::name |
Definition at line 340 of file machine.h.
Referenced by machine_entry_add_subtype(), and machine_list_available_types_and_cpus().
1.8.17