MOS Source Code
Loading...
Searching...
No Matches
elf_startup_info_t Struct Reference

#include <elf.h>

+ Collaboration diagram for elf_startup_info_t:

Public Attributes

const char * invocation
 
auxv_vec_t auxv
 
int argc
 
const char ** argv
 
int envc
 
const char ** envp
 

Detailed Description

Definition at line 106 of file elf.h.

Member Data Documentation

◆ invocation

const char* invocation

Definition at line 108 of file elf.h.

Referenced by elf_fill_process(), and elf_setup_main_thread().

◆ auxv

auxv_vec_t auxv

Definition at line 109 of file elf.h.

Referenced by elf_do_fill_process(), and elf_setup_main_thread().

◆ argc

int argc

Definition at line 110 of file elf.h.

Referenced by elf_do_fill_process(), and elf_setup_main_thread().

◆ argv

const char** argv

Definition at line 111 of file elf.h.

Referenced by elf_fill_process(), and elf_setup_main_thread().

◆ envc

int envc

Definition at line 113 of file elf.h.

Referenced by elf_setup_main_thread().

◆ envp

const char** envp

Definition at line 114 of file elf.h.

Referenced by elf_fill_process(), and elf_setup_main_thread().


The documentation for this struct was generated from the following file: