WIP: Elf64 shlib cleanup

modified:   file.cpp
	modified:   file.h
	modified:   p_elf_enum.h
	modified:   p_lx_elf.cpp
	modified:   p_lx_elf.h
This commit is contained in:
John Reiser
2021-07-02 18:33:38 -07:00
committed by Markus F.X.J. Oberhumer
parent d5263a56ce
commit 85f0c5a445
5 changed files with 103 additions and 38 deletions
+1
View File
@@ -86,6 +86,7 @@
#ifdef WANT_PHDR_ENUM
#undef WANT_PHDR_ENUM
enum { // p_type
PT_NULL = 0, /* Ingore: a "comment" */
PT_LOAD = 1, /* Loadable program segment */
PT_DYNAMIC = 2, /* Dynamic linking information */
PT_INTERP = 3, /* Name of program interpreter */