From Kamal Verma@21:1/5 to All on Tue Jun 7 23:16:30 2016
Hi all,
I was trying to understand the way an ELF executes in various architectures.But when I was studying the MIPS-II ELF 32-bit LSB executable via Readelf ,I found out that there was no relocation section in my executable file.Can anyone explain to me how
does it execute without relocation section.