I want to know ELF format well in MIPS architecture. But in case of elf spec document on net, it had explained about i386. so I can't find specific sections about MIPS ELF. For example, Sections (.MIPS.stubs, .jcr, .pdr ) and so on. There is a MIPS ABI document in linux-mips.org. But it is very obsolete. As I know, any vendor don't use obsolete system V ABI. Currently, Is any ABI using o32 or n32 and so on. I hope I get a latest MIPS ABI and ELF Spec on Linux/MIPS. Who know where I get it? Thanks in advance.