WIP: handling shared library
modified: p_lx_elf.cpp modified: p_unix.cpp modified: p_unix.h
This commit is contained in:
committed by
Markus F.X.J. Oberhumer
parent
ef5b55b4d1
commit
d5263a56ce
+2
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user