MIPS executables now uses DT_MIPS_RLD_MAP_REL to support PIE.
This tag allows debugging of MIPS position independent executables and provides access to shared library information.
DT_MIPS_RLD_MAP_REL contains an offset from the address of the DT slot to the address of the dynamic link structure.
This patch provides support for DT_MIPS_RLD_MAP_REL tag in LLDB.