bionic/tools/relocation_packer
Dmitriy Ivanov b293969c6d Reduce p_align for program header to page size.
Having p_align > page_size leads to the situation when striping
 packed executables results in unnecessary p_vaddr adjustments.
 And it also may result (with probability 1 - 1/sizeof(uintptr_t)) in
 misaligned segments following .dynstr

Bug: http://b/20629834
Bug: http://b/18051137
Change-Id: I1c5da4911e4409d63cb09f6b6b0a16ef54f6501b
2015-04-27 20:37:17 -07:00
..
src Reduce p_align for program header to page size. 2015-04-27 20:37:17 -07:00
test_data Reduce p_align for program header to page size. 2015-04-27 20:37:17 -07:00
Android.mk Always use signed leb128 encoding 2015-04-22 12:58:38 -07:00
LICENSE Import relocation packer from chromium repo 2015-03-06 13:01:08 -08:00