In case of MIPS64, the pointer size depends on ELF abi. The MIPS64 currently support following abi's
- N32 : - The pointer size is 4 byte
- N64 :- The pointer size is 8 byte
This patch add one more key (eflags) in qProcessInfo which will be use to get correct pointer size based on abi.