PT_MIPS_ABIFLAGS, compression side only, 32-bit only
modified: p_elf_enum.h modified: p_lx_elf.cpp modified: p_lx_elf.h
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
3c294d9721
commit
72ccca9faf
@@ -224,6 +224,10 @@ protected:
|
||||
Elf32_Shdr *shdri; // from input file
|
||||
Elf32_Shdr *shdro; // for output file
|
||||
Elf32_Phdr const *gnu_stack; // propagate NX
|
||||
static unsigned const END_PHDRX = 4;
|
||||
Elf32_Phdr const *phdrx[END_PHDRX]; // "extra" arch-specific Phdr
|
||||
unsigned n_phdrx; // number actually used
|
||||
unsigned sz_phdrx; // total size of bodies
|
||||
unsigned e_phoff;
|
||||
unsigned e_shoff;
|
||||
unsigned sz_dynseg; // PT_DYNAMIC.p_memsz
|
||||
@@ -385,6 +389,10 @@ protected:
|
||||
Elf64_Shdr *shdri; // from input file
|
||||
Elf64_Shdr *shdro; // for output file
|
||||
Elf64_Phdr const *gnu_stack; // propagate NX
|
||||
static unsigned const END_PHDRX = 4;
|
||||
Elf64_Phdr const *phdrx[END_PHDRX]; // "extra" arch-specific Phdr
|
||||
unsigned n_phdrx; // number actually used
|
||||
unsigned sz_phdrx; // total size of bodies
|
||||
upx_uint64_t e_phoff;
|
||||
upx_uint64_t e_shoff;
|
||||
upx_uint64_t sz_dynseg; // PT_DYNAMIC.p_memsz
|
||||
|
||||
Reference in New Issue
Block a user