This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 2/2] Add add_p_vaddr to dwfl_report_elf


On Thu, May 02, 2013 at 05:11:13PM +0200, Jan Kratochvil wrote:
> While your paragraph is definitely better it is all too complicated.
> What about:
> 
>          ADD_P_VADDR  BASE      
> ET_EXEC  ignored      ignored   
> ET_DYN   false        absolute address where to place the file
>          true         start address relative to ELF's phdr p_vaddr
> ET_REL   ignored      absolute address where to place the file
> ET_CORE  ignored      ignored   
> 
> ET_DYN ELF phdr p_vaddr address can be non-zero if the shared library has been
> prelinked by tool prelink(8).

Nice idea. A table is much clearer than trying to describe it all in
"readable" English sentences.

> OK this way?

Yes, I like it.

Thanks,

Mark

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]