#include <pcb.h>
Data Fields | |
int | argc |
Number of command-line arguments. | |
char ** | argv |
Command-line arguments. | |
char * | cwd |
Current working directory. | |
void * | dynamic |
Pointer to ELF dynamic section of the program. | |
entry_point_t | entry |
Program entry point. | |
int | filc |
Number of preset files. | |
fdi_node_t ** | filv |
Preset files. | |
void * | rtld_runtime |
Pointer to dynamic linker state structure (runtime_env_t). |
Holds pointers to data passed from the program loader to the program and/or to the dynamic linker. This includes the program entry point, arguments, environment variables etc.
Definition at line 51 of file pcb.h.