Question

Is there some good document explaining step by step how to apply static arm relocations in elf relocatable files?

I've found this http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044e/IHI0044E_aaelf.pdf but it's still very confusing. I'm not sure I'm getting segmentation faults over and over again...Please, someone?

Was it helpful?

Solution

Best would be to study some preexisting linker I would say. Check Android Bionic's Linker for example. It looks easier to study with around 2000 lines of code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top