I'm trying to see the function sizes for some object file compiled for MIPS. On x86 one can use objdump or readelf to see the sizes, however for same weird reason on MIPS these routines show 0 for all functions. Any idea what I'm missing ?
I'm trying to see the function sizes for some object file compiled for MIPS. On x86 one can use objdump or readelf to see the sizes, however for same weird reason on MIPS these routines show 0 for all functions. Any idea what I'm missing ?