Structure holding allocated memory addresses for string data placed on the stack for AUXV. More...
#include <lnx_loader.hpp>
Public Attributes | |
| ADDR | random_addr |
| Address of the random data (AT_RANDOM target). | |
| ADDR | prog_name_addr |
| Address of the program path string (AT_EXECFN target). | |
| ADDR | platform_name_addr |
| Address of the platform string (AT_PLATFORM target). | |
Structure holding allocated memory addresses for string data placed on the stack for AUXV.
| ADDR arion::AUXV_PTRS::platform_name_addr |
Address of the platform string (AT_PLATFORM target).
| ADDR arion::AUXV_PTRS::prog_name_addr |
Address of the program path string (AT_EXECFN target).
| ADDR arion::AUXV_PTRS::random_addr |
Address of the random data (AT_RANDOM target).