gem5
[DEVELOP-FOR-23.0]
|
Classes | |
class | AuxVector |
Enumerations | |
enum | Type { Null = 0, Ignore = 1, Execfd = 2, Phdr = 3, Phent = 4, Phnum = 5, Pagesz = 6, Base = 7, Flags = 8, Entry = 9, Notelf = 10, Uid = 11, Euid = 12, Gid = 13, Egid = 14, Platform = 15, Hwcap = 16, Clktck = 17, Secure = 23, BasePlatform = 24, Random = 25, Hwcap2 = 26, Execfn = 31, VectorSize = 44 } |
Functions | |
template<class IntType > | |
AuxVector< IntType > | swap_byte (const AuxVector< IntType > &av) |
enum gem5::auxv::Type |
Enumerator | |
---|---|
Null | |
Ignore | |
Execfd | |
Phdr | |
Phent | |
Phnum | |
Pagesz | |
Base | |
Flags | |
Entry | |
Notelf | |
Uid | |
Euid | |
Gid | |
Egid | |
Platform | |
Hwcap | |
Clktck | |
Secure | |
BasePlatform | |
Random | |
Hwcap2 | |
Execfn | |
VectorSize |
Definition at line 65 of file aux_vector.hh.
|
inline |
Definition at line 60 of file aux_vector.hh.
References gem5::auxv::AuxVector< IntType >::type, and gem5::auxv::AuxVector< IntType >::val.