Home
last modified time | relevance | path

Searched refs:uncLoader (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/upx/upx-3.96/src/
H A Dp_lx_elf.cpp1148 unsigned char const *const uncLoader = fold_hdrlen + fold; in buildLinuxLoader() local
1154 int r = upx_compress(uncLoader, h.sz_unc, sizeof(h) + cprLoader, &h_sz_cpr, in buildLinuxLoader()
1169 for (unsigned j=0; j < h.sz_unc; ++j) if (tmp[j]!=uncLoader[j]) { in buildLinuxLoader()
1170 printf("%d: %x %x\n", j, tmp[j], uncLoader[j]); in buildLinuxLoader()
1217 unsigned char const *const uncLoader = fold_hdrlen + fold; in buildLinuxLoader() local
1223 int r = upx_compress(uncLoader, h.sz_unc, sizeof(h) + cprLoader, &h_sz_cpr, in buildLinuxLoader()
1238 for (unsigned j=0; j < h.sz_unc; ++j) if (tmp[j]!=uncLoader[j]) { in buildLinuxLoader()
1239 printf("%d: %x %x\n", j, tmp[j], uncLoader[j]); in buildLinuxLoader()
H A Dp_mach.cpp389 unsigned char const *const uncLoader = fold_hdrlen + fold; in buildMachLoader() local
394 int r = upx_compress(uncLoader, h.sz_unc, sizeof(h) + cprLoader, &sz_cpr, in buildMachLoader()