This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


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

Virtual address value in ELF file format...


Hi

I'm studying the ELF binary file format now.
The ELF binary file has the Program header table and it ( Elf64_Phdr
structure) contains p_vaddr member value.

How can I set the p_vaddr value in some ELF file?
And how can I get the virtual address for any physical address?
If I want the ELF file to load at physical address 0x416000, how can I get
virtual address?
Does many other ELF file has the virtual address? Is there not overlap each
other?

Thank you.


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