Hello!
I am trying to understand something unexpected I am seeing in the relocations
placed into a compiled Linux kernel for the .debug_info section. Those
relocations seem to change the names of various entries in the debug info:
[65] .debug_info PROGBITS
d":
Relocation section '.rela.debug_info' at offset 0xc4b2498 contains 12956143
entries:
0d85 002a000a R_X86_64_32 .debug_str +
66d60
Any other thoughts?
Sincerely,
Bill Messmer
-Original Message-
From: Mark Wielaard
Sent:
Mark,
Thank you very much for the help. I was so fixated on the fact that the
.rela.debug* sections were there that I didn't pay attention to the e_type in
the ELF header. Apparently, neither did the library that I was using to parse
the DWARF data.
Interestingly, I have seen other non-RedHa