![]() |
MOS Source Code
|
#include <elf.hpp>
Public Member Functions | |
| void | AddAuxvEntry (u64 type, u64 val) |
Public Attributes | |
| mos::string_view | invocation |
| mos::vector< Elf64_auxv_t > | auxv |
| mos::vector< mos::string > | argv |
| mos::vector< mos::string > | envp |
Definition at line 111 of file elf.hpp.
Referenced by elf_do_fill_process(), and elf_setup_main_thread().
| mos::string_view invocation |
Definition at line 106 of file elf.hpp.
Referenced by elf_setup_main_thread().
| mos::vector<Elf64_auxv_t> auxv |
Definition at line 107 of file elf.hpp.
Referenced by AddAuxvEntry(), and elf_setup_main_thread().
| mos::vector<mos::string> argv |
Definition at line 108 of file elf.hpp.
Referenced by elf_do_fill_process(), and elf_setup_main_thread().
| mos::vector<mos::string> envp |
Definition at line 109 of file elf.hpp.
Referenced by elf_setup_main_thread().