On Mon, 03 Mar 2014 15:28:22 +0100, Mark Wielaard wrote: > First the elf_from_remote_memory used the p_align value to see calculate > the file offset and sizes of the segments in memory. But the dynamic > loader doesn't p_align, it uses the actual pagesize,
The elfutils code really seems incorrect. ELF spec talks about p_align it is "congruency", not "alignment". The field name is just confusing. Jan
