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.
Thanks