Introduce Packer::relocateLoader(). This is the first step of finally getting
rid of all Packer::patchXXX() methods.
This commit is contained in:
+2
-2
@@ -489,7 +489,7 @@ PackLinuxElf32::buildLinuxLoader(
|
||||
addStubEntrySections(ft);
|
||||
|
||||
defineSymbols(ft);
|
||||
linker->relocate();
|
||||
relocateLoader();
|
||||
}
|
||||
|
||||
void
|
||||
@@ -537,7 +537,7 @@ PackLinuxElf64::buildLinuxLoader(
|
||||
addStubEntrySections(ft);
|
||||
|
||||
defineSymbols(ft);
|
||||
linker->relocate();
|
||||
relocateLoader();
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user