Fix some ffi info and compile error for LoongArch
1, Fix the ffi_cif members for LoongArch.
See https://github.com/libffi/libffi/blob/master/src/loongarch64/ffitarget.h#L78
2, Fix the GetCodeAddress get result from fCode.
We set fData by fData := ffi_closure_alloc(SizeOf(ffi_closure), @fCode);, the real codeaddress should be set to fCode.
3, As LoongArch has no copy relocation, we should emit la.got for global symbol whether pic or nopic.