When imported and build with -buildmode=plugin or anything use dynamic link, go will throw ``` when dynamic linking, R15 is clobbered by a global variable access and is used here ``` ref: [review](https://go-review.googlesource.com/c/go/+/283474/) [src](https://github.com/golang/go/search?q=when+dynamic+linking) [issue](https://github.com/golang/go/issues/18820) PR posted, should just replaced with imm-value, seems no other side effect with that.