Hi,
I try parse elf object file to load it to memory.
In gcc 4.4 only .rel.text relocation section, I just get relocation information from it.
In gcc 4.7.2, .rel.eh_frame section is also REL type.
What is the .rel.eh_frame section?
what is .rel.eh_frame REL in elf section
Re: what is .rel.eh_frame REL in elf section
Have you consulted the System V ABI documents? (There is a base document, a i386 addition, a x86_64 addition, various versions)
Re: what is .rel.eh_frame REL in elf section
Hi sortie,
Thank you for your reply, I will read the document.
Thank you for your reply, I will read the document.