#include <elf.h>
Data Fields | |
| uInt32 | phType |
| uInt32 | phOffset |
| uInt32 | phVaddr |
| uInt32 | phPaddr |
| uInt32 | phFilesz |
| uInt32 | phMemsz |
| uInt32 | phFlags |
| uInt32 | phAlign |
|
|
Alignment in memory and file. |
|
|
Size of contents in file. |
|
|
Access permission flags. |
|
|
Size of contents in memory. |
|
|
File offset of contents. |
|
|
Physical address (not used). |
|
|
Entry type. |
|
|
Virtual address in memory image. |
1.3.3