WIP: handling shared library

modified:   p_lx_elf.cpp
	modified:   p_unix.cpp
	modified:   p_unix.h
This commit is contained in:
John Reiser
2021-05-22 16:03:53 -07:00
committed by Markus F.X.J. Oberhumer
parent ef5b55b4d1
commit d5263a56ce
3 changed files with 44 additions and 9 deletions
+2 -1
View File
@@ -74,7 +74,8 @@ protected:
};
virtual void packExtent(const Extent &x,
Filter *, OutputFile *,
unsigned hdr_len = 0, unsigned b_extra = 0);
unsigned hdr_len = 0, unsigned b_extra = 0 ,
bool inhibit_compression_check = false);
virtual void unpackExtent(unsigned wanted, OutputFile *fo,
unsigned &c_adler, unsigned &u_adler,
bool first_PF_X, unsigned szb_info, bool is_rewrite = false);