MOS Source Code
|
#include <elf.h>
Public Attributes | |
const char * | invocation |
auxv_vec_t | auxv |
int | argc |
const char ** | argv |
int | envc |
const char ** | envp |
const char* invocation |
Definition at line 108 of file elf.h.
Referenced by elf_fill_process(), and elf_setup_main_thread().
auxv_vec_t auxv |
Definition at line 109 of file elf.h.
Referenced by elf_do_fill_process(), and elf_setup_main_thread().
int argc |
Definition at line 110 of file elf.h.
Referenced by elf_do_fill_process(), and elf_setup_main_thread().
const char** argv |
Definition at line 111 of file elf.h.
Referenced by elf_fill_process(), and elf_setup_main_thread().
int envc |
Definition at line 113 of file elf.h.
Referenced by elf_setup_main_thread().
const char** envp |
Definition at line 114 of file elf.h.
Referenced by elf_fill_process(), and elf_setup_main_thread().