add a AT_ENTRY entry to the auxiliary vector

This commit is contained in:
NAKAMURA Gou
2013-10-08 18:51:16 +09:00
parent bb1390b085
commit a171da1015
4 changed files with 5 additions and 0 deletions

View File

@ -104,6 +104,7 @@ struct program_load_desc {
unsigned long at_phdr;
unsigned long at_phent;
unsigned long at_phnum;
unsigned long at_entry;
char *args;
unsigned long args_len;
char *envs;