what is .rel.eh_frame REL in elf section
Posted: Sun Jun 23, 2013 10:24 pm
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?
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?