support PIE executable for PVAS

This commit is contained in:
Tomoki Shirasawa
2015-12-14 11:05:28 +09:00
parent 5c1dad1660
commit bb81f84709
4 changed files with 27 additions and 0 deletions

View File

@ -143,6 +143,7 @@ struct program_load_desc {
int stack_prot;
int pgid;
int cred[8];
int reloc;
unsigned long entry;
unsigned long user_start;
unsigned long user_end;