rpm
4.5
|
Data Fields | |
const char *const | key |
const int | hasCanon |
const int | hasTranslate |
struct machEquivTable_s | equiv |
struct machCache_s | cache |
defaultEntry | defaults |
canonEntry | canons |
int | defaultsLength |
int | canonsLength |
struct machCache_s tableType_s::cache |
Definition at line 101 of file rpmrc.c.
Referenced by rebuildCompatTables(), and rpmFreeRpmrc().
canonEntry tableType_s::canons |
Definition at line 103 of file rpmrc.c.
Referenced by defaultMachine(), and rpmFreeRpmrc().
int tableType_s::canonsLength |
Definition at line 105 of file rpmrc.c.
Referenced by defaultMachine(), and rpmFreeRpmrc().
defaultEntry tableType_s::defaults |
Definition at line 102 of file rpmrc.c.
Referenced by rpmFreeRpmrc().
int tableType_s::defaultsLength |
Definition at line 104 of file rpmrc.c.
Referenced by rpmFreeRpmrc().
struct machEquivTable_s tableType_s::equiv |
Definition at line 100 of file rpmrc.c.
Referenced by rebuildCompatTables(), rpmFreeRpmrc(), and rpmShowRC().