> This particular part of the rodata would have its own reloc entries. > Do a objdump -Dr and look at the reloc values in rodata.You can see the reloc values into > the text around that place. thanks, now is very clear. I don't know rodata also have its own reloc entries. now, I have met four relocation type, such as: R_MIPS_26, R_MIPS_HI16, R_MIPS_LO16, R_MIPS_32 but are there only these relocation type? and if have other, what's function is those? thanks, -Abel