type unsafe.Pointer

2462 uses

	unsafe (current package)
		unsafe.go#L184: type Pointer *ArbitraryType

	crypto/internal/alias
		alias.go#L15: 		uintptr(unsafe.Pointer(&x[0])) <= uintptr(unsafe.Pointer(&y[len(y)-1])) &&
		alias.go#L16: 		uintptr(unsafe.Pointer(&y[0])) <= uintptr(unsafe.Pointer(&x[len(x)-1]))

	crypto/internal/nistec
		p256_asm.go#L326: 	p256PrecomputedPtr := (*unsafe.Pointer)(unsafe.Pointer(&p256PrecomputedEmbed))
		p256_asm.go#L332: 		newTablePtr := unsafe.Pointer(&newTable)

	hash/crc32
		crc32_amd64.go#L153: 		delta := int(uintptr(unsafe.Pointer(&p[0])) & 7)

	internal/abi
		abi.go#L38: 	Ptrs [IntArgRegs]unsafe.Pointer
		abi.go#L74: func (r *RegArgs) IntRegArgAddr(reg int, argSize uintptr) unsafe.Pointer {
		abi.go#L82: 	return unsafe.Pointer(uintptr(unsafe.Pointer(&r.Ints[reg])) + offset)
		escape.go#L19: func NoEscape(p unsafe.Pointer) unsafe.Pointer {
		escape.go#L21: 	return unsafe.Pointer(x ^ 0)
		iface.go#L26: 	Data unsafe.Pointer
		type.go#L30: 	Equal func(unsafe.Pointer, unsafe.Pointer) bool
		type.go#L171: 	eface := *(*EmptyInterface)(unsafe.Pointer(&a))
		type.go#L177: 	return (*Type)(NoEscape(unsafe.Pointer(eface.Type)))
		type.go#L236: 	return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.mcount > 0"))[:t.Mcount:t.Mcount]
		type.go#L243: 	return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.xcount > 0"))[:t.Xcount:t.Xcount]
		type.go#L253: func addChecked(p unsafe.Pointer, x uintptr, whySafe string) unsafe.Pointer {
		type.go#L254: 	return unsafe.Pointer(uintptr(p) + x)
		type.go#L274: 		return int((*ArrayType)(unsafe.Pointer(t)).Len)
		type.go#L307: 		ch := (*ChanType)(unsafe.Pointer(t))
		type.go#L320: 		return &(*structTypeUncommon)(unsafe.Pointer(t)).u
		type.go#L326: 		return &(*u)(unsafe.Pointer(t)).u
		type.go#L332: 		return &(*u)(unsafe.Pointer(t)).u
		type.go#L338: 		return &(*u)(unsafe.Pointer(t)).u
		type.go#L344: 		return &(*u)(unsafe.Pointer(t)).u
		type.go#L350: 		return &(*u)(unsafe.Pointer(t)).u
		type.go#L356: 		return &(*u)(unsafe.Pointer(t)).u
		type.go#L362: 		return &(*u)(unsafe.Pointer(t)).u
		type.go#L368: 		return &(*u)(unsafe.Pointer(t)).u
		type.go#L376: 		tt := (*ArrayType)(unsafe.Pointer(t))
		type.go#L379: 		tt := (*ChanType)(unsafe.Pointer(t))
		type.go#L382: 		tt := (*MapType)(unsafe.Pointer(t))
		type.go#L385: 		tt := (*PtrType)(unsafe.Pointer(t))
		type.go#L388: 		tt := (*SliceType)(unsafe.Pointer(t))
		type.go#L399: 	return (*StructType)(unsafe.Pointer(t))
		type.go#L407: 	return (*MapType)(unsafe.Pointer(t))
		type.go#L415: 	return (*ArrayType)(unsafe.Pointer(t))
		type.go#L423: 	return (*FuncType)(unsafe.Pointer(t))
		type.go#L431: 	return (*InterfaceType)(unsafe.Pointer(t))
		type.go#L458: 		tt := (*InterfaceType)(unsafe.Pointer(t))
		type.go#L473: 	Hasher     func(unsafe.Pointer, uintptr) uintptr
		type.go#L500: 		return (*MapType)(unsafe.Pointer(t)).Key
		type.go#L551: 	return (*[1 << 16]*Type)(addChecked(unsafe.Pointer(t), uadd, "t.inCount > 0"))[:t.InCount:t.InCount]
		type.go#L562: 	return (*[1 << 17]*Type)(addChecked(unsafe.Pointer(t), uadd, "outCount > 0"))[t.InCount : t.InCount+outCount : t.InCount+outCount]
		type.go#L623: 	return (*byte)(addChecked(unsafe.Pointer(n.Bytes), uintptr(off), whySafe))
		type.go#L629: 	return (*byte)(addChecked(unsafe.Pointer(n.Bytes), uintptr(off), "the runtime doesn't need to give you a reason"))

	internal/asan
		noasan.go#L15: func Read(addr unsafe.Pointer, len uintptr) {}
		noasan.go#L17: func Write(addr unsafe.Pointer, len uintptr) {}

	internal/bytealg
		equal_native.go#L18: func abigen_runtime_memequal(a, b unsafe.Pointer, size uintptr) bool
		equal_native.go#L21: func abigen_runtime_memequal_varlen(a, b unsafe.Pointer) bool

	internal/chacha8rand
		chacha8_generic.go#L61: 	b := (*[16][2]uint64)(unsafe.Pointer(b32))
		chacha8_generic.go#L151: 	b := (*[16][4]uint32)(unsafe.Pointer(buf))

	internal/concurrent
		hashtriemap.go#L42: type hashFunc func(unsafe.Pointer, uintptr) uintptr
		hashtriemap.go#L43: type equalFunc func(unsafe.Pointer, unsafe.Pointer) bool
		hashtriemap.go#L49: 	hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
		hashtriemap.go#L72: 	hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
		hashtriemap.go#L151: 	oldHash := ht.keyHash(unsafe.Pointer(&oldEntry.key), ht.seed)
		hashtriemap.go#L185: 	hash := ht.keyHash(abi.NoEscape(unsafe.Pointer(&key)), ht.seed)
		hashtriemap.go#L358: 		if equal(unsafe.Pointer(&e.key), abi.NoEscape(unsafe.Pointer(&key))) {
		hashtriemap.go#L371: 	if keyEqual(unsafe.Pointer(&head.key), abi.NoEscape(unsafe.Pointer(&key))) &&
		hashtriemap.go#L372: 		valEqual(unsafe.Pointer(&head.value), abi.NoEscape(unsafe.Pointer(&value))) {
		hashtriemap.go#L379: 		if keyEqual(unsafe.Pointer(&e.key), abi.NoEscape(unsafe.Pointer(&key))) &&
		hashtriemap.go#L380: 			valEqual(unsafe.Pointer(&e.value), abi.NoEscape(unsafe.Pointer(&value))) {
		hashtriemap.go#L400: 	return (*entry[K, V])(unsafe.Pointer(n))
		hashtriemap.go#L407: 	return (*indirect[K, V])(unsafe.Pointer(n))

	internal/coverage/rtcov
		rtcov.go#L63: func AddMeta(p unsafe.Pointer, dlen uint32, hash [16]byte, pkgpath string, pkgid int, cmode uint8, cgran uint8) uint32 {

	internal/godebug
		godebug.go#L301: 		write(2, unsafe.Pointer(&b[0]), int32(len(b)))
		godebug.go#L310: func write(fd uintptr, p unsafe.Pointer, n int32) int32

	internal/msan
		nomsan.go#L15: func Read(addr unsafe.Pointer, sz uintptr) {
		nomsan.go#L18: func Write(addr unsafe.Pointer, sz uintptr) {
		nomsan.go#L21: func Malloc(addr unsafe.Pointer, sz uintptr) {
		nomsan.go#L24: func Free(addr unsafe.Pointer, sz uintptr) {
		nomsan.go#L27: func Move(dst, src unsafe.Pointer, sz uintptr) {

	internal/poll
		fd_writev_unix.go#L20: 		r, _, e = syscall.Syscall(syscall.SYS_WRITEV, uintptr(fd), uintptr(unsafe.Pointer(&iovecs[0])), uintptr(len(iovecs)))

	internal/race
		norace.go#L15: func Acquire(addr unsafe.Pointer) {
		norace.go#L18: func Release(addr unsafe.Pointer) {
		norace.go#L21: func ReleaseMerge(addr unsafe.Pointer) {
		norace.go#L30: func Read(addr unsafe.Pointer) {
		norace.go#L33: func Write(addr unsafe.Pointer) {
		norace.go#L36: func ReadRange(addr unsafe.Pointer, len int) {
		norace.go#L39: func WriteRange(addr unsafe.Pointer, len int) {

	internal/reflectlite
		swapper.go#L41: 			ps := *(*[]unsafe.Pointer)(v.ptr)
		type.go#L151: 	return (*byte)(add(unsafe.Pointer(n.bytes), uintptr(off), whySafe))
		type.go#L209: 	copy((*[4]byte)(unsafe.Pointer(&nameOff))[:], (*[4]byte)(unsafe.Pointer(n.DataChecked(off, "name offset field")))[:])
		type.go#L210: 	pkgPathName := name{(*byte)(resolveTypeOff(unsafe.Pointer(n.Bytes), nameOff))}
		type.go#L224: func resolveNameOff(ptrInModule unsafe.Pointer, off int32) unsafe.Pointer
		type.go#L231: func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer
		type.go#L234: 	return abi.Name{Bytes: (*byte)(resolveNameOff(unsafe.Pointer(t.Type), int32(off)))}
		type.go#L238: 	return (*abi.Type)(resolveTypeOff(unsafe.Pointer(t.Type), int32(off)))
		type.go#L380: func add(p unsafe.Pointer, x uintptr, whySafe string) unsafe.Pointer {
		type.go#L381: 	return unsafe.Pointer(uintptr(p) + x)
		type.go#L438: 		v := (*interfaceType)(unsafe.Pointer(V))
		type.go#L566: 		t := (*funcType)(unsafe.Pointer(T))
		type.go#L567: 		v := (*funcType)(unsafe.Pointer(V))
		type.go#L584: 		t := (*interfaceType)(unsafe.Pointer(T))
		type.go#L585: 		v := (*interfaceType)(unsafe.Pointer(V))
		type.go#L600: 		t := (*structType)(unsafe.Pointer(T))
		type.go#L601: 		v := (*structType)(unsafe.Pointer(V))
		value.go#L43: 	ptr unsafe.Pointer
		value.go#L97: 	return (*abi.Type)(abi.NoEscape(unsafe.Pointer(v.typ_)))
		value.go#L102: func (v Value) pointer() unsafe.Pointer {
		value.go#L107: 		return *(*unsafe.Pointer)(v.ptr)
		value.go#L116: 	e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
		value.go#L134: 		e.Data = *(*unsafe.Pointer)(v.ptr)
		value.go#L149: 	e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
		value.go#L248: 			ptr = *(*unsafe.Pointer)(ptr)
		value.go#L254: 		tt := (*ptrType)(unsafe.Pointer(v.typ()))
		value.go#L299: 			ptr = *(*unsafe.Pointer)(ptr)
		value.go#L305: 		return *(*unsafe.Pointer)(v.ptr) == nil
		value.go#L328: func chanlen(unsafe.Pointer) int
		value.go#L331: func maplen(unsafe.Pointer) int
		value.go#L339: 		tt := (*arrayType)(unsafe.Pointer(v.typ()))
		value.go#L369: 	var target unsafe.Pointer
		value.go#L377: 		*(*unsafe.Pointer)(v.ptr) = x.ptr
		value.go#L398: func unsafe_New(*abi.Type) unsafe.Pointer
		value.go#L412: func (v Value) assignTo(context string, dst *abi.Type, target unsafe.Pointer) Value {
		value.go#L455: func arrayAt(p unsafe.Pointer, i int, eltSize uintptr, whySafe string) unsafe.Pointer {
		value.go#L459: func ifaceE2I(t *abi.Type, src any, dst unsafe.Pointer)
		value.go#L464: func typedmemmove(t *abi.Type, dst, src unsafe.Pointer)

	internal/runtime/atomic
		atomic_amd64.go#L23: func Loadp(ptr unsafe.Pointer) unsafe.Pointer {
		atomic_amd64.go#L24: 	return *(*unsafe.Pointer)(ptr)
		atomic_amd64.go#L135: func StorepNoWB(ptr unsafe.Pointer, val unsafe.Pointer)
		stubs.go#L15: func Casp1(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool
		types.go#L438: 	return *(*float64)(unsafe.Pointer(&r))
		types.go#L445: 	f.u.Store(*(*uint64)(unsafe.Pointer(&value)))
		types.go#L459: 	value  unsafe.Pointer
		types.go#L465: func (u *UnsafePointer) Load() unsafe.Pointer {
		types.go#L466: 	return Loadp(unsafe.Pointer(&u.value))
		types.go#L478: func (u *UnsafePointer) StoreNoWB(value unsafe.Pointer) {
		types.go#L479: 	StorepNoWB(unsafe.Pointer(&u.value), value)
		types.go#L483: func (u *UnsafePointer) Store(value unsafe.Pointer) {
		types.go#L490: func storePointer(ptr *unsafe.Pointer, new unsafe.Pointer)
		types.go#L504: func (u *UnsafePointer) CompareAndSwapNoWB(old, new unsafe.Pointer) bool {
		types.go#L511: func (u *UnsafePointer) CompareAndSwap(old, new unsafe.Pointer) bool {
		types.go#L515: func casPointer(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool
		types.go#L539: 	p.u.StoreNoWB(unsafe.Pointer(value))
		types.go#L546: 	p.u.Store(unsafe.Pointer(value))
		types.go#L562: 	return p.u.CompareAndSwapNoWB(unsafe.Pointer(old), unsafe.Pointer(new))
		types.go#L570: 	return p.u.CompareAndSwap(unsafe.Pointer(old), unsafe.Pointer(new))

	internal/runtime/syscall
		syscall_linux.go#L26: 	var ev unsafe.Pointer
		syscall_linux.go#L28: 		ev = unsafe.Pointer(&events[0])
		syscall_linux.go#L30: 		ev = unsafe.Pointer(&_zero)
		syscall_linux.go#L37: 	_, _, e := Syscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0)

	internal/syscall/unix
		at.go#L20: 	_, _, errno := syscall.Syscall(unlinkatTrap, uintptr(dirfd), uintptr(unsafe.Pointer(p)), uintptr(flags))
		at.go#L34: 	fd, _, errno := syscall.Syscall6(openatTrap, uintptr(dirfd), uintptr(unsafe.Pointer(p)), uintptr(flags), uintptr(perm), 0, 0)
		at_fstatat.go#L21: 	_, _, errno := syscall.Syscall6(fstatatTrap, uintptr(dirfd), uintptr(unsafe.Pointer(p)), uintptr(unsafe.Pointer(stat)), uintptr(flags), 0, 0)
		copy_file_range_linux.go#L15: 		uintptr(unsafe.Pointer(roff)),
		copy_file_range_linux.go#L17: 		uintptr(unsafe.Pointer(woff)),
		getrandom.go#L29: 		uintptr(unsafe.Pointer(&p[0])),
		tcsetpgrp_linux.go#L16: 	_, _, errno := syscall.Syscall6(syscall.SYS_IOCTL, uintptr(fd), uintptr(syscall.TIOCSPGRP), uintptr(unsafe.Pointer(&pgid)), 0, 0, 0)

	internal/unsafeheader
		unsafeheader.go#L23: 	Data unsafe.Pointer
		unsafeheader.go#L35: 	Data unsafe.Pointer

	internal/weak
		pointer.go#L52: 	u unsafe.Pointer
		pointer.go#L60: 	var u unsafe.Pointer
		pointer.go#L62: 		u = runtime_registerWeakPointer(unsafe.Pointer(ptr))
		pointer.go#L80: func runtime_registerWeakPointer(unsafe.Pointer) unsafe.Pointer
		pointer.go#L83: func runtime_makeStrongFromWeak(unsafe.Pointer) unsafe.Pointer

	iter
		iter.go#L252: 		race.Acquire(unsafe.Pointer(&racer))
		iter.go#L254: 			race.Release(unsafe.Pointer(&racer))
		iter.go#L266: 			race.Release(unsafe.Pointer(&racer))
		iter.go#L268: 			race.Acquire(unsafe.Pointer(&racer))
		iter.go#L279: 			race.Release(unsafe.Pointer(&racer))
		iter.go#L287: 		race.Write(unsafe.Pointer(&racer)) // detect races
		iter.go#L296: 		race.Release(unsafe.Pointer(&racer))
		iter.go#L298: 		race.Acquire(unsafe.Pointer(&racer))
		iter.go#L312: 		race.Write(unsafe.Pointer(&racer)) // detect races
		iter.go#L316: 			race.Release(unsafe.Pointer(&racer))
		iter.go#L318: 			race.Acquire(unsafe.Pointer(&racer))
		iter.go#L368: 		race.Acquire(unsafe.Pointer(&racer))
		iter.go#L370: 			race.Release(unsafe.Pointer(&racer))
		iter.go#L382: 			race.Release(unsafe.Pointer(&racer))
		iter.go#L384: 			race.Acquire(unsafe.Pointer(&racer))
		iter.go#L395: 			race.Release(unsafe.Pointer(&racer))
		iter.go#L404: 		race.Write(unsafe.Pointer(&racer)) // detect races
		iter.go#L413: 		race.Release(unsafe.Pointer(&racer))
		iter.go#L415: 		race.Acquire(unsafe.Pointer(&racer))
		iter.go#L429: 		race.Write(unsafe.Pointer(&racer)) // detect races
		iter.go#L433: 			race.Release(unsafe.Pointer(&racer))
		iter.go#L435: 			race.Acquire(unsafe.Pointer(&racer))

	math
		unsafe.go#L24: func Float32bits(f float32) uint32 { return *(*uint32)(unsafe.Pointer(&f)) }
		unsafe.go#L30: func Float32frombits(b uint32) float32 { return *(*float32)(unsafe.Pointer(&b)) }
		unsafe.go#L35: func Float64bits(f float64) uint64 { return *(*uint64)(unsafe.Pointer(&f)) }
		unsafe.go#L41: func Float64frombits(b uint64) float64 { return *(*float64)(unsafe.Pointer(&b)) }

	net
		cgo_unix.go#L133: 	gerrno, err := _C_getaddrinfo(nil, (*_C_char)(unsafe.Pointer(&cservice[0])), hints, &res)
		cgo_unix.go#L152: 			sa := (*syscall.RawSockaddrInet4)(unsafe.Pointer(*_C_ai_addr(r)))
		cgo_unix.go#L153: 			p := (*[2]byte)(unsafe.Pointer(&sa.Port))
		cgo_unix.go#L156: 			sa := (*syscall.RawSockaddrInet6)(unsafe.Pointer(*_C_ai_addr(r)))
		cgo_unix.go#L157: 			p := (*[2]byte)(unsafe.Pointer(&sa.Port))
		cgo_unix.go#L181: 	gerrno, err := _C_getaddrinfo((*_C_char)(unsafe.Pointer(h)), nil, &hints, &res)
		cgo_unix.go#L212: 			sa := (*syscall.RawSockaddrInet4)(unsafe.Pointer(*_C_ai_addr(r)))
		cgo_unix.go#L216: 			sa := (*syscall.RawSockaddrInet6)(unsafe.Pointer(*_C_ai_addr(r)))
		cgo_unix.go#L325: 		state = (*_C_struct___res_state)(unsafe.Pointer(&memSlice[0]))
		cgo_unix.go#L342: 	defer _C_free(unsafe.Pointer(buf))
		cgo_unix.go#L351: 		size := _C_res_nsearch(state, (*_C_char)(unsafe.Pointer(s)), class, rtype, buf, bufSize)
		cgo_unix.go#L360: 		_C_free(unsafe.Pointer(buf))
		cgo_unix.go#L366: 	if _, err := p.Start(unsafe.Slice((*byte)(unsafe.Pointer(buf)), size)); err != nil {
		interface_linux.go#L32: 			ifim := (*syscall.IfInfomsg)(unsafe.Pointer(&m.Data[0]))
		interface_linux.go#L91: 			ifi.MTU = int(*(*uint32)(unsafe.Pointer(&a.Value[:4][0])))
		interface_linux.go#L155: 			ifam := (*syscall.IfAddrmsg)(unsafe.Pointer(&m.Data[0]))
		interface_linux.go#L241: 				i := *(*uint32)(unsafe.Pointer(&b[:4][0]))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L16: func _Cgo_ptr(ptr unsafe.Pointer) unsafe.Pointer { return ptr }
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L71: func _cgo_runtime_cgocall(unsafe.Pointer, uintptr) int32
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L101: var _cgo_04fbb8f65a5f_C2func_getaddrinfo = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_C2func_getaddrinfo)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L105: 	errno := _cgo_runtime_cgocall(_cgo_04fbb8f65a5f_C2func_getaddrinfo, uintptr(unsafe.Pointer(&p0)))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L118: var _cgo_04fbb8f65a5f_C2func_getnameinfo = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_C2func_getnameinfo)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L122: 	errno := _cgo_runtime_cgocall(_cgo_04fbb8f65a5f_C2func_getnameinfo, uintptr(unsafe.Pointer(&p0)))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L144: func _Cfunc__CMalloc(n _Ctype_size_t) unsafe.Pointer {
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L150: var _cgo_04fbb8f65a5f_Cfunc_free = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_Cfunc_free)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L153: func _Cfunc_free(p0 unsafe.Pointer) (r1 _Ctype_void) {
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L154: 	_cgo_runtime_cgocall(_cgo_04fbb8f65a5f_Cfunc_free, uintptr(unsafe.Pointer(&p0)))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L163: var _cgo_04fbb8f65a5f_Cfunc_freeaddrinfo = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_Cfunc_freeaddrinfo)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L167: 	_cgo_runtime_cgocall(_cgo_04fbb8f65a5f_Cfunc_freeaddrinfo, uintptr(unsafe.Pointer(&p0)))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L176: var _cgo_04fbb8f65a5f_Cfunc_gai_strerror = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_Cfunc_gai_strerror)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L180: 	_cgo_runtime_cgocall(_cgo_04fbb8f65a5f_Cfunc_gai_strerror, uintptr(unsafe.Pointer(&p0)))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L189: var _cgo_04fbb8f65a5f_Cfunc_getaddrinfo = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_Cfunc_getaddrinfo)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L193: 	_cgo_runtime_cgocall(_cgo_04fbb8f65a5f_Cfunc_getaddrinfo, uintptr(unsafe.Pointer(&p0)))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L205: var _cgo_04fbb8f65a5f_Cfunc_getnameinfo = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_Cfunc_getnameinfo)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L209: 	_cgo_runtime_cgocall(_cgo_04fbb8f65a5f_Cfunc_getnameinfo, uintptr(unsafe.Pointer(&p0)))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L224: var _cgo_04fbb8f65a5f_Cfunc_res_search = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_Cfunc_res_search)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L228: 	_cgo_runtime_cgocall(_cgo_04fbb8f65a5f_Cfunc_res_search, uintptr(unsafe.Pointer(&p0)))
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L242: var _cgo_04fbb8f65a5f_Cfunc__Cmalloc = unsafe.Pointer(&__cgofn__cgo_04fbb8f65a5f_Cfunc__Cmalloc)
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L248: func _cgo_cmalloc(p0 uint64) (r1 unsafe.Pointer) {
		34b0aa996b5ce1000ab564f8d6282d816b13134c03a4edd92859d540ab9e2a27-d#L249: 	_cgo_runtime_cgocall(_cgo_04fbb8f65a5f_Cfunc__Cmalloc, uintptr(unsafe.Pointer(&p0)))
		cgo_resnew.go#L23: 	gerrno, err := ( /*line :20:17*/_C2func_getnameinfo /*line :20:29*/)(sa, salen, (* /*line :20:44*/_Ctype_char /*line :20:50*/)(unsafe.Pointer(&b[0])),  /*line :20:76*/_Ctype_socklen_t /*line :20:87*/(len(b)), nil, 0, ( /*line :20:105*/_Ciconst_NI_NAMEREQD /*line :20:117*/))
		cgo_socknew.go#L28: 	return (* /*line :25:11*/_Ctype_struct_sockaddr /*line :25:28*/)(unsafe.Pointer(&sa))
		cgo_socknew.go#L34: 	return (* /*line :31:11*/_Ctype_struct_sockaddr /*line :31:28*/)(unsafe.Pointer(&sa))
		cgo_unix_cgo.go#L62: func _C_malloc(n uintptr) unsafe.Pointer { return ( /*line :59:51*/_Cfunc__CMalloc /*line :59:58*/)( /*line :59:60*/_Ctype_size_t /*line :59:68*/(n)) }
		cgo_unix_cgo.go#L63: func _C_free(p unsafe.Pointer)           { func() { _cgo0 := /*line :60:51*/p; _cgoCheckPointer(_cgo0, nil); /*line :60:53*/_Cfunc_free(_cgo0); }() }

	os
		pidfd_linux.go#L110: 		_, _, e = syscall.Syscall6(syscall.SYS_WAITID, _P_PIDFD, handle, uintptr(unsafe.Pointer(&info)), syscall.WEXITED, uintptr(unsafe.Pointer(&rusage)), 0)
		wait_waitid.go#L32: 		_, _, e = syscall.Syscall6(syscall.SYS_WAITID, _P_PID, uintptr(p.Pid), uintptr(unsafe.Pointer(psig)), syscall.WEXITED|syscall.WNOWAIT, 0, 0)

	reflect
		abi.go#L224: 		tt := (*arrayType)(unsafe.Pointer(t))
		abi.go#L237: 		st := (*structType)(unsafe.Pointer(t))
		abi.go#L473: func intFromReg(r *abi.RegArgs, reg int, argSize uintptr, to unsafe.Pointer) {
		abi.go#L480: func intToReg(r *abi.RegArgs, reg int, argSize uintptr, from unsafe.Pointer) {
		abi.go#L487: func floatFromReg(r *abi.RegArgs, reg int, argSize uintptr, to unsafe.Pointer) {
		abi.go#L492: 		*(*float64)(to) = *(*float64)(unsafe.Pointer(&r.Floats[reg]))
		abi.go#L501: func floatToReg(r *abi.RegArgs, reg int, argSize uintptr, from unsafe.Pointer) {
		badlinkname.go#L130: func badlinkname_Value_pointer(Value) unsafe.Pointer
		deepequal.go#L19: 	a1  unsafe.Pointer
		deepequal.go#L20: 	a2  unsafe.Pointer
		deepequal.go#L63: 		ptrval := func(v Value) unsafe.Pointer {
		float32reg_generic.go#L18: 	return *(*float32)(unsafe.Pointer(&i))
		float32reg_generic.go#L22: 	return uint64(*(*uint32)(unsafe.Pointer(&val)))
		makefunc.go#L52: 	ftyp := (*funcType)(unsafe.Pointer(t))
		makefunc.go#L70: 	return Value{t, unsafe.Pointer(impl), flag(Func)}
		makefunc.go#L107: 	ftyp := (*funcType)(unsafe.Pointer(v.Type().(*rtype)))
		makefunc.go#L129: 	return Value{ftyp.Common(), unsafe.Pointer(fv), v.flag&flagRO | flag(Func)}
		makefunc.go#L168: 			*(*uintptr)(unsafe.Pointer(&args.Ptrs[i])) = arg
		makefunc.go#L173: 			*(*uintptr)(unsafe.Pointer(&args.Ptrs[i])) = 0
		swapper.go#L42: 			ps := *(*[]unsafe.Pointer)(v.ptr)
		type.go#L427: 	copy((*[4]byte)(unsafe.Pointer(&nameOff))[:], (*[4]byte)(unsafe.Pointer(n.DataChecked(off, "name offset field")))[:])
		type.go#L428: 	pkgPathName := abi.Name{Bytes: (*byte)(resolveTypeOff(unsafe.Pointer(n.Bytes), nameOff))}
		type.go#L506: func resolveNameOff(ptrInModule unsafe.Pointer, off int32) unsafe.Pointer
		type.go#L513: func resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer
		type.go#L520: func resolveTextOff(rtype unsafe.Pointer, off int32) unsafe.Pointer
		type.go#L536: func addReflectOff(ptr unsafe.Pointer) int32
		type.go#L541: 	return aNameOff(addReflectOff(unsafe.Pointer(n.Bytes)))
		type.go#L547: 	return aTypeOff(addReflectOff(unsafe.Pointer(t)))
		type.go#L553: func resolveReflectText(ptr unsafe.Pointer) aTextOff {
		type.go#L558: 	return abi.Name{Bytes: (*byte)(resolveNameOff(unsafe.Pointer(t), int32(off)))}
		type.go#L562: 	return (*abi.Type)(resolveTypeOff(unsafe.Pointer(t), int32(off)))
		type.go#L565: func (t *rtype) textOff(off aTextOff) unsafe.Pointer {
		type.go#L566: 	return resolveTextOff(unsafe.Pointer(t), int32(off))
		type.go#L569: func textOffFor(t *abi.Type, off aTextOff) unsafe.Pointer {
		type.go#L610: 		tt := (*interfaceType)(unsafe.Pointer(t))
		type.go#L618: 		tt := (*interfaceType)(unsafe.Pointer(t))
		type.go#L630: 	ft := (*funcType)(unsafe.Pointer(mtyp))
		type.go#L643: 	fn := unsafe.Pointer(&tfn)
		type.go#L652: 		tt := (*interfaceType)(unsafe.Pointer(t))
		type.go#L724: 	tt := (*abi.ChanType)(unsafe.Pointer(t))
		type.go#L729: 	return (*rtype)(unsafe.Pointer(t))
		type.go#L748: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L756: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L764: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L772: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L780: 	tt := (*mapType)(unsafe.Pointer(t))
		type.go#L788: 	tt := (*arrayType)(unsafe.Pointer(t))
		type.go#L796: 	tt := (*structType)(unsafe.Pointer(t))
		type.go#L804: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L812: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L820: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L828: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L836: 	tt := (*abi.FuncType)(unsafe.Pointer(t))
		type.go#L958: func add(p unsafe.Pointer, x uintptr, whySafe string) unsafe.Pointer {
		type.go#L959: 	return unsafe.Pointer(uintptr(p) + x)
		type.go#L1247: 				styp := (*structType)(unsafe.Pointer(ntyp))
		type.go#L1337: 		p := (*ptrType)(unsafe.Pointer(tt))
		type.go#L1347: 	var iptr any = (*unsafe.Pointer)(nil)
		type.go#L1348: 	prototype := *(**ptrType)(unsafe.Pointer(&iptr))
		type.go#L1413: 	t := (*interfaceType)(unsafe.Pointer(T))
		type.go#L1431: 		v := (*interfaceType)(unsafe.Pointer(V))
		type.go#L1567: 		t := (*funcType)(unsafe.Pointer(T))
		type.go#L1568: 		v := (*funcType)(unsafe.Pointer(V))
		type.go#L1585: 		t := (*interfaceType)(unsafe.Pointer(T))
		type.go#L1586: 		v := (*interfaceType)(unsafe.Pointer(V))
		type.go#L1601: 		t := (*structType)(unsafe.Pointer(T))
		type.go#L1602: 		v := (*structType)(unsafe.Pointer(V))
		type.go#L1653: func typelinks() (sections []unsafe.Pointer, offset [][]int32)
		type.go#L1664: func rtypeOff(section unsafe.Pointer, off int32) *abi.Type {
		type.go#L1783: 		ch := (*chanType)(unsafe.Pointer(tt))
		type.go#L1791: 	var ichan any = (chan unsafe.Pointer)(nil)
		type.go#L1792: 	prototype := *(**chanType)(unsafe.Pointer(&ichan))
		type.go#L1827: 		mt := (*mapType)(unsafe.Pointer(tt))
		type.go#L1837: 	var imap any = (map[unsafe.Pointer]unsafe.Pointer)(nil)
		type.go#L1838: 	mt := **(**mapType)(unsafe.Pointer(&imap))
		type.go#L1845: 	mt.Hasher = func(p unsafe.Pointer, seed uintptr) uintptr {
		type.go#L1919: 	prototype := *(**funcType)(unsafe.Pointer(&ifunc))
		type.go#L1927: 	ft := (*funcType)(unsafe.Pointer(o.Field(0).Addr().Pointer()))
		type.go#L1928: 	args := unsafe.Slice((**rtype)(unsafe.Pointer(o.Field(1).Addr().Pointer())), n)[0:0:n]
		type.go#L2012: 			repr = append(repr, stringFor((*sliceType)(unsafe.Pointer(t)).Elem)...)
		type.go#L2045: 		tt := (*arrayType)(unsafe.Pointer(t))
		type.go#L2048: 		tt := (*structType)(unsafe.Pointer(t))
		type.go#L2072: 		tt := (*arrayType)(unsafe.Pointer(t))
		type.go#L2075: 		tt := (*structType)(unsafe.Pointer(t))
		type.go#L2094: 		tt := (*arrayType)(unsafe.Pointer(t))
		type.go#L2097: 		tt := (*structType)(unsafe.Pointer(t))
		type.go#L2173: 	return (*[1 << 30]byte)(unsafe.Pointer(t.t.GCData))[begin:end:end]
		type.go#L2200: 		n := uintptr(*(*uint32)(unsafe.Pointer(typ.GCData)))
		type.go#L2235: 		slice := (*sliceType)(unsafe.Pointer(tt))
		type.go#L2243: 	var islice any = ([]unsafe.Pointer)(nil)
		type.go#L2244: 	prototype := *(**sliceType)(unsafe.Pointer(&islice))
		type.go#L2406: 				ift := (*interfaceType)(unsafe.Pointer(ft))
		type.go#L2413: 					fnStub := resolveReflectText(unsafe.Pointer(abi.FuncPCABIInternal(embeddedIfaceMethStub)))
		type.go#L2422: 				ptr := (*ptrType)(unsafe.Pointer(ft))
		type.go#L2587: 	prototype := *(**structType)(unsafe.Pointer(&istruct))
		type.go#L2685: 		*(*uint32)(unsafe.Pointer(&prog[0])) = uint32(len(prog) - 4)
		type.go#L2698: 		typ.Equal = func(p, q unsafe.Pointer) bool {
		type.go#L2757: 		st := (*structType)(unsafe.Pointer(t))
		type.go#L2798: 		array := (*arrayType)(unsafe.Pointer(tt))
		type.go#L2806: 	var iarray any = [1]unsafe.Pointer{}
		type.go#L2807: 	prototype := *(**arrayType)(unsafe.Pointer(&iarray))
		type.go#L2881: 		*(*uint32)(unsafe.Pointer(&prog[0])) = uint32(len(prog) - 4)
		type.go#L2892: 		array.Equal = func(p, q unsafe.Pointer) bool {
		type.go#L3064: 		tt := (*arrayType)(unsafe.Pointer(t))
		type.go#L3071: 		tt := (*structType)(unsafe.Pointer(t))
		value.go#L46: 	ptr unsafe.Pointer
		value.go#L105: 	return (*abi.Type)(abi.NoEscape(unsafe.Pointer(v.typ_)))
		value.go#L111: func (v Value) pointer() unsafe.Pointer {
		value.go#L116: 		return *(*unsafe.Pointer)(v.ptr)
		value.go#L125: 	e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
		value.go#L143: 		e.Data = *(*unsafe.Pointer)(v.ptr)
		value.go#L158: 	e := (*abi.EmptyInterface)(unsafe.Pointer(&i))
		value.go#L209: 	word unsafe.Pointer
		value.go#L322: 		n := int((*arrayType)(unsafe.Pointer(v.typ())).Len)
		value.go#L390: 	t := (*funcType)(unsafe.Pointer(v.typ()))
		value.go#L392: 		fn       unsafe.Pointer
		value.go#L400: 		fn = *(*unsafe.Pointer)(v.ptr)
		value.go#L474: 	var stackArgs unsafe.Pointer
		value.go#L477: 			stackArgs = framePool.Get().(unsafe.Pointer)
		value.go#L503: 			storeRcvr(rcvr, unsafe.Pointer(&regArgs.Ptrs[st.ireg]))
		value.go#L506: 			storeRcvr(rcvr, unsafe.Pointer(&regArgs.Ints[st.ireg]))
		value.go#L508: 			storeRcvr(rcvr, unsafe.Pointer(&regArgs.Floats[st.freg]))
		value.go#L532: 					*(*unsafe.Pointer)(addr) = v.ptr
		value.go#L544: 						regArgs.Ptrs[st.ireg] = *(*unsafe.Pointer)(offset)
		value.go#L658: 					*((*unsafe.Pointer)(s)) = regArgs.Ptrs[st.ireg]
		value.go#L695: func callReflect(ctxt *makeFuncImpl, frame unsafe.Pointer, retValid *bool, regs *abi.RegArgs) {
		value.go#L731: 				v.ptr = *(*unsafe.Pointer)(add(ptr, st.stkOff, "1-ptr"))
		value.go#L746: 						*((*unsafe.Pointer)(s)) = regs.Ptrs[st.ireg]
		value.go#L875: func methodReceiver(op string, v Value, methodIndex int) (rcvrtype *abi.Type, t *funcType, fn unsafe.Pointer) {
		value.go#L878: 		tt := (*interfaceType)(unsafe.Pointer(v.typ()))
		value.go#L891: 		fn = unsafe.Pointer(&unsafe.Slice(&iface.itab.Fun[0], i+1)[i])
		value.go#L892: 		t = (*funcType)(unsafe.Pointer(tt.typeOff(m.Typ)))
		value.go#L904: 		fn = unsafe.Pointer(&ifn)
		value.go#L905: 		t = (*funcType)(unsafe.Pointer(typeOffFor(v.typ(), m.Mtyp)))
		value.go#L914: func storeRcvr(v Value, p unsafe.Pointer) {
		value.go#L919: 		*(*unsafe.Pointer)(p) = iface.word
		value.go#L921: 		*(*unsafe.Pointer)(p) = *(*unsafe.Pointer)(v.ptr)
		value.go#L923: 		*(*unsafe.Pointer)(p) = v.ptr
		value.go#L952: func callMethod(ctxt *methodValue, frame unsafe.Pointer, retValid *bool, regs *abi.RegArgs) {
		value.go#L970: 	methodFrame := methodFramePool.Get().(unsafe.Pointer)
		value.go#L981: 		storeRcvr(rcvr, unsafe.Pointer(&methodRegs.Ptrs[st.ireg]))
		value.go#L984: 		storeRcvr(rcvr, unsafe.Pointer(&methodRegs.Ints[st.ireg]))
		value.go#L986: 		storeRcvr(rcvr, unsafe.Pointer(&methodRegs.Floats[st.freg]))
		value.go#L1032: 					methodRegs.Ptrs[mStep.ireg] = *(*unsafe.Pointer)(from)
		value.go#L1051: 					*(*unsafe.Pointer)(to) = valueRegs.Ptrs[vStep.ireg]
		value.go#L1143: 	pc := *(*uintptr)(unsafe.Pointer(&f))
		value.go#L1183: 	tt := (*chanType)(unsafe.Pointer(v.typ()))
		value.go#L1253: 			ptr = *(*unsafe.Pointer)(ptr)
		value.go#L1259: 		tt := (*ptrType)(unsafe.Pointer(v.typ()))
		value.go#L1274: 	tt := (*structType)(unsafe.Pointer(v.typ()))
		value.go#L1397: 		tt := (*arrayType)(unsafe.Pointer(v.typ()))
		value.go#L1420: 		tt := (*sliceType)(unsafe.Pointer(v.typ()))
		value.go#L1553: 			ptr = *(*unsafe.Pointer)(ptr)
		value.go#L1559: 		return *(*unsafe.Pointer)(v.ptr) == nil
		value.go#L1591: 		typ := (*abi.ArrayType)(unsafe.Pointer(v.typ()))
		value.go#L1597: 			return typ.Equal(abi.NoEscape(v.ptr), unsafe.Pointer(&zeroVal[0]))
		value.go#L1619: 		typ := (*abi.StructType)(unsafe.Pointer(v.typ()))
		value.go#L1623: 			return typ.Equal(abi.NoEscape(v.ptr), unsafe.Pointer(&zeroVal[0]))
		value.go#L1653: 	for uintptr(unsafe.Pointer(&b[0]))%8 != 0 {
		value.go#L1671: 	w := unsafe.Slice((*uint64)(unsafe.Pointer(&b[0])), len(b)/8)
		value.go#L1738: 		*(*unsafe.Pointer)(v.ptr) = nil
		value.go#L1767: 		tt := (*arrayType)(unsafe.Pointer(v.typ()))
		value.go#L1793: 	tt := (*mapType)(unsafe.Pointer(v.typ()))
		value.go#L1803: 	var e unsafe.Pointer
		value.go#L1809: 		var k unsafe.Pointer
		value.go#L1813: 			k = unsafe.Pointer(&key.ptr)
		value.go#L1832: 	tt := (*mapType)(unsafe.Pointer(v.typ()))
		value.go#L1865: 	key         unsafe.Pointer
		value.go#L1866: 	elem        unsafe.Pointer
		value.go#L1867: 	t           unsafe.Pointer
		value.go#L1868: 	h           unsafe.Pointer
		value.go#L1869: 	buckets     unsafe.Pointer
		value.go#L1870: 	bptr        unsafe.Pointer
		value.go#L1871: 	overflow    *[]unsafe.Pointer
		value.go#L1872: 	oldoverflow *[]unsafe.Pointer
		value.go#L1903: 	t := (*mapType)(unsafe.Pointer(iter.m.typ()))
		value.go#L1922: 	var target unsafe.Pointer
		value.go#L1927: 	t := (*mapType)(unsafe.Pointer(iter.m.typ()))
		value.go#L1946: 	t := (*mapType)(unsafe.Pointer(iter.m.typ()))
		value.go#L1965: 	var target unsafe.Pointer
		value.go#L1970: 	t := (*mapType)(unsafe.Pointer(iter.m.typ()))
		value.go#L2046: func copyVal(typ *abi.Type, fl flag, ptr unsafe.Pointer) Value {
		value.go#L2054: 	return Value{typ, *(*unsafe.Pointer)(ptr), fl}
		value.go#L2115: 	tt := (*structType)(unsafe.Pointer(v.typ()))
		value.go#L2232: 			p = *(*unsafe.Pointer)(p)
		value.go#L2257: 	tt := (*chanType)(unsafe.Pointer(v.typ()))
		value.go#L2263: 	var p unsafe.Pointer
		value.go#L2269: 		p = unsafe.Pointer(&val.ptr)
		value.go#L2290: 	tt := (*chanType)(unsafe.Pointer(v.typ()))
		value.go#L2296: 	var p unsafe.Pointer
		value.go#L2300: 		p = unsafe.Pointer(&x.ptr)
		value.go#L2312: 	var target unsafe.Pointer
		value.go#L2318: 		if x.ptr == unsafe.Pointer(&zeroVal[0]) {
		value.go#L2324: 		*(*unsafe.Pointer)(v.ptr) = x.ptr
		value.go#L2442: 	tt := (*mapType)(unsafe.Pointer(v.typ()))
		value.go#L2452: 		var e unsafe.Pointer
		value.go#L2456: 			e = unsafe.Pointer(&elem.ptr)
		value.go#L2463: 	var k unsafe.Pointer
		value.go#L2467: 		k = unsafe.Pointer(&key.ptr)
		value.go#L2475: 	var e unsafe.Pointer
		value.go#L2479: 		e = unsafe.Pointer(&elem.ptr)
		value.go#L2508: func (v Value) SetPointer(x unsafe.Pointer) {
		value.go#L2511: 	*(*unsafe.Pointer)(v.ptr) = x
		value.go#L2529: 		base unsafe.Pointer
		value.go#L2539: 		tt := (*arrayType)(unsafe.Pointer(v.typ()))
		value.go#L2541: 		typ = (*sliceType)(unsafe.Pointer(tt.Slice))
		value.go#L2545: 		typ = (*sliceType)(unsafe.Pointer(v.typ()))
		value.go#L2559: 		return Value{v.typ(), unsafe.Pointer(&t), v.flag}
		value.go#L2567: 	var x []unsafe.Pointer
		value.go#L2570: 	s := (*unsafeheader.Slice)(unsafe.Pointer(&x))
		value.go#L2581: 	return Value{typ.Common(), unsafe.Pointer(&x), fl}
		value.go#L2591: 		base unsafe.Pointer
		value.go#L2601: 		tt := (*arrayType)(unsafe.Pointer(v.typ()))
		value.go#L2603: 		typ = (*sliceType)(unsafe.Pointer(tt.Slice))
		value.go#L2607: 		typ = (*sliceType)(unsafe.Pointer(v.typ()))
		value.go#L2619: 	var x []unsafe.Pointer
		value.go#L2622: 	s := (*unsafeheader.Slice)(unsafe.Pointer(&x))
		value.go#L2633: 	return Value{typ.Common(), unsafe.Pointer(&x), fl}
		value.go#L2683: 		return (*rtype)(noescape(unsafe.Pointer(v.typ_))) // inline of toRType(v.typ()), for own inlining in inline test
		value.go#L2715: 		tt := (*interfaceType)(unsafe.Pointer(typ))
		value.go#L2798: func (v Value) UnsafePointer() unsafe.Pointer {
		value.go#L2808: 			return *(*unsafe.Pointer)(v.ptr)
		value.go#L2822: 			return *(*unsafe.Pointer)(unsafe.Pointer(&code))
		value.go#L2828: 			p = *(*unsafe.Pointer)(p)
		value.go#L2879: func arrayAt(p unsafe.Pointer, i int, eltSize uintptr, whySafe string) unsafe.Pointer {
		value.go#L2922: 	v.ptr = unsafe.Pointer(s)
		value.go#L2937: 		st := (*sliceType)(unsafe.Pointer(v.typ()))
		value.go#L3033: 	ch  unsafe.Pointer // channel
		value.go#L3034: 	val unsafe.Pointer // ptr to data (SendDir) or ptr to receive buffer (RecvDir)
		value.go#L3135: 			tt := (*chanType)(unsafe.Pointer(ch.typ()))
		value.go#L3150: 				rc.val = unsafe.Pointer(&v.ptr)
		value.go#L3166: 			tt := (*chanType)(unsafe.Pointer(ch.typ()))
		value.go#L3178: 		tt := (*chanType)(unsafe.Pointer(runcases[chosen].typ))
		value.go#L3185: 			recv = Value{t, *(*unsafe.Pointer)(p), fl}
		value.go#L3198: func unsafe_New(*abi.Type) unsafe.Pointer
		value.go#L3201: func unsafe_NewArray(*abi.Type, int) unsafe.Pointer
		value.go#L3220: 	return Value{&typ.(*rtype).t, unsafe.Pointer(&s), flagIndir | flag(Slice)}
		value.go#L3227: func SliceAt(typ Type, p unsafe.Pointer, n int) Value {
		value.go#L3230: 	return Value{SliceOf(typ).common(), unsafe.Pointer(&s), flagIndir | flag(Slice)}
		value.go#L3296: 		var p unsafe.Pointer
		value.go#L3298: 			p = unsafe.Pointer(&zeroVal[0])
		value.go#L3329: func NewAt(typ Type, p unsafe.Pointer) Value {
		value.go#L3340: func (v Value) assignTo(context string, dst *abi.Type, target unsafe.Pointer) Value {
		value.go#L3853: func chancap(ch unsafe.Pointer) int
		value.go#L3856: func chanclose(ch unsafe.Pointer)
		value.go#L3859: func chanlen(ch unsafe.Pointer) int
		value.go#L3869: func chanrecv(ch unsafe.Pointer, nb bool, val unsafe.Pointer) (selected, received bool)
		value.go#L3872: func chansend0(ch unsafe.Pointer, val unsafe.Pointer, nb bool) bool
		value.go#L3874: func chansend(ch unsafe.Pointer, val unsafe.Pointer, nb bool) bool {
		value.go#L3879: func makechan(typ *abi.Type, size int) (ch unsafe.Pointer)
		value.go#L3880: func makemap(t *abi.Type, cap int) (m unsafe.Pointer)
		value.go#L3883: func mapaccess(t *abi.Type, m unsafe.Pointer, key unsafe.Pointer) (val unsafe.Pointer)
		value.go#L3886: func mapaccess_faststr(t *abi.Type, m unsafe.Pointer, key string) (val unsafe.Pointer)
		value.go#L3889: func mapassign0(t *abi.Type, m unsafe.Pointer, key, val unsafe.Pointer)
		value.go#L3901: func mapassign(t *abi.Type, m unsafe.Pointer, key, val unsafe.Pointer) {
		value.go#L3908: func mapassign_faststr0(t *abi.Type, m unsafe.Pointer, key string, val unsafe.Pointer)
		value.go#L3910: func mapassign_faststr(t *abi.Type, m unsafe.Pointer, key string, val unsafe.Pointer) {
		value.go#L3911: 	contentEscapes((*unsafeheader.String)(unsafe.Pointer(&key)).Data)
		value.go#L3917: func mapdelete(t *abi.Type, m unsafe.Pointer, key unsafe.Pointer)
		value.go#L3920: func mapdelete_faststr(t *abi.Type, m unsafe.Pointer, key string)
		value.go#L3923: func mapiterinit(t *abi.Type, m unsafe.Pointer, it *hiter)
		value.go#L3926: func mapiterkey(it *hiter) (key unsafe.Pointer)
		value.go#L3929: func mapiterelem(it *hiter) (elem unsafe.Pointer)
		value.go#L3935: func maplen(m unsafe.Pointer) int
		value.go#L3937: func mapclear(t *abi.Type, m unsafe.Pointer)
		value.go#L3965: func call(stackArgsType *abi.Type, f, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		value.go#L3967: func ifaceE2I(t *abi.Type, src any, dst unsafe.Pointer)
		value.go#L3972: func memmove(dst, src unsafe.Pointer, size uintptr)
		value.go#L3977: func typedmemmove(t *abi.Type, dst, src unsafe.Pointer)
		value.go#L3982: func typedmemclr(t *abi.Type, ptr unsafe.Pointer)
		value.go#L3988: func typedmemclrpartial(t *abi.Type, ptr unsafe.Pointer, off, size uintptr)
		value.go#L4000: func typedarrayclear(elemType *abi.Type, ptr unsafe.Pointer, len int)
		value.go#L4003: func typehash(t *abi.Type, p unsafe.Pointer, h uintptr) uintptr
		value.go#L4011: func unsafeslice(t *abi.Type, ptr unsafe.Pointer, len int)
		value.go#L4031: func contentEscapes(x unsafe.Pointer) {
		value.go#L4043: func noescape(p unsafe.Pointer) unsafe.Pointer {

	runtime
		alg.go#L19: func memhash0(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L23: func memhash8(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L27: func memhash16(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L31: func memhash128(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L36: func memhash_varlen(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L38: 	size := *(*uintptr)(unsafe.Pointer(ptr + unsafe.Sizeof(h)))
		alg.go#L68: func memhash(p unsafe.Pointer, h, s uintptr) uintptr
		alg.go#L80: func memhash32(p unsafe.Pointer, h uintptr) uintptr
		alg.go#L92: func memhash64(p unsafe.Pointer, h uintptr) uintptr
		alg.go#L108: func strhash(p unsafe.Pointer, h uintptr) uintptr
		alg.go#L110: func strhashFallback(a unsafe.Pointer, h uintptr) uintptr {
		alg.go#L120: func f32hash(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L132: func f64hash(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L144: func c64hash(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L146: 	return f32hash(unsafe.Pointer(&x[1]), f32hash(unsafe.Pointer(&x[0]), h))
		alg.go#L149: func c128hash(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L151: 	return f64hash(unsafe.Pointer(&x[1]), f64hash(unsafe.Pointer(&x[0]), h))
		alg.go#L154: func interhash(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L169: 		return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
		alg.go#L185: func nilinterhash(p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L196: 		return c1 * typehash(t, unsafe.Pointer(&a.data), h^c0)
		alg.go#L223: func typehash(t *_type, p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L247: 		i := (*interfacetype)(unsafe.Pointer(t))
		alg.go#L253: 		a := (*arraytype)(unsafe.Pointer(t))
		alg.go#L259: 		s := (*structtype)(unsafe.Pointer(t))
		alg.go#L274: func mapKeyError(t *maptype, p unsafe.Pointer) error {
		alg.go#L281: func mapKeyError2(t *_type, p unsafe.Pointer) error {
		alg.go#L289: 		i := (*interfacetype)(unsafe.Pointer(t))
		alg.go#L291: 		var pdata *unsafe.Pointer
		alg.go#L313: 			return mapKeyError2(t, unsafe.Pointer(pdata))
		alg.go#L318: 		a := (*arraytype)(unsafe.Pointer(t))
		alg.go#L326: 		s := (*structtype)(unsafe.Pointer(t))
		alg.go#L343: func reflect_typehash(t *_type, p unsafe.Pointer, h uintptr) uintptr {
		alg.go#L347: func memequal0(p, q unsafe.Pointer) bool {
		alg.go#L350: func memequal8(p, q unsafe.Pointer) bool {
		alg.go#L353: func memequal16(p, q unsafe.Pointer) bool {
		alg.go#L356: func memequal32(p, q unsafe.Pointer) bool {
		alg.go#L359: func memequal64(p, q unsafe.Pointer) bool {
		alg.go#L362: func memequal128(p, q unsafe.Pointer) bool {
		alg.go#L365: func f32equal(p, q unsafe.Pointer) bool {
		alg.go#L368: func f64equal(p, q unsafe.Pointer) bool {
		alg.go#L371: func c64equal(p, q unsafe.Pointer) bool {
		alg.go#L374: func c128equal(p, q unsafe.Pointer) bool {
		alg.go#L377: func strequal(p, q unsafe.Pointer) bool {
		alg.go#L380: func interequal(p, q unsafe.Pointer) bool {
		alg.go#L385: func nilinterequal(p, q unsafe.Pointer) bool {
		alg.go#L390: func efaceeq(t *_type, x, y unsafe.Pointer) bool {
		alg.go#L406: func ifaceeq(tab *itab, x, y unsafe.Pointer) bool {
		alg.go#L434: 	return strhash(noescape(unsafe.Pointer(&s)), seed)
		alg.go#L438: 	s := (*slice)(unsafe.Pointer(&b))
		alg.go#L443: 	return memhash32(noescape(unsafe.Pointer(&i)), seed)
		alg.go#L447: 	return memhash64(noescape(unsafe.Pointer(&i)), seed)
		alg.go#L451: 	return nilinterhash(noescape(unsafe.Pointer(&i)), seed)
		alg.go#L457: 	return interhash(noescape(unsafe.Pointer(&i)), seed)
		alg.go#L489: 	key := (*[hashRandomBytes / 8]uint64)(unsafe.Pointer(&aeskeysched))
		alg.go#L496: func readUnaligned32(p unsafe.Pointer) uint32 {
		alg.go#L504: func readUnaligned64(p unsafe.Pointer) uint64 {
		arena.go#L102: func arena_newArena() unsafe.Pointer {
		arena.go#L103: 	return unsafe.Pointer(newUserArena())
		arena.go#L112: func arena_arena_New(arena unsafe.Pointer, typ any) any {
		arena.go#L117: 	te := (*ptrtype)(unsafe.Pointer(t)).Elem
		arena.go#L129: func arena_arena_Slice(arena unsafe.Pointer, slice any, cap int) {
		arena.go#L136: func arena_arena_Free(arena unsafe.Pointer) {
		arena.go#L145: 	var v unsafe.Pointer
		arena.go#L173: 		et := (*slicetype)(unsafe.Pointer(t)).Elem
		arena.go#L178: 		xe.data = unsafe.Pointer(sl)
		arena.go#L180: 		et := (*ptrtype)(unsafe.Pointer(t)).Elem
		arena.go#L252: 	refs []unsafe.Pointer
		arena.go#L279: func (a *userArena) new(typ *_type) unsafe.Pointer {
		arena.go#L299: 	typ = (*ptrtype)(unsafe.Pointer(typ)).Elem
		arena.go#L303: 	typ = (*slicetype)(unsafe.Pointer(typ)).Elem
		arena.go#L367: func (a *userArena) alloc(typ *_type, cap int) unsafe.Pointer {
		arena.go#L369: 	var x unsafe.Pointer
		arena.go#L398: 	var x unsafe.Pointer
		arena.go#L428: 	x unsafe.Pointer
		arena.go#L449: func (s *mspan) userArenaNextFree(typ *_type, cap int) unsafe.Pointer {
		arena.go#L459: 		return unsafe.Pointer(&zerobase)
		arena.go#L482: 	var ptr unsafe.Pointer
		arena.go#L487: 			ptr = unsafe.Pointer(v)
		arena.go#L492: 			ptr = unsafe.Pointer(v)
		arena.go#L539: func userArenaHeapBitsSetSliceType(typ *_type, n int, ptr unsafe.Pointer, s *mspan) {
		arena.go#L553: func userArenaHeapBitsSetType(typ *_type, ptr unsafe.Pointer, s *mspan) {
		arena.go#L748: func newUserArenaChunk() (unsafe.Pointer, *mspan) {
		arena.go#L779: 	x := unsafe.Pointer(span.base())
		arena.go#L791: 		racemalloc(unsafe.Pointer(span.base()), span.elemsize)
		arena.go#L796: 		msanmalloc(unsafe.Pointer(span.base()), span.elemsize)
		arena.go#L806: 		asanpoison(unsafe.Pointer(rzStart), span.limit-rzStart)
		arena.go#L807: 		asanunpoison(unsafe.Pointer(span.base()), span.elemsize)
		arena.go#L819: 			profilealloc(mp, unsafe.Pointer(span.base()), userArenaChunkBytes)
		arena.go#L892: 	sysFault(unsafe.Pointer(s.base()), s.npages*pageSize)
		arena.go#L921: 		racefree(unsafe.Pointer(s.base()), s.elemsize)
		arena.go#L948: func freeUserArenaChunk(s *mspan, x unsafe.Pointer) {
		arena.go#L959: 		racefree(unsafe.Pointer(s.base()), s.elemsize)
		arena.go#L962: 		msanfree(unsafe.Pointer(s.base()), s.elemsize)
		arena.go#L965: 		asanpoison(unsafe.Pointer(s.base()), s.elemsize)
		arena.go#L1058: 	sysMap(unsafe.Pointer(base), userArenaChunkBytes, &gcController.heapReleased)
		arena.go#L1059: 	sysUsed(unsafe.Pointer(base), userArenaChunkBytes, userArenaChunkBytes)
		arena.go#L1102: 	memclrNoHeapPointers(unsafe.Pointer(s.base()), s.elemsize)
		arena.go#L1116: 	*(*uintptr)(unsafe.Pointer(&s.largeType)) = uintptr(unsafe.Pointer(s.limit))
		arena.go#L1117: 	*(*uintptr)(unsafe.Pointer(&s.largeType.GCData)) = s.limit + unsafe.Sizeof(_type{})
		asan0.go#L19: func asanread(addr unsafe.Pointer, sz uintptr)            { throw("asan") }
		asan0.go#L20: func asanwrite(addr unsafe.Pointer, sz uintptr)           { throw("asan") }
		asan0.go#L21: func asanunpoison(addr unsafe.Pointer, sz uintptr)        { throw("asan") }
		asan0.go#L22: func asanpoison(addr unsafe.Pointer, sz uintptr)          { throw("asan") }
		asan0.go#L23: func asanregisterglobals(addr unsafe.Pointer, sz uintptr) { throw("asan") }
		atomic_pointer.go#L32: func atomicwb(ptr *unsafe.Pointer, new unsafe.Pointer) {
		atomic_pointer.go#L33: 	slot := (*uintptr)(unsafe.Pointer(ptr))
		atomic_pointer.go#L42: func atomicstorep(ptr unsafe.Pointer, new unsafe.Pointer) {
		atomic_pointer.go#L44: 		atomicwb((*unsafe.Pointer)(ptr), new)
		atomic_pointer.go#L47: 		cgoCheckPtrWrite((*unsafe.Pointer)(ptr), new)
		atomic_pointer.go#L57: func atomic_storePointer(ptr *unsafe.Pointer, new unsafe.Pointer) {
		atomic_pointer.go#L58: 	atomicstorep(unsafe.Pointer(ptr), new)
		atomic_pointer.go#L66: func atomic_casPointer(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool {
		atomic_pointer.go#L85: func sync_atomic_StorePointer(ptr *unsafe.Pointer, new unsafe.Pointer) {
		atomic_pointer.go#L92: 	sync_atomic_StoreUintptr((*uintptr)(unsafe.Pointer(ptr)), uintptr(new))
		atomic_pointer.go#L100: func sync_atomic_SwapPointer(ptr *unsafe.Pointer, new unsafe.Pointer) unsafe.Pointer {
		atomic_pointer.go#L107: 	old := unsafe.Pointer(sync_atomic_SwapUintptr((*uintptr)(noescape(unsafe.Pointer(ptr))), uintptr(new)))
		atomic_pointer.go#L116: func sync_atomic_CompareAndSwapPointer(ptr *unsafe.Pointer, old, new unsafe.Pointer) bool {
		atomic_pointer.go#L123: 	return sync_atomic_CompareAndSwapUintptr((*uintptr)(noescape(unsafe.Pointer(ptr))), uintptr(old), uintptr(new))
		cgo.go#L25: 	_cgo_init                     unsafe.Pointer
		cgo.go#L26: 	_cgo_thread_start             unsafe.Pointer
		cgo.go#L27: 	_cgo_sys_thread_create        unsafe.Pointer
		cgo.go#L28: 	_cgo_notify_runtime_init_done unsafe.Pointer
		cgo.go#L29: 	_cgo_callers                  unsafe.Pointer
		cgo.go#L30: 	_cgo_set_context_function     unsafe.Pointer
		cgo.go#L31: 	_cgo_yield                    unsafe.Pointer
		cgo.go#L32: 	_cgo_pthread_key_created      unsafe.Pointer
		cgo.go#L33: 	_cgo_bindm                    unsafe.Pointer
		cgo.go#L34: 	_cgo_getstackbound            unsafe.Pointer
		cgo_mmap.go#L17: var _cgo_mmap unsafe.Pointer
		cgo_mmap.go#L23: var _cgo_munmap unsafe.Pointer
		cgo_mmap.go#L31: func mmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) (unsafe.Pointer, int) {
		cgo_mmap.go#L45: 		return unsafe.Pointer(ret), 0
		cgo_mmap.go#L50: func munmap(addr unsafe.Pointer, n uintptr) {
		cgo_mmap.go#L59: func sysMmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) (p unsafe.Pointer, err int)
		cgo_mmap.go#L63: func callCgoMmap(addr unsafe.Pointer, n uintptr, prot, flags, fd int32, off uint32) uintptr
		cgo_mmap.go#L66: func sysMunmap(addr unsafe.Pointer, n uintptr)
		cgo_mmap.go#L70: func callCgoMunmap(addr unsafe.Pointer, n uintptr)
		cgo_sigaction.go#L17: var _cgo_sigaction unsafe.Pointer
		cgo_sigaction.go#L29: 		msanwrite(unsafe.Pointer(new), unsafe.Sizeof(*new))
		cgo_sigaction.go#L32: 		asanwrite(unsafe.Pointer(new), unsafe.Sizeof(*new))
		cgo_sigaction.go#L49: 		sp := uintptr(unsafe.Pointer(&sig))
		cgo_sigaction.go#L83: 		msanread(unsafe.Pointer(old), unsafe.Sizeof(*old))
		cgo_sigaction.go#L86: 		asanread(unsafe.Pointer(old), unsafe.Sizeof(*old))
		cgocall.go#L101: 	args   unsafe.Pointer
		cgocall.go#L110: func syscall_cgocaller(fn unsafe.Pointer, args ...uintptr) uintptr {
		cgocall.go#L111: 	as := argset{args: unsafe.Pointer(&args[0])}
		cgocall.go#L112: 	cgocall(fn, unsafe.Pointer(&as))
		cgocall.go#L134: func cgocall(fn, arg unsafe.Pointer) int32 {
		cgocall.go#L144: 		racereleasemerge(unsafe.Pointer(&racecgosync))
		cgocall.go#L205: 		raceacquire(unsafe.Pointer(&racecgosync))
		cgocall.go#L279: 		asmcgocall(_cgo_getstackbound, unsafe.Pointer(&bounds))
		cgocall.go#L301: func cgocallbackg(fn, frame unsafe.Pointer, ctxt uintptr) {
		cgocall.go#L335: 	savedsp := unsafe.Pointer(gp.syscallsp)
		cgocall.go#L337: 	savedbp := unsafe.Pointer(gp.syscallbp)
		cgocall.go#L382: func cgocallbackg1(fn, frame unsafe.Pointer, ctxt uintptr) {
		cgocall.go#L399: 		p := (*slice)(unsafe.Pointer(&gp.cgoCtxt))
		cgocall.go#L400: 		atomicstorep(unsafe.Pointer(&p.array), unsafe.Pointer(&s[0]))
		cgocall.go#L406: 			p := (*slice)(unsafe.Pointer(&gp.cgoCtxt))
		cgocall.go#L431: 		raceacquire(unsafe.Pointer(&racecgosync))
		cgocall.go#L436: 	var cb func(frame unsafe.Pointer)
		cgocall.go#L438: 	*(*unsafe.Pointer)(unsafe.Pointer(&cb)) = noescape(unsafe.Pointer(&cbFV))
		cgocall.go#L442: 		racereleasemerge(unsafe.Pointer(&racecgosync))
		cgocall.go#L456: 		sched.sp = *(*uintptr)(unsafe.Pointer(sched.sp + alignUp(sys.MinFrameSize, sys.StackAlign)))
		cgocall.go#L537: 			p = *(*unsafe.Pointer)(p)
		cgocall.go#L549: 			pt := (*ptrtype)(unsafe.Pointer(t))
		cgocall.go#L579: func cgoCheckArg(t *_type, p unsafe.Pointer, indir, top bool, msg string) {
		cgocall.go#L589: 		at := (*arraytype)(unsafe.Pointer(t))
		cgocall.go#L608: 			p = *(*unsafe.Pointer)(p)
		cgocall.go#L622: 		if inheap(uintptr(unsafe.Pointer(it))) {
		cgocall.go#L625: 		p = *(*unsafe.Pointer)(add(p, goarch.PtrSize))
		cgocall.go#L634: 		st := (*slicetype)(unsafe.Pointer(t))
		cgocall.go#L659: 		st := (*structtype)(unsafe.Pointer(t))
		cgocall.go#L675: 			p = *(*unsafe.Pointer)(p)
		cgocall.go#L696: func cgoCheckUnknownPointer(p unsafe.Pointer, msg string) (base, i uintptr) {
		cgocall.go#L709: 			pp := *(*unsafe.Pointer)(unsafe.Pointer(addr))
		cgocall.go#L736: func cgoIsGoPointer(p unsafe.Pointer) bool {
		cgocall.go#L758: func cgoInRange(p unsafe.Pointer, start, end uintptr) bool {
		cgocheck.go#L26: func cgoCheckPtrWrite(dst *unsafe.Pointer, src unsafe.Pointer) {
		cgocheck.go#L36: 	if cgoIsGoPointer(unsafe.Pointer(dst)) {
		cgocheck.go#L62: 	if inPersistentAlloc(uintptr(unsafe.Pointer(dst))) {
		cgocheck.go#L67: 		println("write of unpinned Go pointer", hex(uintptr(src)), "to non-Go memory", hex(uintptr(unsafe.Pointer(dst))))
		cgocheck.go#L80: func cgoCheckMemmove(typ *_type, dst, src unsafe.Pointer) {
		cgocheck.go#L92: func cgoCheckMemmove2(typ *_type, dst, src unsafe.Pointer, off, size uintptr) {
		cgocheck.go#L113: func cgoCheckSliceCopy(typ *_type, dst, src unsafe.Pointer, n int) {
		cgocheck.go#L136: func cgoCheckTypedBlock(typ *_type, src unsafe.Pointer, off, size uintptr) {
		cgocheck.go#L186: 		v := *(*unsafe.Pointer)(unsafe.Pointer(addr))
		cgocheck.go#L199: func cgoCheckBits(src unsafe.Pointer, gcbits *byte, off, size uintptr) {
		cgocheck.go#L218: 				v := *(*unsafe.Pointer)(add(src, i))
		cgocheck.go#L235: func cgoCheckUsingType(typ *_type, src unsafe.Pointer, off, size uintptr) {
		cgocheck.go#L256: 		at := (*arraytype)(unsafe.Pointer(typ))
		cgocheck.go#L274: 		st := (*structtype)(unsafe.Pointer(typ))
		chan.go#L36: 	buf      unsafe.Pointer // points to an array of dataqsiz elements
		chan.go#L104: 		c.buf = add(unsafe.Pointer(c), hchanSize)
		chan.go#L133: func chanbuf(c *hchan, i uint) unsafe.Pointer {
		chan.go#L155: func chansend1(c *hchan, elem unsafe.Pointer) {
		chan.go#L171: func chansend(c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool {
		chan.go#L270: 	gopark(chanparkcommit, unsafe.Pointer(&c.lock), waitReasonChanSend, traceBlockChanSend, 2)
		chan.go#L305: func send(c *hchan, sg *sudog, ep unsafe.Pointer, unlockf func(), skip int) {
		chan.go#L328: 	gp.param = unsafe.Pointer(sg)
		chan.go#L375: func sendDirect(t *_type, sg *sudog, src unsafe.Pointer) {
		chan.go#L388: func recvDirect(t *_type, sg *sudog, dst unsafe.Pointer) {
		chan.go#L432: 		gp.param = unsafe.Pointer(sg)
		chan.go#L451: 		gp.param = unsafe.Pointer(sg)
		chan.go#L475: 		return atomic.Loadp(unsafe.Pointer(&c.sendq.first)) == nil
		chan.go#L488: func chanrecv1(c *hchan, elem unsafe.Pointer) {
		chan.go#L493: func chanrecv2(c *hchan, elem unsafe.Pointer) (received bool) {
		chan.go#L504: func chanrecv(c *hchan, ep unsafe.Pointer, block bool) (selected, received bool) {
		chan.go#L639: 	gopark(chanparkcommit, unsafe.Pointer(&c.lock), waitReasonChanReceive, traceBlockChanRecv, 2)
		chan.go#L674: func recv(c *hchan, sg *sudog, ep unsafe.Pointer, unlockf func(), skip int) {
		chan.go#L708: 	gp.param = unsafe.Pointer(sg)
		chan.go#L716: func chanparkcommit(gp *g, chanLock unsafe.Pointer) bool {
		chan.go#L752: func selectnbsend(c *hchan, elem unsafe.Pointer) (selected bool) {
		chan.go#L772: func selectnbrecv(elem unsafe.Pointer, c *hchan) (selected, received bool) {
		chan.go#L777: func reflect_chansend(c *hchan, elem unsafe.Pointer, nb bool) (selected bool) {
		chan.go#L782: func reflect_chanrecv(c *hchan, nb bool, elem unsafe.Pointer) (selected bool, received bool) {
		chan.go#L886: func (c *hchan) raceaddr() unsafe.Pointer {
		chan.go#L892: 	return unsafe.Pointer(&c.buf)
		checkptr.go#L9: func checkptrAlignment(p unsafe.Pointer, elem *_type, n uintptr) {
		checkptr.go#L32: func checkptrStraddles(ptr unsafe.Pointer, size uintptr) bool {
		checkptr.go#L50: func checkptrArithmetic(p unsafe.Pointer, originals []unsafe.Pointer) {
		checkptr.go#L89: func checkptrBase(p unsafe.Pointer) uintptr {
		coro.go#L47: 		startfv := *(**funcval)(unsafe.Pointer(&start))
		coro.go#L122: 			print("coro: got thread ", unsafe.Pointer(mp), ", want ", unsafe.Pointer(c.mp), "\n")
		covercounter.go#L21: 			Counters: (*uint32)(unsafe.Pointer(datap.covctrs)),
		covermeta.go#L14: func addCovMeta(p unsafe.Pointer, dlen uint32, hash [16]byte, pkgpath string, pkgid int, cmode uint8, cgran uint8) uint32 {
		cpuprof.go#L106: func (p *cpuProfile) add(tagPtr *unsafe.Pointer, stk []uintptr) {
		cpuprof.go#L243: func runtime_pprof_readProfile() ([]uint64, []unsafe.Pointer, bool) {
		debug.go#L49: 	for mp := (*m)(atomic.Loadp(unsafe.Pointer(&allm))); mp != nil; mp = mp.alllink {
		debug.go#L59: 	for mp := (*m)(atomic.Loadp(unsafe.Pointer(&allm))); mp != nil; mp = mp.alllink {
		debug.go#L139: 	p.Pin(unsafe.Pointer(p))
		debugcall.go#L127: 		newg := newproc1(*(**funcval)(unsafe.Pointer(&fn)), gp, callerpc, false, waitReasonZero)
		debugcall.go#L132: 		newg.param = unsafe.Pointer(args)
		debugcall.go#L265: 	*(*unsafe.Pointer)(unsafe.Pointer(&dispatchF)) = noescape(unsafe.Pointer(&dispatchFV))
		debuglog.go#L65: 		allp := (*uintptr)(unsafe.Pointer(&allDloggers))
		debuglog.go#L66: 		all := (*dlogger)(unsafe.Pointer(atomic.Loaduintptr(allp)))
		debuglog.go#L87: 		headp := (*uintptr)(unsafe.Pointer(&allDloggers))
		debuglog.go#L90: 			l.allLink = (*dlogger)(unsafe.Pointer(head))
		debuglog.go#L91: 			if atomic.Casuintptr(headp, head, uintptr(unsafe.Pointer(l))) {
		debuglog.go#L299: 	if len(x) > 4 && datap.etext <= uintptr(unsafe.Pointer(strData)) && uintptr(unsafe.Pointer(strData)) < datap.end {
		debuglog.go#L305: 		l.w.uvarint(uint64(uintptr(unsafe.Pointer(strData)) - datap.etext))
		debuglog.go#L311: 		bb := (*slice)(unsafe.Pointer(&b))
		debuglog.go#L312: 		bb.array = unsafe.Pointer(strData)
		debuglog.go#L667: 			str: unsafe.Pointer(ptr),
		debuglog.go#L670: 		s := *(*string)(unsafe.Pointer(&str))
		debuglog.go#L706: 	allp := (*uintptr)(unsafe.Pointer(&allDloggers))
		debuglog.go#L707: 	all := (*dlogger)(unsafe.Pointer(atomic.Loaduintptr(allp)))
		debuglog.go#L788: 		print(slicebytetostringtmp((*byte)(noescape(unsafe.Pointer(&pnanoBytes[0]))), len(pnanoBytes)))
		env_posix.go#L54: var _cgo_setenv unsafe.Pointer // pointer to C function
		env_posix.go#L65: var _cgo_unsetenv unsafe.Pointer // pointer to C function
		env_posix.go#L72: 	arg := [2]unsafe.Pointer{cstring(k), cstring(v)}
		env_posix.go#L73: 	asmcgocall(_cgo_setenv, unsafe.Pointer(&arg))
		env_posix.go#L81: 	arg := [1]unsafe.Pointer{cstring(k)}
		env_posix.go#L82: 	asmcgocall(_cgo_unsetenv, unsafe.Pointer(&arg))
		env_posix.go#L85: func cstring(s string) unsafe.Pointer {
		env_posix.go#L88: 	return unsafe.Pointer(&p[0])
		float.go#L47: 	return *(*uint64)(unsafe.Pointer(&f))
		float.go#L53: 	return *(*float64)(unsafe.Pointer(&b))
		hash64.go#L21: func memhashFallback(p unsafe.Pointer, seed, s uintptr) uintptr {
		hash64.go#L67: func memhash32Fallback(p unsafe.Pointer, seed uintptr) uintptr {
		hash64.go#L72: func memhash64Fallback(p unsafe.Pointer, seed uintptr) uintptr {
		hash64.go#L82: func r4(p unsafe.Pointer) uintptr {
		hash64.go#L86: func r8(p unsafe.Pointer) uintptr {
		heapdump.go#L78: func dwrite(data unsafe.Pointer, len uintptr) {
		heapdump.go#L88: 	write(dumpfd, unsafe.Pointer(&buf), int32(nbuf))
		heapdump.go#L99: 	dwrite(unsafe.Pointer(&b), 1)
		heapdump.go#L103: 	write(dumpfd, unsafe.Pointer(&buf), int32(nbuf))
		heapdump.go#L135: 	dwrite(unsafe.Pointer(&buf), uintptr(n))
		heapdump.go#L147: func dumpmemrange(data unsafe.Pointer, len uintptr) {
		heapdump.go#L155: 		dwrite(unsafe.Pointer(&b[0]), uintptr(len(b)))
		heapdump.go#L160: 	dumpmemrange(unsafe.Pointer(unsafe.StringData(s)), uintptr(len(s)))
		heapdump.go#L195: 	dumpint(uint64(uintptr(unsafe.Pointer(t))))
		heapdump.go#L204: 		dwrite(unsafe.Pointer(unsafe.StringData(pkgpath)), uintptr(len(pkgpath)))
		heapdump.go#L206: 		dwrite(unsafe.Pointer(unsafe.StringData(name)), uintptr(len(name)))
		heapdump.go#L212: func dumpobj(obj unsafe.Pointer, size uintptr, bv bitvector) {
		heapdump.go#L219: func dumpotherroot(description string, to unsafe.Pointer) {
		heapdump.go#L225: func dumpfinalizer(obj unsafe.Pointer, fn *funcval, fint *_type, ot *ptrtype) {
		heapdump.go#L228: 	dumpint(uint64(uintptr(unsafe.Pointer(fn))))
		heapdump.go#L229: 	dumpint(uint64(uintptr(unsafe.Pointer(fn.fn))))
		heapdump.go#L230: 	dumpint(uint64(uintptr(unsafe.Pointer(fint))))
		heapdump.go#L231: 	dumpint(uint64(uintptr(unsafe.Pointer(ot))))
		heapdump.go#L283: 	dumpint(uint64(uintptr(unsafe.Pointer(child.sp)))) // sp of child, or 0 if bottom of stack
		heapdump.go#L284: 	dumpmemrange(unsafe.Pointer(s.sp), s.fp-s.sp)      // frame contents
		heapdump.go#L329: 	child.sp = (*uint8)(unsafe.Pointer(s.sp))
		heapdump.go#L353: 	dumpint(uint64(uintptr(unsafe.Pointer(gp))))
		heapdump.go#L363: 	dumpint(uint64(uintptr(unsafe.Pointer(gp.m))))
		heapdump.go#L364: 	dumpint(uint64(uintptr(unsafe.Pointer(gp._defer))))
		heapdump.go#L365: 	dumpint(uint64(uintptr(unsafe.Pointer(gp._panic))))
		heapdump.go#L381: 		dumpint(uint64(uintptr(unsafe.Pointer(d))))
		heapdump.go#L382: 		dumpint(uint64(uintptr(unsafe.Pointer(gp))))
		heapdump.go#L385: 		fn := *(**funcval)(unsafe.Pointer(&d.fn))
		heapdump.go#L386: 		dumpint(uint64(uintptr(unsafe.Pointer(fn))))
		heapdump.go#L391: 			dumpint(uint64(uintptr(unsafe.Pointer(fn.fn))))
		heapdump.go#L393: 		dumpint(uint64(uintptr(unsafe.Pointer(d.link))))
		heapdump.go#L397: 		dumpint(uint64(uintptr(unsafe.Pointer(p))))
		heapdump.go#L398: 		dumpint(uint64(uintptr(unsafe.Pointer(gp))))
		heapdump.go#L400: 		dumpint(uint64(uintptr(unsafe.Pointer(eface._type))))
		heapdump.go#L403: 		dumpint(uint64(uintptr(unsafe.Pointer(p.link))))
		heapdump.go#L427: func finq_callback(fn *funcval, obj unsafe.Pointer, nret uintptr, fint *_type, ot *ptrtype) {
		heapdump.go#L430: 	dumpint(uint64(uintptr(unsafe.Pointer(fn))))
		heapdump.go#L431: 	dumpint(uint64(uintptr(unsafe.Pointer(fn.fn))))
		heapdump.go#L432: 	dumpint(uint64(uintptr(unsafe.Pointer(fint))))
		heapdump.go#L433: 	dumpint(uint64(uintptr(unsafe.Pointer(ot))))
		heapdump.go#L444: 	dumpmemrange(unsafe.Pointer(firstmoduledata.data), firstmoduledata.edata-firstmoduledata.data)
		heapdump.go#L450: 	dumpmemrange(unsafe.Pointer(firstmoduledata.bss), firstmoduledata.ebss-firstmoduledata.bss)
		heapdump.go#L461: 				spf := (*specialfinalizer)(unsafe.Pointer(sp))
		heapdump.go#L462: 				p := unsafe.Pointer(s.base() + uintptr(spf.special.offset))
		heapdump.go#L502: 			dumpobj(unsafe.Pointer(p), size, makeheapobjbv(p, size))
		heapdump.go#L510: 	if *(*byte)(unsafe.Pointer(&x)) == 1 {
		heapdump.go#L545: 	dumpint(uint64(uintptr(unsafe.Pointer(tab))))
		heapdump.go#L546: 	dumpint(uint64(uintptr(unsafe.Pointer(t))))
		heapdump.go#L556: 		dumpint(uint64(uintptr(unsafe.Pointer(mp))))
		heapdump.go#L601: 	stk := (*[100000]uintptr)(unsafe.Pointer(pstk))
		heapdump.go#L603: 	dumpint(uint64(uintptr(unsafe.Pointer(b))))
		heapdump.go#L660: 			spp := (*specialprofile)(unsafe.Pointer(sp))
		heapdump.go#L664: 			dumpint(uint64(uintptr(unsafe.Pointer(spp.b))))
		heapdump.go#L680: 	memclrNoHeapPointers(unsafe.Pointer(&typecache), unsafe.Sizeof(typecache))
		heapdump.go#L681: 	dwrite(unsafe.Pointer(&dumphdr[0]), uintptr(len(dumphdr)))
		heapdump.go#L709: 		sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
		heapdump.go#L727: 			sysFree(unsafe.Pointer(&tmpbuf[0]), uintptr(len(tmpbuf)), &memstats.other_sys)
		histogram.go#L157: 	return *(*float64)(unsafe.Pointer(&inf))
		histogram.go#L162: 	return *(*float64)(unsafe.Pointer(&inf))
		iface.go#L64: 	t := (*itabTableType)(atomic.Loadp(unsafe.Pointer(&itabTable)))
		iface.go#L114: 		p := (**itab)(add(unsafe.Pointer(&t.entries), h*goarch.PtrSize))
		iface.go#L118: 		m := (*itab)(atomic.Loadp(unsafe.Pointer(p)))
		iface.go#L159: 		atomicstorep(unsafe.Pointer(&itabTable), unsafe.Pointer(t2))
		iface.go#L175: 		p := (**itab)(add(unsafe.Pointer(&t.entries), h*goarch.PtrSize))
		iface.go#L189: 			atomic.StorepNoWB(unsafe.Pointer(p), unsafe.Pointer(m))
		iface.go#L215: 	xmhdr := (*[1 << 16]abi.Method)(add(unsafe.Pointer(x), uintptr(x.Moff)))[:nt:nt]
		iface.go#L217: 	methods := (*[1 << 16]unsafe.Pointer)(unsafe.Pointer(&m.Fun[0]))[:ni:ni]
		iface.go#L218: 	var fun0 unsafe.Pointer
		iface.go#L334: func convT(t *_type, v unsafe.Pointer) unsafe.Pointer {
		iface.go#L348: func convTnoptr(t *_type, v unsafe.Pointer) unsafe.Pointer {
		iface.go#L365: func convT16(val uint16) (x unsafe.Pointer) {
		iface.go#L367: 		x = unsafe.Pointer(&staticuint64s[val])
		iface.go#L378: func convT32(val uint32) (x unsafe.Pointer) {
		iface.go#L380: 		x = unsafe.Pointer(&staticuint64s[val])
		iface.go#L400: func convT64(val uint64) (x unsafe.Pointer) {
		iface.go#L402: 		x = unsafe.Pointer(&staticuint64s[val])
		iface.go#L419: func convTstring(val string) (x unsafe.Pointer) {
		iface.go#L421: 		x = unsafe.Pointer(&zeroVal[0])
		iface.go#L438: func convTslice(val []byte) (x unsafe.Pointer) {
		iface.go#L440: 	if (*slice)(unsafe.Pointer(&val)).array == nil {
		iface.go#L441: 		x = unsafe.Pointer(&zeroVal[0])
		iface.go#L488: 	oldC := (*abi.TypeAssertCache)(atomic.Loadp(unsafe.Pointer(&s.Cache)))
		iface.go#L502: 	atomic_casPointer((*unsafe.Pointer)(unsafe.Pointer(&s.Cache)), unsafe.Pointer(oldC), unsafe.Pointer(newC))
		iface.go#L535: 				newEntries[h].Typ = uintptr(unsafe.Pointer(typ))
		iface.go#L536: 				newEntries[h].Itab = uintptr(unsafe.Pointer(tab))
		iface.go#L544: 			addEntry((*_type)(unsafe.Pointer(e.Typ)), (*itab)(unsafe.Pointer(e.Itab)))
		iface.go#L590: 	oldC := (*abi.InterfaceSwitchCache)(atomic.Loadp(unsafe.Pointer(&s.Cache)))
		iface.go#L605: 	atomic_casPointer((*unsafe.Pointer)(unsafe.Pointer(&s.Cache)), unsafe.Pointer(oldC), unsafe.Pointer(newC))
		iface.go#L641: 				newEntries[h].Typ = uintptr(unsafe.Pointer(typ))
		iface.go#L643: 				newEntries[h].Itab = uintptr(unsafe.Pointer(tab))
		iface.go#L651: 			addEntry((*_type)(unsafe.Pointer(e.Typ)), e.Case, (*itab)(unsafe.Pointer(e.Itab)))
		iface.go#L687: 		m := *(**itab)(add(unsafe.Pointer(&t.entries), i*goarch.PtrSize))
		lfstack.go#L40: func (head *lfstack) pop() unsafe.Pointer {
		lfstack.go#L49: 			return unsafe.Pointer(node)
		lfstack.go#L61: 	if base, _, _ := findObject(uintptr(unsafe.Pointer(node)), 0, 0); base != 0 {
		lfstack.go#L66: 		println("runtime: bad lfnode address", hex(uintptr(unsafe.Pointer(node))))
		lfstack.go#L72: 	return uint64(taggedPointerPack(unsafe.Pointer(node), cnt))
		lock_futex.go#L44: 	return (*uint32)(unsafe.Pointer(p))
		malloc.go#L597: 			a, size := sysReserveAligned(unsafe.Pointer(p), arenaSize, heapArenaBytes)
		malloc.go#L637: func (h *mheap) sysAlloc(n uintptr, hintList **arenaHint, register bool) (v unsafe.Pointer, size uintptr) {
		malloc.go#L669: 			v = sysReserve(unsafe.Pointer(p), n)
		malloc.go#L690: 		h.arenaHintAlloc.free(unsafe.Pointer(hint))
		malloc.go#L760: 				sysHugePage(unsafe.Pointer(l2), unsafe.Sizeof(*l2))
		malloc.go#L762: 				sysNoHugePage(unsafe.Pointer(l2), unsafe.Sizeof(*l2))
		malloc.go#L764: 			atomic.StorepNoWB(unsafe.Pointer(&h.arenas[ri.l1()]), unsafe.Pointer(l2))
		malloc.go#L791: 				*(*notInHeapSlice)(unsafe.Pointer(&h.allArenas)) = notInHeapSlice{newArray, len(h.allArenas), int(size / goarch.PtrSize)}
		malloc.go#L806: 		atomic.StorepNoWB(unsafe.Pointer(&l2[ri.l2()]), unsafe.Pointer(r))
		malloc.go#L820: func sysReserveAligned(v unsafe.Pointer, size, align uintptr) (unsafe.Pointer, uintptr) {
		malloc.go#L831: 		return unsafe.Pointer(p), size + align
		malloc.go#L837: 		sysFreeOS(unsafe.Pointer(p), size+align)
		malloc.go#L839: 		p2 := sysReserve(unsafe.Pointer(p), size)
		malloc.go#L853: 		sysFreeOS(unsafe.Pointer(p), pAligned-p)
		malloc.go#L857: 			sysFreeOS(unsafe.Pointer(end), endLen)
		malloc.go#L859: 		return unsafe.Pointer(pAligned), size
		malloc.go#L895: 		l2 := (*[1 << arenaL2Bits]*heapArena)(atomic.Loadp(unsafe.Pointer(&h.arenas[i])))
		malloc.go#L899: 		sysHugePage(unsafe.Pointer(l2), unsafe.Sizeof(*l2))
		malloc.go#L983: func mallocgc(size uintptr, typ *_type, needzero bool) unsafe.Pointer {
		malloc.go#L989: 		return unsafe.Pointer(&zerobase)
		malloc.go#L1057: 	var x unsafe.Pointer
		malloc.go#L1121: 				x = unsafe.Pointer(c.tiny + off)
		malloc.go#L1134: 			x = unsafe.Pointer(v)
		malloc.go#L1163: 			x = unsafe.Pointer(v)
		malloc.go#L1181: 		x = unsafe.Pointer(span.base())
		malloc.go#L1363: func memclrNoHeapPointersChunked(size uintptr, x unsafe.Pointer) {
		malloc.go#L1378: 		memclrNoHeapPointers(unsafe.Pointer(voff), n)
		malloc.go#L1385: func newobject(typ *_type) unsafe.Pointer {
		malloc.go#L1401: func reflect_unsafe_New(typ *_type) unsafe.Pointer {
		malloc.go#L1406: func reflectlite_unsafe_New(typ *_type) unsafe.Pointer {
		malloc.go#L1423: func newarray(typ *_type, n int) unsafe.Pointer {
		malloc.go#L1449: func reflect_unsafe_NewArray(typ *_type, n int) unsafe.Pointer {
		malloc.go#L1453: func profilealloc(mp *m, x unsafe.Pointer, size uintptr) {
		malloc.go#L1559: func persistentalloc(size, align uintptr, sysStat *sysMemStat) unsafe.Pointer {
		malloc.go#L1564: 	return unsafe.Pointer(p)
		malloc.go#L1614: 			chunks := uintptr(unsafe.Pointer(persistentChunks))
		malloc.go#L1615: 			*(*uintptr)(unsafe.Pointer(persistent.base)) = chunks
		malloc.go#L1616: 			if atomic.Casuintptr((*uintptr)(unsafe.Pointer(&persistentChunks)), chunks, uintptr(unsafe.Pointer(persistent.base))) {
		malloc.go#L1642: 	chunk := atomic.Loaduintptr((*uintptr)(unsafe.Pointer(&persistentChunks)))
		malloc.go#L1647: 		chunk = *(*uintptr)(unsafe.Pointer(chunk))
		malloc.go#L1678: func (l *linearAlloc) alloc(size, align uintptr, sysStat *sysMemStat) unsafe.Pointer {
		malloc.go#L1688: 			sysMap(unsafe.Pointer(l.mapped), n, sysStat)
		malloc.go#L1689: 			sysUsed(unsafe.Pointer(l.mapped), n, n)
		malloc.go#L1693: 	return unsafe.Pointer(p)
		malloc.go#L1707: 	return (*notInHeap)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) + bytes))
		map.go#L118: 	buckets    unsafe.Pointer // array of 2^B Buckets. may be nil if count==0.
		map.go#L119: 	oldbuckets unsafe.Pointer // previous bucket array of half the size, non-nil only when growing
		map.go#L159: 	key         unsafe.Pointer // Must be in first position.  Write nil to indicate iteration end (see cmd/compile/internal/walk/range.go).
		map.go#L160: 	elem        unsafe.Pointer // Must be in second position (see cmd/compile/internal/walk/range.go).
		map.go#L163: 	buckets     unsafe.Pointer // bucket ptr at hash_iter initialization time
		map.go#L202: 	return *(**bmap)(add(unsafe.Pointer(b), uintptr(t.BucketSize)-goarch.PtrSize))
		map.go#L206: 	*(**bmap)(add(unsafe.Pointer(b), uintptr(t.BucketSize)-goarch.PtrSize)) = ovf
		map.go#L209: func (b *bmap) keys() unsafe.Pointer {
		map.go#L210: 	return add(unsafe.Pointer(b), dataOffset)
		map.go#L247: 			h.extra.nextOverflow = (*bmap)(add(unsafe.Pointer(ovf), uintptr(t.BucketSize)))
		map.go#L359: func makeBucketArray(t *maptype, b uint8, dirtyalloc unsafe.Pointer) (buckets unsafe.Pointer, nextOverflow *bmap) {
		map.go#L409: func mapaccess1(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
		map.go#L413: 		racereadpc(unsafe.Pointer(h), callerpc, pc)
		map.go#L426: 		return unsafe.Pointer(&zeroVal[0])
		map.go#L454: 			k := add(unsafe.Pointer(b), dataOffset+i*uintptr(t.KeySize))
		map.go#L456: 				k = *((*unsafe.Pointer)(k))
		map.go#L459: 				e := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+i*uintptr(t.ValueSize))
		map.go#L461: 					e = *((*unsafe.Pointer)(e))
		map.go#L467: 	return unsafe.Pointer(&zeroVal[0])
		map.go#L479: func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) {
		map.go#L483: 		racereadpc(unsafe.Pointer(h), callerpc, pc)
		map.go#L496: 		return unsafe.Pointer(&zeroVal[0]), false
		map.go#L524: 			k := add(unsafe.Pointer(b), dataOffset+i*uintptr(t.KeySize))
		map.go#L526: 				k = *((*unsafe.Pointer)(k))
		map.go#L529: 				e := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+i*uintptr(t.ValueSize))
		map.go#L531: 					e = *((*unsafe.Pointer)(e))
		map.go#L537: 	return unsafe.Pointer(&zeroVal[0]), false
		map.go#L541: func mapaccessK(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer) {
		map.go#L568: 			k := add(unsafe.Pointer(b), dataOffset+i*uintptr(t.KeySize))
		map.go#L570: 				k = *((*unsafe.Pointer)(k))
		map.go#L573: 				e := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+i*uintptr(t.ValueSize))
		map.go#L575: 					e = *((*unsafe.Pointer)(e))
		map.go#L584: func mapaccess1_fat(t *maptype, h *hmap, key, zero unsafe.Pointer) unsafe.Pointer {
		map.go#L586: 	if e == unsafe.Pointer(&zeroVal[0]) {
		map.go#L592: func mapaccess2_fat(t *maptype, h *hmap, key, zero unsafe.Pointer) (unsafe.Pointer, bool) {
		map.go#L594: 	if e == unsafe.Pointer(&zeroVal[0]) {
		map.go#L615: func mapassign(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
		map.go#L622: 		racewritepc(unsafe.Pointer(h), callerpc, pc)
		map.go#L653: 	var insertk unsafe.Pointer
		map.go#L654: 	var elem unsafe.Pointer
		map.go#L661: 					insertk = add(unsafe.Pointer(b), dataOffset+i*uintptr(t.KeySize))
		map.go#L662: 					elem = add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+i*uintptr(t.ValueSize))
		map.go#L669: 			k := add(unsafe.Pointer(b), dataOffset+i*uintptr(t.KeySize))
		map.go#L671: 				k = *((*unsafe.Pointer)(k))
		map.go#L680: 			elem = add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+i*uintptr(t.ValueSize))
		map.go#L703: 		insertk = add(unsafe.Pointer(newb), dataOffset)
		map.go#L710: 		*(*unsafe.Pointer)(insertk) = kmem
		map.go#L715: 		*(*unsafe.Pointer)(elem) = vmem
		map.go#L727: 		elem = *((*unsafe.Pointer)(elem))
		map.go#L741: func mapdelete(t *maptype, h *hmap, key unsafe.Pointer) {
		map.go#L745: 		racewritepc(unsafe.Pointer(h), callerpc, pc)
		map.go#L786: 			k := add(unsafe.Pointer(b), dataOffset+i*uintptr(t.KeySize))
		map.go#L789: 				k2 = *((*unsafe.Pointer)(k2))
		map.go#L796: 				*(*unsafe.Pointer)(k) = nil
		map.go#L800: 			e := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+i*uintptr(t.ValueSize))
		map.go#L802: 				*(*unsafe.Pointer)(e) = nil
		map.go#L880: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiterinit))
		map.go#L941: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiternext))
		map.go#L991: 		k := add(unsafe.Pointer(b), dataOffset+uintptr(offi)*uintptr(t.KeySize))
		map.go#L993: 			k = *((*unsafe.Pointer)(k))
		map.go#L995: 		e := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+uintptr(offi)*uintptr(t.ValueSize))
		map.go#L1032: 				e = *((*unsafe.Pointer)(e))
		map.go#L1079: 		racewritepc(unsafe.Pointer(h), callerpc, pc)
		map.go#L1093: 	markBucketsEmpty := func(bucket unsafe.Pointer, mask uintptr) {
		map.go#L1251: 	k unsafe.Pointer // pointer to current key storage
		map.go#L1252: 	e unsafe.Pointer // pointer to current elem storage
		map.go#L1266: 		x.k = add(unsafe.Pointer(x.b), dataOffset)
		map.go#L1274: 			y.k = add(unsafe.Pointer(y.b), dataOffset)
		map.go#L1279: 			k := add(unsafe.Pointer(b), dataOffset)
		map.go#L1292: 					k2 = *((*unsafe.Pointer)(k2))
		map.go#L1330: 					dst.k = add(unsafe.Pointer(dst.b), dataOffset)
		map.go#L1335: 					*(*unsafe.Pointer)(dst.k) = k2 // copy pointer
		map.go#L1340: 					*(*unsafe.Pointer)(dst.e) = *(*unsafe.Pointer)(e)
		map.go#L1458: func reflect_mapaccess(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
		map.go#L1468: func reflect_mapaccess_faststr(t *maptype, h *hmap, key string) unsafe.Pointer {
		map.go#L1486: func reflect_mapassign(t *maptype, h *hmap, key unsafe.Pointer, elem unsafe.Pointer) {
		map.go#L1492: func reflect_mapassign_faststr(t *maptype, h *hmap, key string, elem unsafe.Pointer) {
		map.go#L1498: func reflect_mapdelete(t *maptype, h *hmap, key unsafe.Pointer) {
		map.go#L1550: func reflect_mapiterkey(it *hiter) unsafe.Pointer {
		map.go#L1564: func reflect_mapiterelem(it *hiter) unsafe.Pointer {
		map.go#L1584: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
		map.go#L1601: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
		map.go#L1618: 	e.data = unsafe.Pointer(mapclone2((*maptype)(unsafe.Pointer(e._type)), (*hmap)(e.data)))
		map.go#L1641: 		srcK := add(unsafe.Pointer(src), dataOffset+uintptr(i)*uintptr(t.KeySize))
		map.go#L1642: 		srcEle := add(unsafe.Pointer(src), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+uintptr(i)*uintptr(t.ValueSize))
		map.go#L1643: 		dstK := add(unsafe.Pointer(dst), dataOffset+uintptr(pos)*uintptr(t.KeySize))
		map.go#L1644: 		dstEle := add(unsafe.Pointer(dst), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+uintptr(pos)*uintptr(t.ValueSize))
		map.go#L1648: 			srcK = *(*unsafe.Pointer)(srcK)
		map.go#L1657: 			*(*unsafe.Pointer)(dstK) = srcK
		map.go#L1662: 			srcEle = *(*unsafe.Pointer)(srcEle)
		map.go#L1665: 			*(*unsafe.Pointer)(dstEle) = eStore
		map.go#L1766: 				srcK := add(unsafe.Pointer(srcBmap), dataOffset+i*uintptr(t.KeySize))
		map.go#L1768: 					srcK = *((*unsafe.Pointer)(srcK))
		map.go#L1771: 				srcEle := add(unsafe.Pointer(srcBmap), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+i*uintptr(t.ValueSize))
		map.go#L1773: 					srcEle = *((*unsafe.Pointer)(srcEle))
		map.go#L1787: func keys(m any, p unsafe.Pointer) {
		map.go#L1789: 	t := (*maptype)(unsafe.Pointer(e._type))
		map.go#L1834: 			k := add(unsafe.Pointer(b), dataOffset+offi*uintptr(t.KeySize))
		map.go#L1836: 				k = *((*unsafe.Pointer)(k))
		map.go#L1851: func values(m any, p unsafe.Pointer) {
		map.go#L1853: 	t := (*maptype)(unsafe.Pointer(e._type))
		map.go#L1899: 			ele := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*uintptr(t.KeySize)+offi*uintptr(t.ValueSize))
		map.go#L1901: 				ele = *((*unsafe.Pointer)(ele))
		map_fast32.go#L13: func mapaccess1_fast32(t *maptype, h *hmap, key uint32) unsafe.Pointer {
		map_fast32.go#L16: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast32))
		map_fast32.go#L19: 		return unsafe.Pointer(&zeroVal[0])
		map_fast32.go#L29: 		hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L46: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*4+i*uintptr(t.ValueSize))
		map_fast32.go#L50: 	return unsafe.Pointer(&zeroVal[0])
		map_fast32.go#L62: func mapaccess2_fast32(t *maptype, h *hmap, key uint32) (unsafe.Pointer, bool) {
		map_fast32.go#L65: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast32))
		map_fast32.go#L68: 		return unsafe.Pointer(&zeroVal[0]), false
		map_fast32.go#L78: 		hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L95: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*4+i*uintptr(t.ValueSize)), true
		map_fast32.go#L99: 	return unsafe.Pointer(&zeroVal[0]), false
		map_fast32.go#L113: func mapassign_fast32(t *maptype, h *hmap, key uint32) unsafe.Pointer {
		map_fast32.go#L119: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast32))
		map_fast32.go#L124: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L142: 	var insertk unsafe.Pointer
		map_fast32.go#L157: 			k := *((*uint32)(add(unsafe.Pointer(b), dataOffset+i*4)))
		map_fast32.go#L188: 	insertk = add(unsafe.Pointer(insertb), dataOffset+inserti*4)
		map_fast32.go#L195: 	elem := add(unsafe.Pointer(insertb), dataOffset+abi.MapBucketCount*4+inserti*uintptr(t.ValueSize))
		map_fast32.go#L212: func mapassign_fast32ptr(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
		map_fast32.go#L218: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast32))
		map_fast32.go#L223: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L241: 	var insertk unsafe.Pointer
		map_fast32.go#L256: 			k := *((*unsafe.Pointer)(add(unsafe.Pointer(b), dataOffset+i*4)))
		map_fast32.go#L287: 	insertk = add(unsafe.Pointer(insertb), dataOffset+inserti*4)
		map_fast32.go#L289: 	*(*unsafe.Pointer)(insertk) = key
		map_fast32.go#L294: 	elem := add(unsafe.Pointer(insertb), dataOffset+abi.MapBucketCount*4+inserti*uintptr(t.ValueSize))
		map_fast32.go#L305: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_fast32))
		map_fast32.go#L314: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast32.go#L337: 				*(*unsafe.Pointer)(k) = nil
		map_fast32.go#L339: 			e := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*4+i*uintptr(t.ValueSize))
		map_fast32.go#L414: 		x.k = add(unsafe.Pointer(x.b), dataOffset)
		map_fast32.go#L422: 			y.k = add(unsafe.Pointer(y.b), dataOffset)
		map_fast32.go#L427: 			k := add(unsafe.Pointer(b), dataOffset)
		map_fast32.go#L454: 					dst.k = add(unsafe.Pointer(dst.b), dataOffset)
		map_fast32.go#L462: 					*(*unsafe.Pointer)(dst.k) = *(*unsafe.Pointer)(k)
		map_fast64.go#L13: func mapaccess1_fast64(t *maptype, h *hmap, key uint64) unsafe.Pointer {
		map_fast64.go#L16: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast64))
		map_fast64.go#L19: 		return unsafe.Pointer(&zeroVal[0])
		map_fast64.go#L29: 		hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L46: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*8+i*uintptr(t.ValueSize))
		map_fast64.go#L50: 	return unsafe.Pointer(&zeroVal[0])
		map_fast64.go#L62: func mapaccess2_fast64(t *maptype, h *hmap, key uint64) (unsafe.Pointer, bool) {
		map_fast64.go#L65: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast64))
		map_fast64.go#L68: 		return unsafe.Pointer(&zeroVal[0]), false
		map_fast64.go#L78: 		hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L95: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*8+i*uintptr(t.ValueSize)), true
		map_fast64.go#L99: 	return unsafe.Pointer(&zeroVal[0]), false
		map_fast64.go#L113: func mapassign_fast64(t *maptype, h *hmap, key uint64) unsafe.Pointer {
		map_fast64.go#L119: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast64))
		map_fast64.go#L124: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L142: 	var insertk unsafe.Pointer
		map_fast64.go#L157: 			k := *((*uint64)(add(unsafe.Pointer(b), dataOffset+i*8)))
		map_fast64.go#L188: 	insertk = add(unsafe.Pointer(insertb), dataOffset+inserti*8)
		map_fast64.go#L195: 	elem := add(unsafe.Pointer(insertb), dataOffset+abi.MapBucketCount*8+inserti*uintptr(t.ValueSize))
		map_fast64.go#L214: func mapassign_fast64ptr(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
		map_fast64.go#L220: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast64))
		map_fast64.go#L225: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L243: 	var insertk unsafe.Pointer
		map_fast64.go#L258: 			k := *((*unsafe.Pointer)(add(unsafe.Pointer(b), dataOffset+i*8)))
		map_fast64.go#L289: 	insertk = add(unsafe.Pointer(insertb), dataOffset+inserti*8)
		map_fast64.go#L291: 	*(*unsafe.Pointer)(insertk) = key
		map_fast64.go#L296: 	elem := add(unsafe.Pointer(insertb), dataOffset+abi.MapBucketCount*8+inserti*uintptr(t.ValueSize))
		map_fast64.go#L307: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_fast64))
		map_fast64.go#L316: 	hash := t.Hasher(noescape(unsafe.Pointer(&key)), uintptr(h.hash0))
		map_fast64.go#L336: 					*(*unsafe.Pointer)(k) = nil
		map_fast64.go#L343: 			e := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*8+i*uintptr(t.ValueSize))
		map_fast64.go#L418: 		x.k = add(unsafe.Pointer(x.b), dataOffset)
		map_fast64.go#L426: 			y.k = add(unsafe.Pointer(y.b), dataOffset)
		map_fast64.go#L431: 			k := add(unsafe.Pointer(b), dataOffset)
		map_fast64.go#L458: 					dst.k = add(unsafe.Pointer(dst.b), dataOffset)
		map_fast64.go#L467: 						*(*unsafe.Pointer)(dst.k) = *(*unsafe.Pointer)(k)
		map_faststr.go#L13: func mapaccess1_faststr(t *maptype, h *hmap, ky string) unsafe.Pointer {
		map_faststr.go#L16: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_faststr))
		map_faststr.go#L19: 		return unsafe.Pointer(&zeroVal[0])
		map_faststr.go#L39: 					return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+i*uintptr(t.ValueSize))
		map_faststr.go#L42: 			return unsafe.Pointer(&zeroVal[0])
		map_faststr.go#L55: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+i*uintptr(t.ValueSize))
		map_faststr.go#L72: 			k := (*stringStruct)(add(unsafe.Pointer(b), dataOffset+keymaybe*2*goarch.PtrSize))
		map_faststr.go#L74: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+keymaybe*uintptr(t.ValueSize))
		map_faststr.go#L77: 		return unsafe.Pointer(&zeroVal[0])
		map_faststr.go#L80: 	hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L101: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+i*uintptr(t.ValueSize))
		map_faststr.go#L105: 	return unsafe.Pointer(&zeroVal[0])
		map_faststr.go#L117: func mapaccess2_faststr(t *maptype, h *hmap, ky string) (unsafe.Pointer, bool) {
		map_faststr.go#L120: 		racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_faststr))
		map_faststr.go#L123: 		return unsafe.Pointer(&zeroVal[0]), false
		map_faststr.go#L143: 					return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+i*uintptr(t.ValueSize)), true
		map_faststr.go#L146: 			return unsafe.Pointer(&zeroVal[0]), false
		map_faststr.go#L159: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+i*uintptr(t.ValueSize)), true
		map_faststr.go#L176: 			k := (*stringStruct)(add(unsafe.Pointer(b), dataOffset+keymaybe*2*goarch.PtrSize))
		map_faststr.go#L178: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+keymaybe*uintptr(t.ValueSize)), true
		map_faststr.go#L181: 		return unsafe.Pointer(&zeroVal[0]), false
		map_faststr.go#L184: 	hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L205: 				return add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+i*uintptr(t.ValueSize)), true
		map_faststr.go#L209: 	return unsafe.Pointer(&zeroVal[0]), false
		map_faststr.go#L223: func mapassign_faststr(t *maptype, h *hmap, s string) unsafe.Pointer {
		map_faststr.go#L229: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_faststr))
		map_faststr.go#L235: 	hash := t.Hasher(noescape(unsafe.Pointer(&s)), uintptr(h.hash0))
		map_faststr.go#L254: 	var insertk unsafe.Pointer
		map_faststr.go#L269: 			k := (*stringStruct)(add(unsafe.Pointer(b), dataOffset+i*2*goarch.PtrSize))
		map_faststr.go#L307: 	insertk = add(unsafe.Pointer(insertb), dataOffset+inserti*2*goarch.PtrSize)
		map_faststr.go#L313: 	elem := add(unsafe.Pointer(insertb), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+inserti*uintptr(t.ValueSize))
		map_faststr.go#L324: 		racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_faststr))
		map_faststr.go#L334: 	hash := t.Hasher(noescape(unsafe.Pointer(&ky)), uintptr(h.hash0))
		map_faststr.go#L358: 			e := add(unsafe.Pointer(b), dataOffset+abi.MapBucketCount*2*goarch.PtrSize+i*uintptr(t.ValueSize))
		map_faststr.go#L433: 		x.k = add(unsafe.Pointer(x.b), dataOffset)
		map_faststr.go#L441: 			y.k = add(unsafe.Pointer(y.b), dataOffset)
		map_faststr.go#L446: 			k := add(unsafe.Pointer(b), dataOffset)
		map_faststr.go#L473: 					dst.k = add(unsafe.Pointer(dst.b), dataOffset)
		mbarrier.go#L162: func typedmemmove(typ *abi.Type, dst, src unsafe.Pointer) {
		mbarrier.go#L191: func wbZero(typ *_type, dst unsafe.Pointer) {
		mbarrier.go#L204: func wbMove(typ *_type, dst, src unsafe.Pointer) {
		mbarrier.go#L225: func reflect_typedmemmove(typ *_type, dst, src unsafe.Pointer) {
		mbarrier.go#L242: func reflectlite_typedmemmove(typ *_type, dst, src unsafe.Pointer) {
		mbarrier.go#L256: func reflectcallmove(typ *_type, dst, src unsafe.Pointer, size uintptr, regs *abi.RegArgs) {
		mbarrier.go#L268: 			regs.Ptrs[i] = unsafe.Pointer(regs.Ints[i])
		mbarrier.go#L283: func typedslicecopy(typ *_type, dstPtr unsafe.Pointer, dstLen int, srcPtr unsafe.Pointer, srcLen int) int {
		mbarrier.go#L368: func typedmemclr(typ *_type, ptr unsafe.Pointer) {
		mbarrier.go#L387: func reflect_typedmemclr(typ *_type, ptr unsafe.Pointer) {
		mbarrier.go#L392: func reflect_typedmemclrpartial(typ *_type, ptr unsafe.Pointer, off, size uintptr) {
		mbarrier.go#L404: func reflect_typedarrayclear(typ *_type, ptr unsafe.Pointer, len int) {
		mbarrier.go#L429: func memclrHasPointers(ptr unsafe.Pointer, n uintptr) {
		mbitmap.go#L191: 		typ = *(**_type)(unsafe.Pointer(addr))
		mbitmap.go#L471: 			dstx := (*uintptr)(unsafe.Pointer(addr))
		mbitmap.go#L481: 			dstx := (*uintptr)(unsafe.Pointer(addr))
		mbitmap.go#L482: 			srcx := (*uintptr)(unsafe.Pointer(src + (addr - dst)))
		mbitmap.go#L531: 		srcx := (*uintptr)(unsafe.Pointer(addr - dst + src))
		mbitmap.go#L591: 	sl = notInHeapSlice{(*notInHeap)(unsafe.Pointer(spanBase + spanSize - bitmapSize)), elems, elems}
		mbitmap.go#L592: 	return *(*[]uintptr)(unsafe.Pointer(&sl))
		mbitmap.go#L604: 	hbits := (*byte)(unsafe.Pointer(span.base() + spanSize - bitmapSize))
		mbitmap.go#L617: 	word0 := (*uintptr)(unsafe.Pointer(addb(hbits, goarch.PtrSize*(i+0))))
		mbitmap.go#L618: 	word1 := (*uintptr)(unsafe.Pointer(addb(hbits, goarch.PtrSize*(i+1))))
		mbitmap.go#L730: 				memclrNoHeapPointers(unsafe.Pointer(progSpan.base()), progSpan.npages*pageSize)
		mbitmap.go#L736: 			gctyp = (*_type)(unsafe.Pointer(progSpan.base()))
		mbitmap.go#L739: 			gctyp.GCData = (*byte)(add(unsafe.Pointer(progSpan.base()), heapBitsOff))
		mbitmap.go#L822: 	print("runtime: typ=", unsafe.Pointer(typ), " typ.PtrBytes=", typ.PtrBytes, "\n")
		mbitmap.go#L963: 	print("runtime: tp.elem=", hex(tp.elem), " tp.typ=", unsafe.Pointer(tp.typ), "\n")
		mbitmap.go#L983: 	return (*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) + n))
		mbitmap.go#L994: 	return (*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) - n))
		mbitmap.go#L1005: 	return (*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) + 1))
		mbitmap.go#L1018: 	return (*byte)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) - 1))
		mbitmap.go#L1047: 	bytes := (*[8]uint8)(unsafe.Pointer(s.allocBits.bytep(uintptr(whichByte))))
		mbitmap.go#L1208: 		m.bytep = (*uint8)(unsafe.Pointer(uintptr(unsafe.Pointer(m.bytep)) + 1))
		mbitmap.go#L1346: 			dstx := (*uintptr)(unsafe.Pointer(dst + i))
		mbitmap.go#L1351: 				srcx := (*uintptr)(unsafe.Pointer(src + i))
		mbitmap.go#L1404: 			dstx := (*uintptr)(unsafe.Pointer(dst + i))
		mbitmap.go#L1405: 			srcx := (*uintptr)(unsafe.Pointer(src + i))
		mbitmap.go#L1427: 		mrkBits := *(*uint64)(unsafe.Pointer(s.gcmarkBits.bytep(i)))
		mbitmap.go#L1436: 	x := *(*uintptr)(unsafe.Pointer(p))
		mbitmap.go#L1664: 	totalBits := (uintptr(unsafe.Pointer(dst))-uintptr(unsafe.Pointer(dstStart)))*8 + nbits
		mbitmap.go#L1685: 	runGCProg(addb(prog, 4), (*byte)(unsafe.Pointer(s.startAddr)))
		mbitmap.go#L1759: 	et = (*ptrtype)(unsafe.Pointer(t)).Elem
		mbitmap.go#L1815: 			if *(*byte)(unsafe.Pointer(i)) != 0 {
		mbitmap.go#L1898: 			n := (*ptrtype)(unsafe.Pointer(t)).Elem.Size_
		mcache.go#L74: 	return (*gclink)(unsafe.Pointer(p))
		mcache.go#L117: 		mheap_.cachealloc.free(unsafe.Pointer(c))
		mem.go#L49: func sysAlloc(n uintptr, sysStat *sysMemStat) unsafe.Pointer {
		mem.go#L60: func sysUnused(v unsafe.Pointer, n uintptr) {
		mem.go#L75: func sysUsed(v unsafe.Pointer, n, prepared uintptr) {
		mem.go#L83: func sysHugePage(v unsafe.Pointer, n uintptr) {
		mem.go#L90: func sysNoHugePage(v unsafe.Pointer, n uintptr) {
		mem.go#L96: func sysHugePageCollapse(v unsafe.Pointer, n uintptr) {
		mem.go#L113: func sysFree(v unsafe.Pointer, n uintptr, sysStat *sysMemStat) {
		mem.go#L128: func sysFault(v unsafe.Pointer, n uintptr) {
		mem.go#L145: func sysReserve(v unsafe.Pointer, n uintptr) unsafe.Pointer {
		mem.go#L153: func sysMap(v unsafe.Pointer, n uintptr, sysStat *sysMemStat) {
		mem_linux.go#L21: func sysAllocOS(n uintptr) unsafe.Pointer {
		mem_linux.go#L41: func sysUnusedOS(v unsafe.Pointer, n uintptr) {
		mem_linux.go#L84: func sysUsedOS(v unsafe.Pointer, n uintptr) {
		mem_linux.go#L97: func sysHugePageOS(v unsafe.Pointer, n uintptr) {
		mem_linux.go#L105: 			madvise(unsafe.Pointer(beg), end-beg, _MADV_HUGEPAGE)
		mem_linux.go#L110: func sysNoHugePageOS(v unsafe.Pointer, n uintptr) {
		mem_linux.go#L119: func sysHugePageCollapseOS(v unsafe.Pointer, n uintptr) {
		mem_linux.go#L148: func sysFreeOS(v unsafe.Pointer, n uintptr) {
		mem_linux.go#L152: func sysFaultOS(v unsafe.Pointer, n uintptr) {
		mem_linux.go#L157: func sysReserveOS(v unsafe.Pointer, n uintptr) unsafe.Pointer {
		mem_linux.go#L165: func sysMapOS(v unsafe.Pointer, n uintptr) {
		metrics.go#L46: 		raceacquire(unsafe.Pointer(&metricsSema))
		metrics.go#L52: 		racerelease(unsafe.Pointer(&metricsSema))
		metrics.go#L768: 	pointer unsafe.Pointer // contains non-scalar values.
		metrics.go#L781: 		v.pointer = unsafe.Pointer(hist)
		metrics.go#L833: func readMetrics(samplesp unsafe.Pointer, len int, cap int) {
		metrics.go#L848: func readMetricsLocked(samplesp unsafe.Pointer, len int, cap int) {
		metrics.go#L851: 	samples := *(*[]metricSample)(unsafe.Pointer(&sl))
		mfinal.go#L54: 	arg  unsafe.Pointer // ptr to object (may be a heap pointer)
		mfinal.go#L94: func queuefinalizer(p unsafe.Pointer, fn *funcval, nret uintptr, fint *_type, ot *ptrtype) {
		mfinal.go#L144: func iterate_finq(callback func(*funcval, unsafe.Pointer, uintptr, *_type, *ptrtype)) {
		mfinal.go#L167: func finalizercommit(gp *g, lock unsafe.Pointer) bool {
		mfinal.go#L178: 		frame    unsafe.Pointer
		mfinal.go#L193: 			gopark(finalizercommit, unsafe.Pointer(&finlock), waitReasonFinalizerWait, traceBlockSystemGoroutine, 1)
		mfinal.go#L229: 					r = unsafe.Pointer(&regs.Ints)
		mfinal.go#L240: 					*(*unsafe.Pointer)(r) = f.arg
		mfinal.go#L242: 					ityp := (*interfacetype)(unsafe.Pointer(f.fint))
		mfinal.go#L255: 				reflectcall(nil, unsafe.Pointer(f.fn), frame, uint32(framesz), uint32(framesz), uint32(framesz), &regs)
		mfinal.go#L277: func isGoPointerWithoutSpan(p unsafe.Pointer) bool {
		mfinal.go#L279: 	if p == unsafe.Pointer(&zerobase) {
		mfinal.go#L425: 	ot := (*ptrtype)(unsafe.Pointer(etyp))
		mfinal.go#L471: 	ft := (*functype)(unsafe.Pointer(ftyp))
		mfinal.go#L484: 		if (fint.Uncommon() == nil || etyp.Uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).Elem == ot.Elem {
		mfinal.go#L490: 		ityp := (*interfacetype)(unsafe.Pointer(fint))
		mfixalloc.go#L33: 	first  func(arg, p unsafe.Pointer) // called first time p is returned
		mfixalloc.go#L34: 	arg    unsafe.Pointer
		mfixalloc.go#L56: func (f *fixalloc) init(size uintptr, first func(arg, p unsafe.Pointer), arg unsafe.Pointer, stat *sysMemStat) {
		mfixalloc.go#L74: func (f *fixalloc) alloc() unsafe.Pointer {
		mfixalloc.go#L81: 		v := unsafe.Pointer(f.list)
		mfixalloc.go#L94: 	v := unsafe.Pointer(f.chunk)
		mfixalloc.go#L104: func (f *fixalloc) free(p unsafe.Pointer) {
		mgc.go#L1412: 		gopark(func(g *g, nodep unsafe.Pointer) bool {
		mgc.go#L1439: 		}, unsafe.Pointer(node), waitReasonGCWorkerIdle, traceBlockSystemGoroutine, 0)
		mgc.go#L1753: var boringCaches []unsafe.Pointer  // for crypto/internal/boring
		mgc.go#L1771: func boring_registerCache(p unsafe.Pointer) {
		mgc.go#L1889: func gcTestIsReachable(ptrs ...unsafe.Pointer) (mask uint64) {
		mgc.go#L1935: 		mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
		mgc.go#L1950: func gcTestPointerClass(p unsafe.Pointer) string {
		mgcmark.go#L181: 			scanblock(uintptr(unsafe.Pointer(&fb.fin[0])), cnt*unsafe.Sizeof(fb.fin[0]), &finptrmask[0], gcw, nil)
		mgcmark.go#L276: 	ptrmask := (*uint8)(add(unsafe.Pointer(ptrmask0), uintptr(shard)*(rootBlockBytes/(8*goarch.PtrSize))))
		mgcmark.go#L387: 					spf := (*specialfinalizer)(unsafe.Pointer(sp))
		mgcmark.go#L399: 					scanblock(uintptr(unsafe.Pointer(&spf.fn)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
		mgcmark.go#L402: 					spw := (*specialWeakHandle)(unsafe.Pointer(sp))
		mgcmark.go#L403: 					scanblock(uintptr(unsafe.Pointer(&spw.handle)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
		mgcmark.go#L680: 		gp.param = unsafe.Pointer(gp)
		mgcmark.go#L882: 		scanblock(uintptr(unsafe.Pointer(&gp.sched.ctxt)), goarch.PtrSize, &oneptrmask[0], gcw, &state)
		mgcmark.go#L899: 			scanblock(uintptr(unsafe.Pointer(&d.fn)), goarch.PtrSize, &oneptrmask[0], gcw, &state)
		mgcmark.go#L904: 			scanblock(uintptr(unsafe.Pointer(&d.link)), goarch.PtrSize, &oneptrmask[0], gcw, &state)
		mgcmark.go#L910: 			scanblock(uintptr(unsafe.Pointer(&d)), goarch.PtrSize, &oneptrmask[0], gcw, &state)
		mgcmark.go#L915: 		state.putPtr(uintptr(unsafe.Pointer(gp._panic)), false)
		mgcmark.go#L961: 			gcdata = (*byte)(unsafe.Pointer(s.startAddr))
		mgcmark.go#L992: 		putempty((*workbuf)(unsafe.Pointer(x)))
		mgcmark.go#L1362: 				p := *(*uintptr)(unsafe.Pointer(b + i))
		mgcmark.go#L1450: 		obj := *(*uintptr)(unsafe.Pointer(addr))
		mgcmark.go#L1494: 			val := *(*uintptr)(unsafe.Pointer(p))
		mgcmark.go#L1534: 		val := *(*uintptr)(unsafe.Pointer(b + i))
		mgcmark.go#L1675: 		print(" *(", label, "+", i, ") = ", hex(*(*uintptr)(unsafe.Pointer(obj + i))))
		mgcscavenge.go#L778: 				sysUnused(unsafe.Pointer(addr), uintptr(npages)*pageSize)
		mgcstack.go#L163: 	*(*uintptr)(unsafe.Pointer(&obj.r)) = uintptr(unsafe.Pointer(r))
		mgcstack.go#L213: 		buf = (*stackWorkBuf)(unsafe.Pointer(getempty()))
		mgcstack.go#L222: 			buf = (*stackWorkBuf)(unsafe.Pointer(getempty()))
		mgcstack.go#L247: 				putempty((*workbuf)(unsafe.Pointer(s.freeBuf)))
		mgcstack.go#L263: 		putempty((*workbuf)(unsafe.Pointer(s.freeBuf)))
		mgcstack.go#L274: 		x = (*stackObjectBuf)(unsafe.Pointer(getempty()))
		mgcstack.go#L284: 		y := (*stackObjectBuf)(unsafe.Pointer(getempty()))
		mgcsweep.go#L577: 						freeSpecial(special, unsafe.Pointer(p), size)
		mgcsweep.go#L592: 					freeSpecial(special, unsafe.Pointer(p), size)
		mgcsweep.go#L599: 				(*specialReachable)(unsafe.Pointer(special)).reachable = true
		mgcsweep.go#L600: 				freeSpecial(special, unsafe.Pointer(p), size)
		mgcsweep.go#L626: 					clobberfree(unsafe.Pointer(x), size)
		mgcsweep.go#L630: 					racefree(unsafe.Pointer(x), size)
		mgcsweep.go#L633: 					msanfree(unsafe.Pointer(x), size)
		mgcsweep.go#L636: 					asanpoison(unsafe.Pointer(x), size)
		mgcsweep.go#L817: 				sysFault(unsafe.Pointer(s.base()), size)
		mgcsweep.go#L825: 					s := spanOf(uintptr(unsafe.Pointer(s.largeType)))
		mgcsweep.go#L831: 				*(*uintptr)(unsafe.Pointer(&s.largeType)) = 0
		mgcsweep.go#L967: func clobberfree(x unsafe.Pointer, size uintptr) {
		mgcwork.go#L391: 			newb := (*workbuf)(unsafe.Pointer(s.base() + i))
		mgcwork.go#L443: 	memmove(unsafe.Pointer(&b1.obj[0]), unsafe.Pointer(&b.obj[b.nobj]), uintptr(n)*unsafe.Sizeof(b1.obj[0]))
		mheap.go#L517: func recordspan(vh unsafe.Pointer, p unsafe.Pointer) {
		mheap.go#L529: 		sp := (*slice)(unsafe.Pointer(&new))
		mheap.go#L540: 		*(*notInHeapSlice)(unsafe.Pointer(&h.allspans)) = *(*notInHeapSlice)(unsafe.Pointer(&new))
		mheap.go#L542: 			sysFree(unsafe.Pointer(&oldAllspans[0]), uintptr(cap(oldAllspans))*unsafe.Sizeof(oldAllspans[0]), &memstats.other_sys)
		mheap.go#L743: 	h.spanalloc.init(unsafe.Sizeof(mspan{}), recordspan, unsafe.Pointer(h), &memstats.mspan_sys)
		mheap.go#L1149: 	h.spanalloc.free(unsafe.Pointer(s))
		mheap.go#L1345: 		sysUsed(unsafe.Pointer(base), nbytes, scav)
		mheap.go#L1508: 				sysMap(unsafe.Pointer(h.curArena.base), size, &gcController.heapReleased)
		mheap.go#L1539: 	sysMap(unsafe.Pointer(v), nBase-v, &gcController.heapReleased)
		mheap.go#L1569: 			base := unsafe.Pointer(s.base())
		mheap.go#L1575: 			base := unsafe.Pointer(s.base())
		mheap.go#L1858: func addspecial(p unsafe.Pointer, s *special) bool {
		mheap.go#L1893: func removespecial(p unsafe.Pointer, kind uint8) *special {
		mheap.go#L1962: func addfinalizer(p unsafe.Pointer, f *funcval, nret uintptr, fint *_type, ot *ptrtype) bool {
		mheap.go#L1987: 			scanblock(uintptr(unsafe.Pointer(&s.fn)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
		mheap.go#L1995: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L2001: func removefinalizer(p unsafe.Pointer) {
		mheap.go#L2002: 	s := (*specialfinalizer)(unsafe.Pointer(removespecial(p, _KindSpecialFinalizer)))
		mheap.go#L2007: 	mheap_.specialfinalizeralloc.free(unsafe.Pointer(s))
		mheap.go#L2044: func internal_weak_runtime_registerWeakPointer(p unsafe.Pointer) unsafe.Pointer {
		mheap.go#L2045: 	return unsafe.Pointer(getOrAddWeakHandle(unsafe.Pointer(p)))
		mheap.go#L2049: func internal_weak_runtime_makeStrongFromWeak(u unsafe.Pointer) unsafe.Pointer {
		mheap.go#L2086: 	ptr := unsafe.Pointer(handle.Load())
		mheap.go#L2142: func getOrAddWeakHandle(p unsafe.Pointer) *atomic.Uintptr {
		mheap.go#L2169: 			scanblock(uintptr(unsafe.Pointer(&s.handle)), goarch.PtrSize, &oneptrmask[0], gcw, nil)
		mheap.go#L2192: 	mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
		mheap.go#L2209: func getWeakHandle(p unsafe.Pointer) *atomic.Uintptr {
		mheap.go#L2229: 		handle = ((*specialWeakHandle)(unsafe.Pointer(*iter))).handle
		mheap.go#L2248: func setprofilebucket(p unsafe.Pointer, b *bucket) {
		mheap.go#L2303: func freeSpecial(s *special, p unsafe.Pointer, size uintptr) {
		mheap.go#L2306: 		sf := (*specialfinalizer)(unsafe.Pointer(s))
		mheap.go#L2309: 		mheap_.specialfinalizeralloc.free(unsafe.Pointer(sf))
		mheap.go#L2312: 		sw := (*specialWeakHandle)(unsafe.Pointer(s))
		mheap.go#L2315: 		mheap_.specialWeakHandleAlloc.free(unsafe.Pointer(s))
		mheap.go#L2318: 		sp := (*specialprofile)(unsafe.Pointer(s))
		mheap.go#L2321: 		mheap_.specialprofilealloc.free(unsafe.Pointer(sp))
		mheap.go#L2324: 		sp := (*specialReachable)(unsafe.Pointer(s))
		mheap.go#L2329: 		mheap_.specialPinCounterAlloc.free(unsafe.Pointer(s))
		mheap.go#L2401: 	head := (*gcBitsArena)(atomic.Loadp(unsafe.Pointer(&gcBitsArenas.next)))
		mheap.go#L2440: 	atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), unsafe.Pointer(fresh))
		mheap.go#L2486: 	atomic.StorepNoWB(unsafe.Pointer(&gcBitsArenas.next), nil) // newMarkBits calls newArena when needed
		mheap.go#L2504: 		memclrNoHeapPointers(unsafe.Pointer(result), gcBitsChunkBytes)
		mheap.go#L2512: 		result.free = 8 - (uintptr(unsafe.Pointer(&result.bits[0])) & 7)
		minmax.go#L57: 		*(*uint32)(unsafe.Pointer(&x)) |= *(*uint32)(unsafe.Pointer(&y))
		minmax.go#L59: 		*(*uint64)(unsafe.Pointer(&x)) |= *(*uint64)(unsafe.Pointer(&y))
		minmax.go#L67: 		*(*uint32)(unsafe.Pointer(&x)) &= *(*uint32)(unsafe.Pointer(&y))
		minmax.go#L69: 		*(*uint64)(unsafe.Pointer(&x)) &= *(*uint64)(unsafe.Pointer(&y))
		mpagealloc.go#L420: 			*(*uintptr)(unsafe.Pointer(&p.chunks[c.l1()])) = uintptr(r)
		mpagealloc.go#L472: 			sysHugePage(unsafe.Pointer(p.chunks[i]), unsafe.Sizeof(*p.chunks[0]))
		mpagealloc_64bit.go#L86: 		p.summary[l] = *(*[]pallocSum)(unsafe.Pointer(&sl))
		mpagealloc_64bit.go#L120: 		base := unsafe.Pointer(&p.summary[level][0])
		mpagealloc_64bit.go#L179: 		sysMap(unsafe.Pointer(need.base.addr()), need.size(), p.sysStat)
		mpagealloc_64bit.go#L180: 		sysUsed(unsafe.Pointer(need.base.addr()), need.size(), need.size())
		mpagealloc_64bit.go#L222: 	chunksBase := uintptr(unsafe.Pointer(&s.chunks[0]))
		mpagealloc_64bit.go#L232: 		sysMap(unsafe.Pointer(need.base.addr()), need.size(), sysStat)
		mpagealloc_64bit.go#L233: 		sysUsed(unsafe.Pointer(need.base.addr()), need.size(), need.size())
		mpagealloc_64bit.go#L253: 	s.chunks = *(*[]atomicScavChunkData)(unsafe.Pointer(&sl))
		mprof.go#L248: 	stk := (*[maxProfStackDepth]uintptr)(add(unsafe.Pointer(b), unsafe.Sizeof(*b)))
		mprof.go#L261: 	data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
		mprof.go#L270: 	data := add(unsafe.Pointer(b), unsafe.Sizeof(*b)+b.nstk*unsafe.Sizeof(uintptr(0)))
		mprof.go#L286: 			buckhash.StoreNoWB(unsafe.Pointer(bh))
		mprof.go#L345: 	bh[i].StoreNoWB(unsafe.Pointer(b))
		mprof.go#L346: 	allnext.StoreNoWB(unsafe.Pointer(b))
		mprof.go#L437: func mProf_Malloc(mp *m, p unsafe.Pointer, size uintptr) {
		mprof.go#L563: 			nstk = fpTracebackPartialExpand(skip, unsafe.Pointer(getfp()), mp.profStack)
		mprof.go#L566: 			nstk = 1 + fpTracebackPartialExpand(skip, unsafe.Pointer(gp.m.curg.sched.bp), mp.profStack[1:])
		mprof.go#L578: func fpTracebackPartialExpand(skip int, fp unsafe.Pointer, pcBuf []uintptr) int {
		mprof.go#L592: 		pc := *(*uintptr)(unsafe.Pointer(uintptr(fp) + goarch.PtrSize))
		mprof.go#L615: 		fp = unsafe.Pointer(*(*uintptr)(fp))
		mprof.go#L737: 	if uintptr(unsafe.Pointer(l)) == prof.pending {
		mprof.go#L761: 	prof.pending = uintptr(unsafe.Pointer(l))
		mprof.go#L769: 	if uintptr(unsafe.Pointer(l)) == prof.pending {
		mprof.go#L1077: 		racewriterangepc(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0), getcallerpc(), abi.FuncPCABIInternal(MemProfile))
		mprof.go#L1080: 		msanwrite(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0))
		mprof.go#L1083: 		asanwrite(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0))
		mprof.go#L1191: 		racewriterangepc(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0), getcallerpc(), abi.FuncPCABIInternal(BlockProfile))
		mprof.go#L1194: 		msanwrite(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0))
		mprof.go#L1197: 		asanwrite(unsafe.Pointer(&dst.Stack0[0]), unsafe.Sizeof(dst.Stack0))
		mprof.go#L1284: 	first := (*m)(atomic.Loadp(unsafe.Pointer(&allm)))
		mprof.go#L1307: func pprof_goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1312: func goroutineProfileWithLabels(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1325: 	labels  []unsafe.Pointer
		mprof.go#L1363: func goroutineProfileWithLabelsConcurrent(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1459: 		raceacquire(unsafe.Pointer(&labelSync))
		mprof.go#L1571: func goroutineProfileWithLabelsSync(p []profilerecord.StackRecord, labels []unsafe.Pointer) (n int, ok bool) {
		mprof.go#L1634: 		raceacquire(unsafe.Pointer(&labelSync))
		mranges.go#L255: 	ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
		mranges.go#L382: 			ranges := (*notInHeapSlice)(unsafe.Pointer(&a.ranges))
		mranges.go#L452: 		ranges := (*notInHeapSlice)(unsafe.Pointer(&b.ranges))
		msan0.go#L19: func msanread(addr unsafe.Pointer, sz uintptr)     { throw("msan") }
		msan0.go#L20: func msanwrite(addr unsafe.Pointer, sz uintptr)    { throw("msan") }
		msan0.go#L21: func msanmalloc(addr unsafe.Pointer, sz uintptr)   { throw("msan") }
		msan0.go#L22: func msanfree(addr unsafe.Pointer, sz uintptr)     { throw("msan") }
		msan0.go#L23: func msanmove(dst, src unsafe.Pointer, sz uintptr) { throw("msan") }
		mspanset.go#L294: 	p unsafe.Pointer
		mspanset.go#L403: 	p.p.StoreNoWB(unsafe.Pointer(s))
		mwbbuf.go#L79: 	start := uintptr(unsafe.Pointer(&b.buf[0]))
		mwbbuf.go#L85: 		b.end = uintptr(unsafe.Pointer(&b.buf[wbMaxEntriesPerCall+1]))
		mwbbuf.go#L101: 	b.next = uintptr(unsafe.Pointer(&b.buf[0]))
		mwbbuf.go#L106: 	return b.next == uintptr(unsafe.Pointer(&b.buf[0]))
		mwbbuf.go#L135: 	p := (*[1]uintptr)(unsafe.Pointer(b.next))
		mwbbuf.go#L146: 	p := (*[2]uintptr)(unsafe.Pointer(b.next))
		mwbbuf.go#L197: 	start := uintptr(unsafe.Pointer(&pp.wbBuf.buf[0]))
		netpoll.go#L529: func netpollblockcommit(gp *g, gpp unsafe.Pointer) bool {
		netpoll.go#L530: 	r := atomic.Casuintptr((*uintptr)(gpp), pdWait, uintptr(unsafe.Pointer(gp)))
		netpoll.go#L575: 		gopark(netpollblockcommit, unsafe.Pointer(gpp), waitReasonIOWait, traceBlockNet, 5)
		netpoll.go#L617: 			return (*g)(unsafe.Pointer(old))
		netpoll.go#L720: 	x := (*eface)(unsafe.Pointer(&i))
		netpoll.go#L722: 	x.data = unsafe.Pointer(&pd.self)
		netpoll_epoll.go#L36: 	*(**uintptr)(unsafe.Pointer(&ev.Data)) = &netpollEventFd
		netpoll_epoll.go#L52: 	tp := taggedPointerPack(unsafe.Pointer(pd), pd.fdseq.Load())
		netpoll_epoll.go#L53: 	*(*taggedPointer)(unsafe.Pointer(&ev.Data)) = tp
		netpoll_epoll.go#L76: 		n := write(netpollEventFd, noescape(unsafe.Pointer(&one)), oneSize)
		netpoll_epoll.go#L137: 		if *(**uintptr)(unsafe.Pointer(&ev.Data)) == &netpollEventFd {
		netpoll_epoll.go#L149: 				read(int32(netpollEventFd), noescape(unsafe.Pointer(&one)), int32(unsafe.Sizeof(one)))
		netpoll_epoll.go#L163: 			tp := *(*taggedPointer)(unsafe.Pointer(&ev.Data))
		os_linux.go#L37: func futex(addr unsafe.Pointer, op int32, val uint32, ts, addr2 unsafe.Pointer, val3 uint32) int32
		os_linux.go#L69: 		futex(unsafe.Pointer(addr), _FUTEX_WAIT_PRIVATE, val, nil, nil, 0)
		os_linux.go#L75: 	futex(unsafe.Pointer(addr), _FUTEX_WAIT_PRIVATE, val, unsafe.Pointer(&ts), nil, 0)
		os_linux.go#L82: 	ret := futex(unsafe.Pointer(addr), _FUTEX_WAKE_PRIVATE, cnt, nil, nil, 0)
		os_linux.go#L94: 	*(*int32)(unsafe.Pointer(uintptr(0x1006))) = 0x1006
		os_linux.go#L161: func clone(flags int32, stk, mp, gp, fn unsafe.Pointer) int32
		os_linux.go#L167: 	stk := unsafe.Pointer(mp.g0.stack.hi)
		os_linux.go#L180: 		r := clone(cloneFlags, stk, unsafe.Pointer(mp), unsafe.Pointer(mp.g0), unsafe.Pointer(abi.FuncPCABI0(mstart)))
		os_linux.go#L202: func newosproc0(stacksize uintptr, fn unsafe.Pointer) {
		os_linux.go#L208: 	ret := clone(cloneFlags, unsafe.Pointer(uintptr(stack)+stacksize), nil, nil, fn)
		os_linux.go#L229: func mincore(addr unsafe.Pointer, n uintptr, dst *byte) int32
		os_linux.go#L245: 	auxvp := (*[1 << 28]uintptr)(add(unsafe.Pointer(argv), uintptr(n)*goarch.PtrSize))
		os_linux.go#L266: 			err := mincore(unsafe.Pointer(uintptr(p)+n), 1, &addrspace_vec[0])
		os_linux.go#L279: 	n = read(fd, noescape(unsafe.Pointer(&auxvreadbuf[0])), int32(unsafe.Sizeof(auxvreadbuf)))
		os_linux.go#L302: 			startupRand = (*[16]byte)(unsafe.Pointer(val))[:]
		os_linux.go#L325: 	ptr := noescape(unsafe.Pointer(&numbuf[0]))
		os_linux.go#L353: 	n := read(fd, unsafe.Pointer(&r[0]), int32(len(r)))
		os_linux.go#L509: 	*(*uintptr)(unsafe.Pointer(&s.ss_sp)) = sp
		os_linux.go#L905: func mprotect(addr unsafe.Pointer, n uintptr, prot int32) (ret int32, errno int32) {
		panic.go#L417: 	return (*_defer)(unsafe.Pointer(uintptr(1)))
		panic.go#L425: 		racewritepc(unsafe.Pointer(head), getcallerpc(), abi.FuncPCABIInternal(deferprocat))
		panic.go#L449: 		racereadpc(unsafe.Pointer(head), getcallerpc(), abi.FuncPCABIInternal(deferconvert))
		panic.go#L507: 	*(*uintptr)(unsafe.Pointer(&d.link)) = uintptr(unsafe.Pointer(gp._defer))
		panic.go#L508: 	*(*uintptr)(unsafe.Pointer(&d.head)) = 0
		panic.go#L509: 	*(*uintptr)(unsafe.Pointer(&gp._defer)) = uintptr(unsafe.Pointer(d))
		panic.go#L605: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L629: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L691: func readvarintUnsafe(fd unsafe.Pointer) (uint32, unsafe.Pointer) {
		panic.go#L785: 	p.start(getcallerpc(), unsafe.Pointer(getcallersp()))
		panic.go#L817: func (p *_panic) start(pc uintptr, sp unsafe.Pointer) {
		panic.go#L825: 	p.startSP = unsafe.Pointer(getcallersp())
		panic.go#L845: 	gp._panic = (*_panic)(noescape(unsafe.Pointer(p)))
		panic.go#L964: 			if p.initOpenCodedDefers(u.frame.fn, unsafe.Pointer(u.frame.varp)) {
		panic.go#L972: 		p.sp = unsafe.Pointer(u.frame.sp)
		panic.go#L973: 		p.fp = unsafe.Pointer(u.frame.fp)
		panic.go#L981: func (p *_panic) initOpenCodedDefers(fn funcInfo, varp unsafe.Pointer) bool {
		panic.go#L1162: 		gp.param = unsafe.Pointer(&savedOpenDeferState{
		panic.go#L1168: 			deferBitsOffset: uintptr(unsafe.Pointer(p0.deferBitsPtr)) - uintptr(p0.sp),
		pinner.go#L83: 	pinnerRefStoreSize = (pinnerSize - unsafe.Sizeof([]unsafe.Pointer{})) / unsafe.Sizeof(unsafe.Pointer(nil))
		pinner.go#L87: 	refs     []unsafe.Pointer
		pinner.go#L88: 	refStore [pinnerRefStoreSize]unsafe.Pointer
		pinner.go#L101: 	p.refStore = [pinnerRefStoreSize]unsafe.Pointer{}
		pinner.go#L105: func pinnerGetPtr(i *any) unsafe.Pointer {
		pinner.go#L125: func isPinned(ptr unsafe.Pointer) bool {
		pinner.go#L149: func setPinned(ptr unsafe.Pointer, pin bool) bool {
		pinner.go#L285: 	return (*pinnerBits)(atomic.Loadp(unsafe.Pointer(&s.pinnerBits)))
		pinner.go#L289: 	atomicstorep(unsafe.Pointer(&s.pinnerBits), unsafe.Pointer(p))
		pinner.go#L308: 	for _, x := range unsafe.Slice((*uint64)(unsafe.Pointer(&p.x)), bytes/8) {
		pinner.go#L317: 		memmove(unsafe.Pointer(&newPinnerBits.x), unsafe.Pointer(&p.x), bytes)
		pinner.go#L337: 		*ref = (*special)(unsafe.Pointer(rec))
		pinner.go#L340: 		rec = (*specialPinCounter)(unsafe.Pointer(*ref))
		pinner.go#L352: 	counter := (*specialPinCounter)(unsafe.Pointer(*ref))
		pinner.go#L360: 		mheap_.specialPinCounterAlloc.free(unsafe.Pointer(counter))
		pinner.go#L368: func pinnerGetPinCounter(addr unsafe.Pointer) *uintptr {
		pinner.go#L375: 	counter := (*specialPinCounter)(unsafe.Pointer(*t))
		plugin.go#L84: 		symName := resolveNameOff(unsafe.Pointer(md.types), ptab.name)
		plugin.go#L85: 		t := toRType((*_type)(unsafe.Pointer(md.types))).typeOff(ptab.typ) // TODO can this stack of conversions be simpler?
		plugin.go#L87: 		valp := (*[2]unsafe.Pointer)(unsafe.Pointer(&val))
		plugin.go#L88: 		(*valp)[0] = unsafe.Pointer(t)
		plugin.go#L107: 		f := funcInfo{(*_func)(unsafe.Pointer(&md.pclntable[md.ftab[i].funcoff])), md}
		print.go#L17: 	rp := (*slice)(unsafe.Pointer(&ret))
		print.go#L238: func printpointer(p unsafe.Pointer) {
		print.go#L250: 	sp := (*slice)(unsafe.Pointer(&s))
		print.go#L288: 		val := *(*uintptr)(unsafe.Pointer(p + i))
		proc.go#L407: func gopark(unlockf func(*g, unsafe.Pointer) bool, lock unsafe.Pointer, reason waitReason, traceReason traceBlockReason, traceskip int) {
		proc.go#L430: 	gopark(parkunlock_c, unsafe.Pointer(lock), reason, traceReason, traceskip)
		proc.go#L658: 		atomicstorep(unsafe.Pointer(&allgptr), unsafe.Pointer(&allgs[0]))
		proc.go#L681: 	ptr := (**g)(atomic.Loadp(unsafe.Pointer(&allgptr)))
		proc.go#L687: 	return *(**g)(add(unsafe.Pointer(ptr), i*goarch.PtrSize))
		proc.go#L953: 	atomicstorep(unsafe.Pointer(&allm), unsafe.Pointer(mp))
		proc.go#L1782: 		gp.stack.hi = uintptr(noescape(unsafe.Pointer(&size)))
		proc.go#L1820: 	gp.sched.g = guintptr(unsafe.Pointer(gp))
		proc.go#L2144: var cgoThreadStart unsafe.Pointer
		proc.go#L2149: 	fn  unsafe.Pointer
		proc.go#L2395: 	gp.sched.g = guintptr(unsafe.Pointer(gp))
		proc.go#L2578: 		asmcgocall(_cgo_bindm, unsafe.Pointer(g))
		proc.go#L2594: 	return uintptr(unsafe.Pointer(getg().m))
		proc.go#L2643: 			return (*m)(unsafe.Pointer(old))
		proc.go#L2653: 	extraM.Store(uintptr(unsafe.Pointer(mp)))
		proc.go#L2791: 		ts.tls = (*uint64)(unsafe.Pointer(&mp.tls[0]))
		proc.go#L2792: 		ts.fn = unsafe.Pointer(abi.FuncPCABI0(mstart))
		proc.go#L2794: 			msanwrite(unsafe.Pointer(&ts), unsafe.Sizeof(ts))
		proc.go#L2797: 			asanwrite(unsafe.Pointer(&ts), unsafe.Sizeof(ts))
		proc.go#L2800: 		asmcgocall(_cgo_thread_start, unsafe.Pointer(&ts))
		proc.go#L4063: func parkunlock_c(gp *g, lock unsafe.Pointer) bool {
		proc.go#L4967: 		*(*uintptr)(unsafe.Pointer(newg.stack.lo)) = 0
		proc.go#L5019: 		*(*uintptr)(unsafe.Pointer(sp)) = 0
		proc.go#L5024: 		*(*uintptr)(unsafe.Pointer(sp - goarch.PtrSize)) = 0
		proc.go#L5027: 	memclrNoHeapPointers(unsafe.Pointer(&newg.sched), unsafe.Sizeof(newg.sched))
		proc.go#L5031: 	newg.sched.g = guintptr(unsafe.Pointer(newg))
		proc.go#L5091: 			racereleasemergeg(newg, unsafe.Pointer(&labelSync))
		proc.go#L5223: 			racemalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		proc.go#L5226: 			msanmalloc(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		proc.go#L5229: 			asanunpoison(unsafe.Pointer(gp.stack.lo), gp.stack.hi-gp.stack.lo)
		proc.go#L5505: 		var tagPtr *unsafe.Pointer
		proc.go#L5643: 			mheap_.spanalloc.free(unsafe.Pointer(pp.mspancache.buf[i]))
		proc.go#L5745: 		atomicstorep(unsafe.Pointer(&allp[i]), unsafe.Pointer(pp))
		proc.go#L5819: 	atomic.Store((*uint32)(unsafe.Pointer(int32p)), uint32(nprocs))
		proc.go#L6674: 		runnext := atomic.Loaduintptr((*uintptr)(unsafe.Pointer(&pp.runnext)))
		proc.go#L6716: 		if !pp.runnext.cas(oldnext, guintptr(unsafe.Pointer(gp))) {
		proc.go#L7287: 		firstFunc := add(unsafe.Pointer(t), 8)
		proc.go#L7290: 			f := *(*func())(unsafe.Pointer(&p))
		proc.go#L7299: 			f := *(*func())(unsafe.Pointer(&firstFunc))
		profbuf.go#L97: 	tags    []unsafe.Pointer
		profbuf.go#L230: 	b.tags = make([]unsafe.Pointer, tags)
		profbuf.go#L303: func (b *profBuf) write(tagPtr *unsafe.Pointer, now int64, hdr []uint64, stk []uintptr) {
		profbuf.go#L351: 		*(*uintptr)(unsafe.Pointer(&b.tags[wt])) = uintptr(*tagPtr)
		profbuf.go#L427: var overflowTag [1]unsafe.Pointer // always nil
		profbuf.go#L429: func (b *profBuf) read(mode profBufReadMode) (data []uint64, tags []unsafe.Pointer, eof bool) {
		profbuf.go#L553: 		raceacquire(unsafe.Pointer(&labelSync))
		proflabel.go#L21: func runtime_setProfLabel(labels unsafe.Pointer) {
		proflabel.go#L41: 		racereleasemerge(unsafe.Pointer(&labelSync))
		proflabel.go#L56: func runtime_getProfLabel() unsafe.Pointer {
		race0.go#L19: func raceReadObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr)  { throw("race") }
		race0.go#L20: func raceWriteObjectPC(t *_type, addr unsafe.Pointer, callerpc, pc uintptr) { throw("race") }
		race0.go#L25: func racemapshadow(addr unsafe.Pointer, size uintptr)                       { throw("race") }
		race0.go#L26: func racewritepc(addr unsafe.Pointer, callerpc, pc uintptr)                 { throw("race") }
		race0.go#L27: func racereadpc(addr unsafe.Pointer, callerpc, pc uintptr)                  { throw("race") }
		race0.go#L28: func racereadrangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr)         { throw("race") }
		race0.go#L29: func racewriterangepc(addr unsafe.Pointer, sz, callerpc, pc uintptr)        { throw("race") }
		race0.go#L30: func raceacquire(addr unsafe.Pointer)                                       { throw("race") }
		race0.go#L31: func raceacquireg(gp *g, addr unsafe.Pointer)                               { throw("race") }
		race0.go#L32: func raceacquirectx(racectx uintptr, addr unsafe.Pointer)                   { throw("race") }
		race0.go#L33: func racerelease(addr unsafe.Pointer)                                       { throw("race") }
		race0.go#L34: func racereleaseg(gp *g, addr unsafe.Pointer)                               { throw("race") }
		race0.go#L35: func racereleaseacquire(addr unsafe.Pointer)                                { throw("race") }
		race0.go#L36: func racereleaseacquireg(gp *g, addr unsafe.Pointer)                        { throw("race") }
		race0.go#L37: func racereleasemerge(addr unsafe.Pointer)                                  { throw("race") }
		race0.go#L38: func racereleasemergeg(gp *g, addr unsafe.Pointer)                          { throw("race") }
		race0.go#L40: func racemalloc(p unsafe.Pointer, sz uintptr)                               { throw("race") }
		race0.go#L41: func racefree(p unsafe.Pointer, sz uintptr)                                 { throw("race") }
		rand.go#L209: 	t := (*[2]uint32)(unsafe.Pointer(&mp.cheaprand))
		runtime.go#L174: 			racereleasemerge(unsafe.Pointer(&g.inc))
		runtime.go#L181: 		raceacquire(unsafe.Pointer(&g.inc))
		runtime.go#L232: 	write(2, unsafe.Pointer(data), n)
		runtime.go#L239: 			write(fd, unsafe.Pointer(data), n)
		runtime1.go#L63: 	return *(**byte)(add(unsafe.Pointer(argv), uintptr(i)*goarch.PtrSize))
		runtime1.go#L154: 		k     unsafe.Pointer
		runtime1.go#L255: 	*(*uint64)(unsafe.Pointer(&j)) = ^uint64(0)
		runtime1.go#L263: 	*(*uint64)(unsafe.Pointer(&j1)) = ^uint64(1)
		runtime1.go#L271: 	*(*uint32)(unsafe.Pointer(&i)) = ^uint32(0)
		runtime1.go#L279: 	*(*uint32)(unsafe.Pointer(&i1)) = ^uint32(1)
		runtime1.go#L634: func reflect_typelinks() ([]unsafe.Pointer, [][]int32) {
		runtime1.go#L636: 	sections := []unsafe.Pointer{unsafe.Pointer(modules[0].types)}
		runtime1.go#L639: 		sections = append(sections, unsafe.Pointer(md.types))
		runtime1.go#L656: func reflect_resolveNameOff(ptrInModule unsafe.Pointer, off int32) unsafe.Pointer {
		runtime1.go#L657: 	return unsafe.Pointer(resolveNameOff(ptrInModule, nameOff(off)).Bytes)
		runtime1.go#L674: func reflect_resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
		runtime1.go#L675: 	return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
		runtime1.go#L690: func reflect_resolveTextOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
		runtime1.go#L697: func reflectlite_resolveNameOff(ptrInModule unsafe.Pointer, off int32) unsafe.Pointer {
		runtime1.go#L698: 	return unsafe.Pointer(resolveNameOff(ptrInModule, nameOff(off)).Bytes)
		runtime1.go#L704: func reflectlite_resolveTypeOff(rtype unsafe.Pointer, off int32) unsafe.Pointer {
		runtime1.go#L705: 	return unsafe.Pointer(toRType((*_type)(rtype)).typeOff(typeOff(off)))
		runtime1.go#L711: func reflect_addReflectOff(ptr unsafe.Pointer) int32 {
		runtime1.go#L714: 		reflectOffs.m = make(map[int32]unsafe.Pointer)
		runtime1.go#L715: 		reflectOffs.minv = make(map[unsafe.Pointer]int32)
		runtime2.go#L207: 	data unsafe.Pointer
		runtime2.go#L212: 	data  unsafe.Pointer
		runtime2.go#L216: 	return (*eface)(unsafe.Pointer(ep))
		runtime2.go#L266: func (gp guintptr) ptr() *g { return (*g)(unsafe.Pointer(gp)) }
		runtime2.go#L269: func (gp *guintptr) set(g *g) { *gp = guintptr(unsafe.Pointer(g)) }
		runtime2.go#L273: 	return atomic.Casuintptr((*uintptr)(unsafe.Pointer(gp)), uintptr(old), uintptr(new))
		runtime2.go#L278: 	return guintptr(unsafe.Pointer(gp))
		runtime2.go#L287: 	(*guintptr)(unsafe.Pointer(gp)).set(new)
		runtime2.go#L293: func (pp puintptr) ptr() *p { return (*p)(unsafe.Pointer(pp)) }
		runtime2.go#L296: func (pp *puintptr) set(p *p) { *pp = puintptr(unsafe.Pointer(p)) }
		runtime2.go#L310: func (mp muintptr) ptr() *m { return (*m)(unsafe.Pointer(mp)) }
		runtime2.go#L313: func (mp *muintptr) set(m *m) { *mp = muintptr(unsafe.Pointer(m)) }
		runtime2.go#L321: 	(*muintptr)(unsafe.Pointer(mp)).set(new)
		runtime2.go#L340: 	ctxt unsafe.Pointer
		runtime2.go#L365: 	elem unsafe.Pointer // data element (may point to stack)
		runtime2.go#L455: 	param        unsafe.Pointer
		runtime2.go#L508: 	labels        unsafe.Pointer // profiler labels
		runtime2.go#L607: 	waitunlockf          func(*g, unsafe.Pointer) bool
		runtime2.go#L608: 	waitlock             unsafe.Pointer
		runtime2.go#L1015: 	argp unsafe.Pointer // pointer to arguments of deferred call run during panic; cannot move - known to liblink
		runtime2.go#L1021: 	startSP unsafe.Pointer
		runtime2.go#L1024: 	sp unsafe.Pointer
		runtime2.go#L1026: 	fp unsafe.Pointer
		runtime2.go#L1034: 	slotsPtr     unsafe.Pointer
		runtime2.go#L1292: 		fp = *(*uintptr)(unsafe.Pointer(fp)) // The caller's FP.
		runtime2.go#L1293: 		fp = *(*uintptr)(unsafe.Pointer(fp)) // The caller's caller's FP.
		select.go#L21: 	elem unsafe.Pointer // data element
		select.go#L62: func selparkcommit(gp *g, _ unsafe.Pointer) bool {
		select.go#L128: 	cas1 := (*[1 << 16]scase)(unsafe.Pointer(cas0))
		select.go#L129: 	order1 := (*[1 << 17]uint16)(unsafe.Pointer(order0))
		select.go#L142: 		pc1 := (*[1 << 16]uintptr)(unsafe.Pointer(pc0))
		select.go#L243: 		qp     unsafe.Pointer
		select.go#L530: 	return uintptr(unsafe.Pointer(c))
		select.go#L537: 	typ unsafe.Pointer // channel type (not used here)
		select.go#L539: 	val unsafe.Pointer // ptr to data (SendDir) or ptr to receive buffer (RecvDir)
		sema.go#L57: 	return &t[(uintptr(unsafe.Pointer(addr))>>3)%semTabSize].root
		sema.go#L287: 	s.elem = unsafe.Pointer(addr)
		sema.go#L295: 		if t.elem == unsafe.Pointer(addr) {
		sema.go#L341: 		if uintptr(unsafe.Pointer(addr)) < uintptr(t.elem) {
		sema.go#L387: 		if s.elem == unsafe.Pointer(addr) {
		sema.go#L390: 		if uintptr(unsafe.Pointer(addr)) < uintptr(s.elem) {
		signal_amd64.go#L54: 		pc := (*[4]byte)(unsafe.Pointer(gp.sigpc))
		signal_amd64.go#L72: 	if shouldPushSigpanic(gp, pc, *(*uintptr)(unsafe.Pointer(sp))) {
		signal_amd64.go#L84: 	*(*uintptr)(unsafe.Pointer(sp)) = resumePC
		signal_linux_amd64.go#L14: 	ctxt unsafe.Pointer
		signal_linux_amd64.go#L20: 	return (*sigcontext)(unsafe.Pointer(&(*ucontext)(c.ctxt).uc_mcontext))
		signal_linux_amd64.go#L55: 	*(*uintptr)(add(unsafe.Pointer(c.info), 2*goarch.PtrSize)) = uintptr(x)
		signal_unix.go#L411: 				gp := *(**g)(unsafe.Pointer(s.base()))
		signal_unix.go#L431: func sigtrampgo(sig uint32, info *siginfo, ctx unsafe.Pointer) {
		signal_unix.go#L515: func sigprofNonGo(sig uint32, info *siginfo, ctx unsafe.Pointer) {
		signal_unix.go#L556: 	sp := uintptr(unsafe.Pointer(&sig))
		signal_unix.go#L563: 	stsp := uintptr(unsafe.Pointer(st.ss_sp))
		signal_unix.go#L632: func sighandler(sig uint32, info *siginfo, ctxt unsafe.Pointer, gp *g) {
		signal_unix.go#L660: 	if sig == _SIGTRAP && testSigtrap != nil && testSigtrap(info, (*sigctxt)(noescape(unsafe.Pointer(c))), gp) {
		signal_unix.go#L871: 		b := (*[maxN]byte)(unsafe.Pointer(pc))
		signal_unix.go#L1133: 		*(*uintptr)(unsafe.Pointer(uintptr(123))) = 2
		signal_unix.go#L1145: func sigfwd(fn uintptr, sig uint32, info *siginfo, ctx unsafe.Pointer)
		signal_unix.go#L1154: func sigfwdgo(sig uint32, info *siginfo, ctx unsafe.Pointer) bool {
		signal_unix.go#L1417: 	stsp := uintptr(unsafe.Pointer(st.ss_sp))
		slice.go#L16: 	array unsafe.Pointer
		slice.go#L38: func makeslicecopy(et *_type, tolen int, fromlen int, from unsafe.Pointer) unsafe.Pointer {
		slice.go#L55: 	var to unsafe.Pointer
		slice.go#L101: func makeslice(et *_type, len, cap int) unsafe.Pointer {
		slice.go#L119: func makeslice64(et *_type, len64, cap64 int64) unsafe.Pointer {
		slice.go#L177: func growslice(oldPtr unsafe.Pointer, newLen, oldCap, num int, et *_type) slice {
		slice.go#L197: 		return slice{unsafe.Pointer(&zerobase), newLen, newLen}
		slice.go#L262: 	var p unsafe.Pointer
		slice.go#L355: func slicecopy(toPtr unsafe.Pointer, toLen int, fromPtr unsafe.Pointer, fromLen int, width uintptr) int {
		stack.go#L363: 	var v unsafe.Pointer
		stack.go#L390: 		v = unsafe.Pointer(x)
		stack.go#L415: 		v = unsafe.Pointer(s.base())
		stack.go#L448: 	v := unsafe.Pointer(stk.lo)
		stack.go#L579: func adjustpointer(adjinfo *adjustinfo, vpp unsafe.Pointer) {
		stack.go#L611: func adjustpointers(scanp unsafe.Pointer, bv *bitvector, adjinfo *adjustinfo, f funcInfo) {
		stack.go#L647: 					ppu := (*unsafe.Pointer)(unsafe.Pointer(pp))
		stack.go#L648: 					if !atomic.Casp1(ppu, unsafe.Pointer(p), unsafe.Pointer(p+delta)) {
		stack.go#L678: 			bp := *(*uintptr)(unsafe.Pointer(frame.varp))
		stack.go#L689: 		adjustpointer(adjinfo, unsafe.Pointer(frame.varp))
		stack.go#L697: 		adjustpointers(unsafe.Pointer(frame.varp-size), &locals, adjinfo, f)
		stack.go#L705: 		adjustpointers(unsafe.Pointer(frame.argp), &args, adjinfo, funcInfo{})
		stack.go#L731: 				gcdata = (*byte)(unsafe.Pointer(s.startAddr))
		stack.go#L735: 					adjustpointer(adjinfo, unsafe.Pointer(p+i))
		stack.go#L746: 	adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.ctxt))
		stack.go#L759: 	adjustpointer(adjinfo, unsafe.Pointer(&gp.sched.bp))
		stack.go#L765: 			memmove(unsafe.Pointer(gp.sched.bp), unsafe.Pointer(oldfp), goarch.PtrSize)
		stack.go#L766: 			adjustpointer(adjinfo, unsafe.Pointer(gp.sched.bp))
		stack.go#L775: 	adjustpointer(adjinfo, unsafe.Pointer(&gp._defer))
		stack.go#L777: 		adjustpointer(adjinfo, unsafe.Pointer(&d.fn))
		stack.go#L778: 		adjustpointer(adjinfo, unsafe.Pointer(&d.sp))
		stack.go#L779: 		adjustpointer(adjinfo, unsafe.Pointer(&d.link))
		stack.go#L786: 	adjustpointer(adjinfo, unsafe.Pointer(&gp._panic))
		stack.go#L793: 		adjustpointer(adjinfo, unsafe.Pointer(&s.elem))
		stack.go#L799: 		*(*byte)(unsafe.Pointer(p)) = b
		stack.go#L851: 		memmove(unsafe.Pointer(newBot), unsafe.Pointer(oldBot), sgsize)
		stack.go#L924: 	memmove(unsafe.Pointer(new.hi-ncopy), unsafe.Pointer(old.hi-ncopy), ncopy)
		stack.go#L1142: 	var fn unsafe.Pointer
		stack.go#L1144: 		fn = unsafe.Pointer(fv.fn)
		stack.go#L1146: 		fn = unsafe.Pointer(abi.FuncPCABIInternal(nilfunc))
		stack.go#L1148: 	gostartcall(gobuf, fn, unsafe.Pointer(fv))
		stack.go#L1309: 	ptr := uintptr(unsafe.Pointer(r))
		stack.go#L1321: 	return (*byte)(unsafe.Pointer(res))
		stkframe.go#L133: 		mv := *(**reflectMethodValue)(unsafe.Pointer(arg0))
		stkframe.go#L137: 		retValid := *(*bool)(unsafe.Pointer(arg0 + 4*goarch.PtrSize))
		stkframe.go#L272: 	ptr := uintptr(unsafe.Pointer(&methodValueCallFrameObjs[0]))
		stkframe.go#L287: 		gcdataoff: uint32(uintptr(unsafe.Pointer(abiRegArgsType.GCData)) - mod.rodata),
		string.go#L99: 		racereadrangepc(unsafe.Pointer(ptr),
		string.go#L105: 		msanread(unsafe.Pointer(ptr), uintptr(n))
		string.go#L108: 		asanread(unsafe.Pointer(ptr), uintptr(n))
		string.go#L111: 		p := unsafe.Pointer(&staticuint64s[*ptr])
		string.go#L118: 	var p unsafe.Pointer
		string.go#L120: 		p = unsafe.Pointer(buf)
		string.go#L124: 	memmove(p, unsafe.Pointer(ptr), uintptr(n))
		string.go#L131: 	ptr := uintptr(unsafe.Pointer(unsafe.StringData(s)))
		string.go#L162: 		racereadrangepc(unsafe.Pointer(ptr),
		string.go#L168: 		msanread(unsafe.Pointer(ptr), uintptr(n))
		string.go#L171: 		asanread(unsafe.Pointer(ptr), uintptr(n))
		string.go#L214: 		racereadrangepc(unsafe.Pointer(&a[0]),
		string.go#L220: 		msanread(unsafe.Pointer(&a[0]), uintptr(len(a))*unsafe.Sizeof(a[0]))
		string.go#L223: 		asanread(unsafe.Pointer(&a[0]), uintptr(len(a))*unsafe.Sizeof(a[0]))
		string.go#L243: 	str unsafe.Pointer
		string.go#L254: 	return (*stringStruct)(unsafe.Pointer(sp))
		string.go#L289: 	*(*slice)(unsafe.Pointer(&b)) = slice{p, size, int(cap)}
		string.go#L304: 	*(*slice)(unsafe.Pointer(&b)) = slice{p, size, int(mem / 4)}
		string.go#L319: 	memmove(bp, unsafe.Pointer(p), uintptr(n))
		string.go#L321: 	*(*slice)(unsafe.Pointer(&b)) = slice{bp, n, n}
		string.go#L334: 	memmove(unsafe.Pointer(&b[0]), unsafe.Pointer(p), uintptr(l))
		string.go#L350: 	memmove(unsafe.Pointer(&b[0]), unsafe.Pointer(p), uintptr(l))
		string.go#L519: 		p := (*[maxAlloc/2 - 1]byte)(unsafe.Pointer(s))
		string.go#L534: 	ptr := unsafe.Pointer(s)
		string.go#L541: 		t := *(*string)(unsafe.Pointer(&stringStruct{ptr, safeLen}))
		string.go#L547: 		ptr = unsafe.Pointer(uintptr(ptr) + uintptr(safeLen))
		string.go#L557: 	p := (*[maxAlloc/2/2 - 1]uint16)(unsafe.Pointer(s))
		string.go#L567: 	ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
		string.go#L568: 	s := *(*string)(unsafe.Pointer(&ss))
		string.go#L574: 	str := (*[maxAlloc/2/2 - 1]uint16)(unsafe.Pointer(strw))
		stubs.go#L24: func add(p unsafe.Pointer, x uintptr) unsafe.Pointer {
		stubs.go#L25: 	return unsafe.Pointer(uintptr(p) + x)
		stubs.go#L109: func memclrNoHeapPointers(ptr unsafe.Pointer, n uintptr)
		stubs.go#L112: func reflect_memclrNoHeapPointers(ptr unsafe.Pointer, n uintptr) {
		stubs.go#L147: func memmove(to, from unsafe.Pointer, n uintptr)
		stubs.go#L150: func reflect_memmove(to, from unsafe.Pointer, n uintptr) {
		stubs.go#L169: func memequal(a, b unsafe.Pointer, size uintptr) bool
		stubs.go#L191: func noescape(p unsafe.Pointer) unsafe.Pointer {
		stubs.go#L193: 	return unsafe.Pointer(x ^ 0)
		stubs.go#L201: 	x := uintptr(unsafe.Pointer(p))
		stubs.go#L202: 	return (*T)(unsafe.Pointer(x ^ 0))
		stubs.go#L266: func reflectcall(stackArgsType *_type, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L364: func asmcgocall(fn, arg unsafe.Pointer) int32
		stubs.go#L391: func call16(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L392: func call32(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L393: func call64(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L394: func call128(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L395: func call256(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L396: func call512(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L397: func call1024(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L398: func call2048(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L399: func call4096(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L400: func call8192(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L401: func call16384(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L402: func call32768(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L403: func call65536(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L404: func call131072(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L405: func call262144(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L406: func call524288(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L407: func call1048576(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L408: func call2097152(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L409: func call4194304(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L410: func call8388608(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L411: func call16777216(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L412: func call33554432(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L413: func call67108864(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L414: func call134217728(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L415: func call268435456(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L416: func call536870912(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L417: func call1073741824(typ, fn, stackArgs unsafe.Pointer, stackArgsSize, stackRetOffset, frameSize uint32, regArgs *abi.RegArgs)
		stubs.go#L445: func memequal_varlen(a, b unsafe.Pointer) bool
		stubs.go#L451: 	return int(*(*uint8)(unsafe.Pointer(&x)))
		stubs2.go#L16: func read(fd int32, p unsafe.Pointer, n int32) int32
		stubs2.go#L32: func write1(fd uintptr, p unsafe.Pointer, n int32) int32
		stubs2.go#L38: func madvise(addr unsafe.Pointer, n uintptr, flags int32) int32
		stubs_amd64.go#L42: func asmcgocall_no_g(fn, arg unsafe.Pointer)
		stubs_linux.go#L19: func connect(fd int32, addr unsafe.Pointer, len int32) int32
		symtab.go#L341: 	return (*_func)(unsafe.Pointer(f))
		symtab.go#L352: 	ptr := uintptr(unsafe.Pointer(f))
		symtab.go#L358: 		base := uintptr(unsafe.Pointer(&datap.pclntable[0]))
		symtab.go#L491: 	p := (*[]*moduledata)(atomic.Loadp(unsafe.Pointer(&modulesSlice)))
		symtab.go#L525: 			md.gcdatamask = progToPointerMask((*byte)(unsafe.Pointer(md.gcdata)), scanDataSize)
		symtab.go#L527: 			md.gcbssmask = progToPointerMask((*byte)(unsafe.Pointer(md.gcbss)), scanBSSSize)
		symtab.go#L549: 	atomicstorep(unsafe.Pointer(&modulesSlice), unsafe.Pointer(modules))
		symtab.go#L611: 			f1 := funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[i].funcoff])), datap}
		symtab.go#L612: 			f2 := funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[i+1].funcoff])), datap}
		symtab.go#L619: 				println("\t", hex(datap.ftab[j].entryoff), funcname(funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[j].funcoff])), datap}))
		symtab.go#L755: 	return (*Func)(unsafe.Pointer(fi))
		symtab.go#L765: 		fi := (*funcinl)(unsafe.Pointer(fn))
		symtab.go#L775: 		fi := (*funcinl)(unsafe.Pointer(fn))
		symtab.go#L788: 		fi := (*funcinl)(unsafe.Pointer(fn))
		symtab.go#L802: 		fi := (*funcinl)(unsafe.Pointer(fn))
		symtab.go#L833: 	return (*Func)(unsafe.Pointer(f._func))
		symtab.go#L889: 	ffb := (*findfuncbucket)(add(unsafe.Pointer(datap.findfunctab), b*unsafe.Sizeof(findfuncbucket{})))
		symtab.go#L898: 	return funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[funcoff])), datap}
		symtab.go#L1179: 	return *(*uint32)(add(unsafe.Pointer(&f.nfuncdata), unsafe.Sizeof(f.nfuncdata)+uintptr(table)*4))
		symtab.go#L1218: func funcdata(f funcInfo, i uint8) unsafe.Pointer {
		symtab.go#L1223: 	p := uintptr(unsafe.Pointer(&f.nfuncdata)) + unsafe.Sizeof(f.nfuncdata) + uintptr(f.npcdata)*4 + uintptr(i)*4
		symtab.go#L1224: 	off := *(*uint32)(unsafe.Pointer(p))
		symtab.go#L1233: 	return unsafe.Pointer(raw & mask)
		sys_x86.go#L16: func gostartcall(buf *gobuf, fn, ctxt unsafe.Pointer) {
		sys_x86.go#L19: 	*(*uintptr)(unsafe.Pointer(sp)) = buf.pc
		tagptr_64bit.go#L57: func taggedPointerPack(ptr unsafe.Pointer, tag uintptr) taggedPointer {
		tagptr_64bit.go#L71: func (tp taggedPointer) pointer() unsafe.Pointer {
		tagptr_64bit.go#L75: 		return unsafe.Pointer(uintptr(int64(tp) >> tagBits << 3))
		tagptr_64bit.go#L78: 		return unsafe.Pointer(uintptr((tp >> aixTagBits << 3) | 0xa<<56))
		tagptr_64bit.go#L81: 		return unsafe.Pointer(uintptr(tp >> riscv64TagBits << 3))
		tagptr_64bit.go#L83: 	return unsafe.Pointer(uintptr(tp >> tagBits << 3))
		time.go#L307: func resetForSleep(gp *g, _ unsafe.Pointer) bool {
		time.go#L316: 	c    unsafe.Pointer // <-chan time.Time
		time.go#L330: 		racerelease(unsafe.Pointer(&t.timer))
		time.go#L360: 		racerelease(unsafe.Pointer(&t.timer))
		time.go#L1019: 		raceacquirectx(tsLocal.raceCtx, unsafe.Pointer(t))
		time_nofake.go#L48: var overrideWrite func(fd uintptr, p unsafe.Pointer, n int32) int32
		time_nofake.go#L53: func write(fd uintptr, p unsafe.Pointer, n int32) int32 {
		trace.go#L651: 		raceacquire(unsafe.Pointer(&trace.doneSema[gen%2]))
		trace.go#L672: 				sysFree(unsafe.Pointer(buf), unsafe.Sizeof(*buf), &memstats.other_sys)
		trace.go#L757: 		gopark(func(gp *g, _ unsafe.Pointer) bool {
		trace.go#L857: 					racerelease(unsafe.Pointer(&trace.doneSema[gen%2]))
		trace.go#L877: 				racerelease(unsafe.Pointer(&trace.doneSema[gen%2]))
		trace.go#L1015: 		raceacquire(unsafe.Pointer(&s.lock))
		trace.go#L1019: 		racerelease(unsafe.Pointer(&s.lock))
		trace.go#L1034: 		raceacquire(unsafe.Pointer(&s.lock))
		trace.go#L1048: 		racerelease(unsafe.Pointer(&s.lock))
		trace.go#L1064: 		raceacquire(unsafe.Pointer(&s.lock))
		trace.go#L1073: 		racerelease(unsafe.Pointer(&s.lock))
		traceback.go#L178: 			frame.pc = *(*uintptr)(unsafe.Pointer(frame.sp))
		traceback.go#L181: 			frame.pc = *(*uintptr)(unsafe.Pointer(frame.sp))
		traceback.go#L373: 				frame.lr = *(*uintptr)(unsafe.Pointer(lrPtr))
		traceback.go#L378: 				frame.lr = *(*uintptr)(unsafe.Pointer(lrPtr))
		traceback.go#L502: 		x := *(*uintptr)(unsafe.Pointer(frame.sp))
		traceback.go#L656: func printArgs(f funcInfo, argp unsafe.Pointer, pc uintptr) {
		traceback.go#L995: 				argp := unsafe.Pointer(u.frame.argp)
		traceback.go#L1520: func SetCgoTraceback(version int, traceback, context, symbolizer unsafe.Pointer) {
		traceback.go#L1542: var cgoTraceback unsafe.Pointer
		traceback.go#L1543: var cgoContext unsafe.Pointer
		traceback.go#L1544: var cgoSymbolizer unsafe.Pointer
		traceback.go#L1635: 		msanwrite(unsafe.Pointer(arg), unsafe.Sizeof(cgoSymbolizerArg{}))
		traceback.go#L1638: 		asanwrite(unsafe.Pointer(arg), unsafe.Sizeof(cgoSymbolizerArg{}))
		traceback.go#L1640: 	call(cgoSymbolizer, noescape(unsafe.Pointer(arg)))
		traceback.go#L1656: 		buf:     (*uintptr)(noescape(unsafe.Pointer(&buf[0]))),
		traceback.go#L1660: 		msanwrite(unsafe.Pointer(&arg), unsafe.Sizeof(arg))
		traceback.go#L1663: 		asanwrite(unsafe.Pointer(&arg), unsafe.Sizeof(arg))
		traceback.go#L1665: 	call(cgoTraceback, noescape(unsafe.Pointer(&arg)))
		tracemap.go#L67: func (tab *traceMap) put(data unsafe.Pointer, size uintptr) (uint64, bool) {
		tracemap.go#L97: 			if m.CompareAndSwapNoWB(nil, unsafe.Pointer(newNode)) {
		tracemap.go#L106: 			if memequal(unsafe.Pointer(&n.data[0]), data, size) {
		tracemap.go#L115: func (tab *traceMap) newTraceMapNode(data unsafe.Pointer, size, hash uintptr, id uint64) *traceMapNode {
		tracemap.go#L122: 	memmove(unsafe.Pointer(sl.array), data, size)
		tracemap.go#L125: 	meta := (*traceMapNode)(unsafe.Pointer(tab.mem.alloc(unsafe.Sizeof(traceMapNode{}))))
		tracemap.go#L126: 	*(*notInHeapSlice)(unsafe.Pointer(&meta.data)) = sl
		traceregion.go#L57: 			return (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
		traceregion.go#L71: 			return (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
		traceregion.go#L88: 	x := (*notInHeap)(unsafe.Pointer(&block.data[0]))
		traceregion.go#L91: 	a.current.Store(unsafe.Pointer(block))
		traceregion.go#L105: 		sysFree(unsafe.Pointer(block), unsafe.Sizeof(traceRegionAllocBlock{}), &memstats.other_sys)
		tracestack.go#L64: 				print("runtime: gp=", unsafe.Pointer(gp), " gp.goid=", gp.goid, " status=", gStatusStrings[status], "\n")
		tracestack.go#L93: 			nstk += fpTracebackPCs(unsafe.Pointer(getfp()), pcBuf[1:])
		tracestack.go#L113: 				nstk += 1 + fpTracebackPCs(unsafe.Pointer(gp.syscallbp), pcBuf[2:])
		tracestack.go#L116: 				nstk += 1 + fpTracebackPCs(unsafe.Pointer(gp.sched.bp), pcBuf[2:])
		tracestack.go#L142: 	id, _ := t.tab.put(noescape(unsafe.Pointer(&pcs[0])), uintptr(len(pcs))*unsafe.Sizeof(uintptr(0)))
		tracestack.go#L160: 	stack := unsafe.Slice((*uintptr)(unsafe.Pointer(&node.data[0])), uintptr(len(node.data))/unsafe.Sizeof(uintptr(0)))
		tracestack.go#L255: func fpTracebackPCs(fp unsafe.Pointer, pcBuf []uintptr) (i int) {
		tracestack.go#L258: 		pcBuf[i] = *(*uintptr)(unsafe.Pointer(uintptr(fp) + goarch.PtrSize))
		tracestack.go#L260: 		fp = unsafe.Pointer(*(*uintptr)(fp))
		tracetype.go#L30: 	id, _ := t.tab.put(noescape(unsafe.Pointer(&typ)), goarch.PtrSize)
		tracetype.go#L47: 	typ := (*abi.Type)(*(*unsafe.Pointer)(unsafe.Pointer(&node.data[0])))
		tracetype.go#L67: 	w.varint(uint64(uintptr(unsafe.Pointer(typ))))
		type.go#L66: 		st := (*structtype)(unsafe.Pointer(t.Type))
		type.go#L69: 		it := (*interfacetype)(unsafe.Pointer(t.Type))
		type.go#L91: 	m    map[int32]unsafe.Pointer
		type.go#L92: 	minv map[unsafe.Pointer]int32
		type.go#L98: 		raceacquire(unsafe.Pointer(&reflectOffs.lock))
		type.go#L104: 		racerelease(unsafe.Pointer(&reflectOffs.lock))
		type.go#L118: func resolveNameOff(ptrInModule unsafe.Pointer, off nameOff) name {
		type.go#L130: 			return name{Bytes: (*byte)(unsafe.Pointer(res))}
		type.go#L149: 	return resolveNameOff(unsafe.Pointer(t.Type), off)
		type.go#L161: func resolveTypeOff(ptrInModule unsafe.Pointer, off typeOff) *_type {
		type.go#L196: 	return (*_type)(unsafe.Pointer(res))
		type.go#L200: 	return resolveTypeOff(unsafe.Pointer(t.Type), off)
		type.go#L203: func (t rtype) textOff(off textOff) unsafe.Pointer {
		type.go#L207: 		return unsafe.Pointer(abi.FuncPCABIInternal(unreachableMethod))
		type.go#L209: 	base := uintptr(unsafe.Pointer(t.Type))
		type.go#L231: 	return unsafe.Pointer(res)
		type.go#L265: 	copy((*[4]byte)(unsafe.Pointer(&nameOff))[:], (*[4]byte)(unsafe.Pointer(n.Data(off)))[:])
		type.go#L266: 	pkgPathName := resolveNameOff(unsafe.Pointer(n.Bytes), nameOff)
		type.go#L286: 				t = (*_type)(unsafe.Pointer(prev.types + uintptr(tl)))
		type.go#L308: 				t := (*_type)(unsafe.Pointer(md.types + uintptr(tl)))
		type.go#L386: 		at := (*arraytype)(unsafe.Pointer(t))
		type.go#L387: 		av := (*arraytype)(unsafe.Pointer(v))
		type.go#L390: 		ct := (*chantype)(unsafe.Pointer(t))
		type.go#L391: 		cv := (*chantype)(unsafe.Pointer(v))
		type.go#L394: 		ft := (*functype)(unsafe.Pointer(t))
		type.go#L395: 		fv := (*functype)(unsafe.Pointer(v))
		type.go#L413: 		it := (*interfacetype)(unsafe.Pointer(t))
		type.go#L414: 		iv := (*interfacetype)(unsafe.Pointer(v))
		type.go#L426: 			tname := resolveNameOff(unsafe.Pointer(tm), tm.Name)
		type.go#L427: 			vname := resolveNameOff(unsafe.Pointer(vm), vm.Name)
		type.go#L434: 			tityp := resolveTypeOff(unsafe.Pointer(tm), tm.Typ)
		type.go#L435: 			vityp := resolveTypeOff(unsafe.Pointer(vm), vm.Typ)
		type.go#L442: 		mt := (*maptype)(unsafe.Pointer(t))
		type.go#L443: 		mv := (*maptype)(unsafe.Pointer(v))
		type.go#L446: 		pt := (*ptrtype)(unsafe.Pointer(t))
		type.go#L447: 		pv := (*ptrtype)(unsafe.Pointer(v))
		type.go#L450: 		st := (*slicetype)(unsafe.Pointer(t))
		type.go#L451: 		sv := (*slicetype)(unsafe.Pointer(v))
		type.go#L454: 		st := (*structtype)(unsafe.Pointer(t))
		type.go#L455: 		sv := (*structtype)(unsafe.Pointer(v))
		unsafe.go#L12: func unsafestring(ptr unsafe.Pointer, len int) {
		unsafe.go#L26: func unsafestring64(ptr unsafe.Pointer, len64 int64) {
		unsafe.go#L34: func unsafestringcheckptr(ptr unsafe.Pointer, len64 int64) {
		unsafe.go#L53: func unsafeslice(et *_type, ptr unsafe.Pointer, len int) {
		unsafe.go#L74: func unsafeslice64(et *_type, ptr unsafe.Pointer, len64 int64) {
		unsafe.go#L82: func unsafeslicecheckptr(et *_type, ptr unsafe.Pointer, len64 int64) {
		unsafe.go#L117: func reflect_unsafeslice(et *_type, ptr unsafe.Pointer, len int) {
		vdso_linux.go#L104: 	info.loadAddr = uintptr(unsafe.Pointer(hdr))
		vdso_linux.go#L106: 	pt := unsafe.Pointer(info.loadAddr + uintptr(hdr.e_phoff))
		vdso_linux.go#L122: 			dyn = (*[vdsoDynSize]elfDyn)(unsafe.Pointer(info.loadAddr + uintptr(pt.p_offset)))
		vdso_linux.go#L142: 			info.symstrings = (*[vdsoSymStringsSize]byte)(unsafe.Pointer(p))
		vdso_linux.go#L144: 			info.symtab = (*[vdsoSymTabSize]elfSym)(unsafe.Pointer(p))
		vdso_linux.go#L146: 			hash = (*[vdsoHashSize]uint32)(unsafe.Pointer(p))
		vdso_linux.go#L148: 			gnuhash = (*[vdsoHashSize]uint32)(unsafe.Pointer(p))
		vdso_linux.go#L150: 			info.versym = (*[vdsoVerSymSize]uint16)(unsafe.Pointer(p))
		vdso_linux.go#L152: 			info.verdef = (*elfVerdef)(unsafe.Pointer(p))
		vdso_linux.go#L192: 			aux := (*elfVerdaux)(add(unsafe.Pointer(def), uintptr(def.vd_aux)))
		vdso_linux.go#L201: 		def = (*elfVerdef)(add(unsafe.Pointer(def), uintptr(def.vd_next)))
		vdso_linux.go#L278: 		info1 := (*vdsoInfo)(noescape(unsafe.Pointer(&info)))
		vdso_linux.go#L279: 		vdsoInitFromSysinfoEhdr(info1, (*elfEhdr)(unsafe.Pointer(val)))

	runtime/cgo
		callbacks.go#L140: var _cgo_yield unsafe.Pointer
		linux.go#L26: var cgo_libc_setegid = unsafe.Pointer(&_cgo_libc_setegid)
		linux.go#L32: var cgo_libc_seteuid = unsafe.Pointer(&_cgo_libc_seteuid)
		linux.go#L38: var cgo_libc_setregid = unsafe.Pointer(&_cgo_libc_setregid)
		linux.go#L44: var cgo_libc_setresgid = unsafe.Pointer(&_cgo_libc_setresgid)
		linux.go#L50: var cgo_libc_setresuid = unsafe.Pointer(&_cgo_libc_setresuid)
		linux.go#L56: var cgo_libc_setreuid = unsafe.Pointer(&_cgo_libc_setreuid)
		linux.go#L62: var cgo_libc_setgroups = unsafe.Pointer(&_cgo_libc_setgroups)
		linux.go#L68: var cgo_libc_setgid = unsafe.Pointer(&_cgo_libc_setgid)
		linux.go#L74: var cgo_libc_setuid = unsafe.Pointer(&_cgo_libc_setuid)
		ced259c1a8c0a3bd2847df0cb50b06b0f96fa83e27e1a5022b618cd8da6ec8d4-d#L10: func _Cgo_ptr(ptr unsafe.Pointer) unsafe.Pointer { return ptr }
		ced259c1a8c0a3bd2847df0cb50b06b0f96fa83e27e1a5022b618cd8da6ec8d4-d#L21: func _cgo_runtime_cgocall(unsafe.Pointer, uintptr) int32

	slices
		slices.go#L448: 	return uintptr(unsafe.Pointer(&a[0])) <= uintptr(unsafe.Pointer(&b[len(b)-1]))+(elemSize-1) &&
		slices.go#L449: 		uintptr(unsafe.Pointer(&b[0])) <= uintptr(unsafe.Pointer(&a[len(a)-1]))+(elemSize-1)

	strings
		builder.go#L33: 		b.addr = (*Builder)(abi.NoEscape(unsafe.Pointer(b)))

	sync
		cond.go#L104: 	if uintptr(*c) != uintptr(unsafe.Pointer(c)) &&
		cond.go#L105: 		!atomic.CompareAndSwapUintptr((*uintptr)(c), 0, uintptr(unsafe.Pointer(c))) &&
		cond.go#L106: 		uintptr(*c) != uintptr(unsafe.Pointer(c)) {
		mutex.go#L87: 			race.Acquire(unsafe.Pointer(m))
		mutex.go#L114: 		race.Acquire(unsafe.Pointer(m))
		mutex.go#L204: 		race.Acquire(unsafe.Pointer(m))
		mutex.go#L217: 		race.Release(unsafe.Pointer(m))
		pool.go#L54: 	local     unsafe.Pointer // local fixed-size per-P pool, actual type is [P]poolLocal
		pool.go#L57: 	victim     unsafe.Pointer // local from previous cycle
		pool.go#L92: func poolRaceAddr(x any) unsafe.Pointer {
		pool.go#L93: 	ptr := uintptr((*[2]unsafe.Pointer)(unsafe.Pointer(&x))[1])
		pool.go#L95: 	return unsafe.Pointer(&poolRaceHash[h%uint32(len(poolRaceHash))])
		pool.go#L242: 	atomic.StorePointer(&p.local, unsafe.Pointer(&local[0])) // store-release
		pool.go#L300: func indexLocal(l unsafe.Pointer, i int) *poolLocal {
		pool.go#L301: 	lp := unsafe.Pointer(uintptr(l) + uintptr(i)*unsafe.Sizeof(poolLocal{}))
		poolqueue.go#L48: 	typ, val unsafe.Pointer
		poolqueue.go#L101: 	*(*any)(unsafe.Pointer(slot)) = val
		poolqueue.go#L134: 	val := *(*any)(unsafe.Pointer(slot))
		poolqueue.go#L169: 	val := *(*any)(unsafe.Pointer(slot))
		runtime2.go#L17: 	head   unsafe.Pointer
		runtime2.go#L18: 	tail   unsafe.Pointer
		rwmutex.go#L76: 		race.Acquire(unsafe.Pointer(&rw.readerSem))
		rwmutex.go#L101: 				race.Acquire(unsafe.Pointer(&rw.readerSem))
		rwmutex.go#L115: 		race.ReleaseMerge(unsafe.Pointer(&rw.writerSem))
		rwmutex.go#L157: 		race.Acquire(unsafe.Pointer(&rw.readerSem))
		rwmutex.go#L158: 		race.Acquire(unsafe.Pointer(&rw.writerSem))
		rwmutex.go#L187: 		race.Acquire(unsafe.Pointer(&rw.readerSem))
		rwmutex.go#L188: 		race.Acquire(unsafe.Pointer(&rw.writerSem))
		rwmutex.go#L202: 		race.Release(unsafe.Pointer(&rw.readerSem))
		waitgroup.go#L49: 			race.ReleaseMerge(unsafe.Pointer(wg))
		waitgroup.go#L61: 		race.Read(unsafe.Pointer(&wg.sema))
		waitgroup.go#L105: 				race.Acquire(unsafe.Pointer(wg))
		waitgroup.go#L116: 				race.Write(unsafe.Pointer(&wg.sema))
		waitgroup.go#L124: 				race.Acquire(unsafe.Pointer(wg))

	sync/atomic
		doc.go#L90: func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer)
		doc.go#L116: func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool)
		doc.go#L218: func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer)
		doc.go#L244: func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer)
		type.go#L50: 	v unsafe.Pointer
		type.go#L57: func (x *Pointer[T]) Store(val *T) { StorePointer(&x.v, unsafe.Pointer(val)) }
		type.go#L60: func (x *Pointer[T]) Swap(new *T) (old *T) { return (*T)(SwapPointer(&x.v, unsafe.Pointer(new))) }
		type.go#L64: 	return CompareAndSwapPointer(&x.v, unsafe.Pointer(old), unsafe.Pointer(new))
		value.go#L22: 	typ  unsafe.Pointer
		value.go#L23: 	data unsafe.Pointer
		value.go#L29: 	vp := (*efaceWords)(unsafe.Pointer(v))
		value.go#L31: 	if typ == nil || typ == unsafe.Pointer(&firstStoreInProgress) {
		value.go#L36: 	vlp := (*efaceWords)(unsafe.Pointer(&val))
		value.go#L51: 	vp := (*efaceWords)(unsafe.Pointer(v))
		value.go#L52: 	vlp := (*efaceWords)(unsafe.Pointer(&val))
		value.go#L60: 			if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
		value.go#L70: 		if typ == unsafe.Pointer(&firstStoreInProgress) {
		value.go#L94: 	vp := (*efaceWords)(unsafe.Pointer(v))
		value.go#L95: 	np := (*efaceWords)(unsafe.Pointer(&new))
		value.go#L104: 			if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
		value.go#L114: 		if typ == unsafe.Pointer(&firstStoreInProgress) {
		value.go#L124: 		op := (*efaceWords)(unsafe.Pointer(&old))
		value.go#L139: 	vp := (*efaceWords)(unsafe.Pointer(v))
		value.go#L140: 	np := (*efaceWords)(unsafe.Pointer(&new))
		value.go#L141: 	op := (*efaceWords)(unsafe.Pointer(&old))
		value.go#L156: 			if !CompareAndSwapPointer(&vp.typ, nil, unsafe.Pointer(&firstStoreInProgress)) {
		value.go#L166: 		if typ == unsafe.Pointer(&firstStoreInProgress) {
		value.go#L183: 		(*efaceWords)(unsafe.Pointer(&i)).typ = typ
		value.go#L184: 		(*efaceWords)(unsafe.Pointer(&i)).data = data

	syscall
		exec_linux.go#L165: 		RawSyscall(SYS_WRITE, uintptr(mapPipe[1]), uintptr(unsafe.Pointer(&err2)), unsafe.Sizeof(err2))
		exec_linux.go#L321: 			clone3.pidFD = uint64(uintptr(unsafe.Pointer(&pidfd)))
		exec_linux.go#L330: 		pid, err1 = rawVforkSyscall(_SYS_clone3, uintptr(unsafe.Pointer(clone3)), unsafe.Sizeof(*clone3), 0)
		exec_linux.go#L336: 			pid, err1 = rawVforkSyscall(SYS_CLONE, 0, flags, uintptr(unsafe.Pointer(&pidfd)))
		exec_linux.go#L338: 			pid, err1 = rawVforkSyscall(SYS_CLONE, flags, 0, uintptr(unsafe.Pointer(&pidfd)))
		exec_linux.go#L366: 		pid, _, err1 = RawSyscall(SYS_READ, uintptr(mapPipe[0]), uintptr(unsafe.Pointer(&err2)), unsafe.Sizeof(err2))
		exec_linux.go#L406: 		_, _, err1 = RawSyscall(SYS_IOCTL, uintptr(sys.Ctty), uintptr(TIOCSPGRP), uintptr(unsafe.Pointer(&pgrp)))
		exec_linux.go#L425: 			if fd1, _, err1 = RawSyscall6(SYS_OPENAT, uintptr(dirfd), uintptr(unsafe.Pointer(&psetgroups[0])), uintptr(O_WRONLY), 0, 0, 0); err1 != 0 {
		exec_linux.go#L428: 			pid, _, err1 = RawSyscall(SYS_WRITE, fd1, uintptr(unsafe.Pointer(&setgroups[0])), uintptr(len(setgroups)))
		exec_linux.go#L436: 			if fd1, _, err1 = RawSyscall6(SYS_OPENAT, uintptr(dirfd), uintptr(unsafe.Pointer(&pgid[0])), uintptr(O_WRONLY), 0, 0, 0); err1 != 0 {
		exec_linux.go#L439: 			pid, _, err1 = RawSyscall(SYS_WRITE, fd1, uintptr(unsafe.Pointer(&gidmap[0])), uintptr(len(gidmap)))
		exec_linux.go#L450: 			if fd1, _, err1 = RawSyscall6(SYS_OPENAT, uintptr(dirfd), uintptr(unsafe.Pointer(&puid[0])), uintptr(O_WRONLY), 0, 0, 0); err1 != 0 {
		exec_linux.go#L453: 			pid, _, err1 = RawSyscall(SYS_WRITE, fd1, uintptr(unsafe.Pointer(&uidmap[0])), uintptr(len(uidmap)))
		exec_linux.go#L470: 			_, _, err1 = RawSyscall6(SYS_MOUNT, uintptr(unsafe.Pointer(&none[0])), uintptr(unsafe.Pointer(&slash[0])), 0, MS_REC|MS_PRIVATE, 0, 0)
		exec_linux.go#L479: 		_, _, err1 = RawSyscall(SYS_CHROOT, uintptr(unsafe.Pointer(chroot)), 0, 0)
		exec_linux.go#L490: 			groups = uintptr(unsafe.Pointer(&cred.Groups[0]))
		exec_linux.go#L513: 		if _, _, err1 = RawSyscall(SYS_CAPGET, uintptr(unsafe.Pointer(&caps.hdr)), uintptr(unsafe.Pointer(&caps.data[0])), 0); err1 != 0 {
		exec_linux.go#L524: 		if _, _, err1 = RawSyscall(SYS_CAPSET, uintptr(unsafe.Pointer(&caps.hdr)), uintptr(unsafe.Pointer(&caps.data[0])), 0); err1 != 0 {
		exec_linux.go#L538: 		_, _, err1 = RawSyscall(SYS_CHDIR, uintptr(unsafe.Pointer(dir)), 0, 0)
		exec_linux.go#L652: 		uintptr(unsafe.Pointer(argv0)),
		exec_linux.go#L653: 		uintptr(unsafe.Pointer(&argv[0])),
		exec_linux.go#L654: 		uintptr(unsafe.Pointer(&envv[0])))
		exec_linux.go#L658: 	RawSyscall(SYS_WRITE, uintptr(pipe), uintptr(unsafe.Pointer(&err1)), unsafe.Sizeof(err1))
		exec_linux.go#L814: 		pid, errno = rawVforkSyscall(SYS_CLONE, 0, flags, uintptr(unsafe.Pointer(pidfd)))
		exec_linux.go#L816: 		pid, errno = rawVforkSyscall(SYS_CLONE, flags, 0, uintptr(unsafe.Pointer(pidfd)))
		exec_unix.go#L220: 		n, err = readlen(p[0], (*byte)(unsafe.Pointer(&err1)), int(unsafe.Sizeof(err1)))
		exec_unix.go#L297: 			uintptr(unsafe.Pointer(argv0p)),
		exec_unix.go#L298: 			uintptr(unsafe.Pointer(&argvp[0])),
		exec_unix.go#L299: 			uintptr(unsafe.Pointer(&envvp[0])))
		exec_unix.go#L308: 			uintptr(unsafe.Pointer(argv0p)),
		exec_unix.go#L309: 			uintptr(unsafe.Pointer(&argvp[0])),
		exec_unix.go#L310: 			uintptr(unsafe.Pointer(&envvp[0])))
		flock_linux.go#L15: 	_, _, errno := Syscall(fcntl64Syscall, fd, uintptr(cmd), uintptr(unsafe.Pointer(lk)))
		lsf_linux.go#L32: 	p := (*[2]byte)(unsafe.Pointer(&lsall.Protocol))
		lsf_linux.go#L58: 	_, _, ep := Syscall(SYS_IOCTL, uintptr(s), SIOCGIFFLAGS, uintptr(unsafe.Pointer(&ifl)))
		lsf_linux.go#L67: 	_, _, ep = Syscall(SYS_IOCTL, uintptr(s), SIOCSIFFLAGS, uintptr(unsafe.Pointer(&ifl)))
		lsf_linux.go#L78: 	p.Filter = (*SockFilter)(unsafe.Pointer(&i[0]))
		lsf_linux.go#L79: 	return setsockopt(fd, SOL_SOCKET, SO_ATTACH_FILTER, unsafe.Pointer(&p), unsafe.Sizeof(p))
		lsf_linux.go#L85: 	return setsockopt(fd, SOL_SOCKET, SO_DETACH_FILTER, unsafe.Pointer(&dummy), unsafe.Sizeof(dummy))
		netlink_linux.go#L34: 	*(*uint32)(unsafe.Pointer(&b[0:4][0])) = rr.Header.Len
		netlink_linux.go#L35: 	*(*uint16)(unsafe.Pointer(&b[4:6][0])) = rr.Header.Type
		netlink_linux.go#L36: 	*(*uint16)(unsafe.Pointer(&b[6:8][0])) = rr.Header.Flags
		netlink_linux.go#L37: 	*(*uint32)(unsafe.Pointer(&b[8:12][0])) = rr.Header.Seq
		netlink_linux.go#L38: 	*(*uint32)(unsafe.Pointer(&b[12:16][0])) = rr.Header.Pid
		netlink_linux.go#L140: 	h := (*NlMsghdr)(unsafe.Pointer(&b[0]))
		netlink_linux.go#L183: 	a := (*RtAttr)(unsafe.Pointer(&b[0]))
		sockcmsg_linux.go#L16: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		sockcmsg_linux.go#L37: 	ucred := *(*Ucred)(unsafe.Pointer(&m.Data[0]))
		sockcmsg_unix.go#L27: func (h *Cmsghdr) data(offset uintptr) unsafe.Pointer {
		sockcmsg_unix.go#L28: 	return unsafe.Pointer(uintptr(unsafe.Pointer(h)) + uintptr(cmsgAlignOf(SizeofCmsghdr)) + offset)
		sockcmsg_unix.go#L55: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		sockcmsg_unix.go#L67: 	h := (*Cmsghdr)(unsafe.Pointer(&b[0]))
		sockcmsg_unix.go#L88: 		fds[j] = int(*(*int32)(unsafe.Pointer(&m.Data[i])))
		syscall_linux.go#L150: 	_, _, err := RawSyscall(SYS_CAPGET, uintptr(unsafe.Pointer(&c.hdr)), uintptr(unsafe.Pointer(&c.data[0])), 0)
		syscall_linux.go#L346: 	return utimes(path, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
		syscall_linux.go#L355: 	return utimensat(_AT_FDCWD, path, (*[2]Timespec)(unsafe.Pointer(&ts[0])), 0)
		syscall_linux.go#L362: 	return futimesat(dirfd, path, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
		syscall_linux.go#L421: var cgo_libc_setgroups unsafe.Pointer // non-nil if cgo linked.
		syscall_linux.go#L443: 		if _, _, e1 := AllThreadsSyscall(_SYS_setgroups, n, uintptr(unsafe.Pointer(&a[0])), 0); e1 != 0 {
		syscall_linux.go#L448: 	if ret := cgocaller(cgo_libc_setgroups, n, uintptr(unsafe.Pointer(&a[0]))); ret != 0 {
		syscall_linux.go#L526: func (sa *SockaddrInet4) sockaddr() (unsafe.Pointer, _Socklen, error) {
		syscall_linux.go#L531: 	p := (*[2]byte)(unsafe.Pointer(&sa.raw.Port))
		syscall_linux.go#L535: 	return unsafe.Pointer(&sa.raw), SizeofSockaddrInet4, nil
		syscall_linux.go#L538: func (sa *SockaddrInet6) sockaddr() (unsafe.Pointer, _Socklen, error) {
		syscall_linux.go#L543: 	p := (*[2]byte)(unsafe.Pointer(&sa.raw.Port))
		syscall_linux.go#L548: 	return unsafe.Pointer(&sa.raw), SizeofSockaddrInet6, nil
		syscall_linux.go#L551: func (sa *SockaddrUnix) sockaddr() (unsafe.Pointer, _Socklen, error) {
		syscall_linux.go#L576: 	return unsafe.Pointer(&sa.raw), sl, nil
		syscall_linux.go#L589: func (sa *SockaddrLinklayer) sockaddr() (unsafe.Pointer, _Socklen, error) {
		syscall_linux.go#L600: 	return unsafe.Pointer(&sa.raw), SizeofSockaddrLinklayer, nil
		syscall_linux.go#L611: func (sa *SockaddrNetlink) sockaddr() (unsafe.Pointer, _Socklen, error) {
		syscall_linux.go#L616: 	return unsafe.Pointer(&sa.raw), SizeofSockaddrNetlink, nil
		syscall_linux.go#L622: 		pp := (*RawSockaddrNetlink)(unsafe.Pointer(rsa))
		syscall_linux.go#L631: 		pp := (*RawSockaddrLinklayer)(unsafe.Pointer(rsa))
		syscall_linux.go#L642: 		pp := (*RawSockaddrUnix)(unsafe.Pointer(rsa))
		syscall_linux.go#L662: 		sa.Name = string(unsafe.Slice((*byte)(unsafe.Pointer(&pp.Path[0])), n))
		syscall_linux.go#L666: 		pp := (*RawSockaddrInet4)(unsafe.Pointer(rsa))
		syscall_linux.go#L668: 		p := (*[2]byte)(unsafe.Pointer(&pp.Port))
		syscall_linux.go#L674: 		pp := (*RawSockaddrInet6)(unsafe.Pointer(rsa))
		syscall_linux.go#L676: 		p := (*[2]byte)(unsafe.Pointer(&pp.Port))
		syscall_linux.go#L714: 	err = getsockopt(fd, level, opt, unsafe.Pointer(&value[0]), &vallen)
		syscall_linux.go#L721: 	err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
		syscall_linux.go#L728: 	err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
		syscall_linux.go#L735: 	err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
		syscall_linux.go#L742: 	err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
		syscall_linux.go#L749: 	err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
		syscall_linux.go#L756: 	err := getsockopt(fd, level, opt, unsafe.Pointer(&value), &vallen)
		syscall_linux.go#L761: 	return setsockopt(fd, level, opt, unsafe.Pointer(mreq), unsafe.Sizeof(*mreq))
		syscall_linux.go#L766: 	msg.Name = (*byte)(unsafe.Pointer(rsa))
		syscall_linux.go#L800: func sendmsgN(fd int, p, oob []byte, ptr unsafe.Pointer, salen _Socklen, flags int) (n int, err error) {
		syscall_linux.go#L861: 		err = ptracePtr(req, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
		syscall_linux.go#L873: 		err = ptracePtr(req, pid, addr+uintptr(n), unsafe.Pointer(&buf[0]))
		syscall_linux.go#L901: 		err = ptracePtr(peekReq, pid, addr-addr%sizeofPtr, unsafe.Pointer(&buf[0]))
		syscall_linux.go#L906: 		word := *((*uintptr)(unsafe.Pointer(&buf[0])))
		syscall_linux.go#L916: 		word := *((*uintptr)(unsafe.Pointer(&data[0])))
		syscall_linux.go#L928: 		err = ptracePtr(peekReq, pid, addr+uintptr(n), unsafe.Pointer(&buf[0]))
		syscall_linux.go#L933: 		word := *((*uintptr)(unsafe.Pointer(&buf[0])))
		syscall_linux.go#L958: 	iov.Base = (*byte)(unsafe.Pointer(regsout))
		syscall_linux.go#L960: 	return ptracePtr(PTRACE_GETREGSET, pid, uintptr(_NT_PRSTATUS), unsafe.Pointer(&iov))
		syscall_linux.go#L965: 	iov.Base = (*byte)(unsafe.Pointer(regs))
		syscall_linux.go#L967: 	return ptracePtr(PTRACE_SETREGSET, pid, uintptr(_NT_PRSTATUS), unsafe.Pointer(&iov))
		syscall_linux.go#L976: 	err = ptracePtr(PTRACE_GETEVENTMSG, pid, 0, unsafe.Pointer(&data))
		syscall_linux.go#L1140: func cgocaller(unsafe.Pointer, ...uintptr) uintptr
		syscall_linux.go#L1142: var cgo_libc_setegid unsafe.Pointer // non-nil if cgo linked.
		syscall_linux.go#L1157: var cgo_libc_seteuid unsafe.Pointer // non-nil if cgo linked.
		syscall_linux.go#L1170: var cgo_libc_setgid unsafe.Pointer // non-nil if cgo linked.
		syscall_linux.go#L1183: var cgo_libc_setregid unsafe.Pointer // non-nil if cgo linked.
		syscall_linux.go#L1196: var cgo_libc_setresgid unsafe.Pointer // non-nil if cgo linked.
		syscall_linux.go#L1209: var cgo_libc_setresuid unsafe.Pointer // non-nil if cgo linked.
		syscall_linux.go#L1222: var cgo_libc_setreuid unsafe.Pointer // non-nil if cgo linked.
		syscall_linux.go#L1235: var cgo_libc_setuid unsafe.Pointer // non-nil if cgo linked.
		syscall_linux_amd64.go#L108: 	_, _, errno := RawSyscall(SYS_SETRLIMIT, uintptr(resource), uintptr(unsafe.Pointer(rlim)), 0)
		syscall_unix.go#L62: 	b := unsafe.Slice((*byte)(unsafe.Pointer(addr)), length)
		syscall_unix.go#L87: 	if errno := m.munmap(uintptr(unsafe.Pointer(&b[0])), uintptr(len(b))); errno != nil {
		syscall_unix.go#L186: 			race.WriteRange(unsafe.Pointer(&p[0]), n)
		syscall_unix.go#L189: 			race.Acquire(unsafe.Pointer(&ioSync))
		syscall_unix.go#L193: 		msan.Write(unsafe.Pointer(&p[0]), uintptr(n))
		syscall_unix.go#L196: 		asan.Write(unsafe.Pointer(&p[0]), uintptr(n))
		syscall_unix.go#L203: 		race.ReleaseMerge(unsafe.Pointer(&ioSync))
		syscall_unix.go#L214: 		race.ReadRange(unsafe.Pointer(&p[0]), n)
		syscall_unix.go#L217: 		msan.Read(unsafe.Pointer(&p[0]), uintptr(n))
		syscall_unix.go#L220: 		asan.Read(unsafe.Pointer(&p[0]), uintptr(n))
		syscall_unix.go#L229: 			race.WriteRange(unsafe.Pointer(&p[0]), n)
		syscall_unix.go#L232: 			race.Acquire(unsafe.Pointer(&ioSync))
		syscall_unix.go#L236: 		msan.Write(unsafe.Pointer(&p[0]), uintptr(n))
		syscall_unix.go#L239: 		asan.Write(unsafe.Pointer(&p[0]), uintptr(n))
		syscall_unix.go#L246: 		race.ReleaseMerge(unsafe.Pointer(&ioSync))
		syscall_unix.go#L250: 		race.ReadRange(unsafe.Pointer(&p[0]), n)
		syscall_unix.go#L253: 		msan.Read(unsafe.Pointer(&p[0]), uintptr(n))
		syscall_unix.go#L256: 		asan.Read(unsafe.Pointer(&p[0]), uintptr(n))
		syscall_unix.go#L266: 	sockaddr() (ptr unsafe.Pointer, len _Socklen, err error) // lowercase; only we can define Sockaddrs
		syscall_unix.go#L315: 	err = getsockopt(fd, level, opt, unsafe.Pointer(&n), &vallen)
		syscall_unix.go#L337: 	pp := (*RawSockaddrInet4)(unsafe.Pointer(&rsa))
		syscall_unix.go#L338: 	port := (*[2]byte)(unsafe.Pointer(&pp.Port))
		syscall_unix.go#L350: 	pp := (*RawSockaddrInet6)(unsafe.Pointer(&rsa))
		syscall_unix.go#L351: 	port := (*[2]byte)(unsafe.Pointer(&pp.Port))
		syscall_unix.go#L364: 	pp := (*RawSockaddrInet4)(unsafe.Pointer(&rsa))
		syscall_unix.go#L365: 	port := (*[2]byte)(unsafe.Pointer(&pp.Port))
		syscall_unix.go#L377: 	pp := (*RawSockaddrInet6)(unsafe.Pointer(&rsa))
		syscall_unix.go#L378: 	port := (*[2]byte)(unsafe.Pointer(&pp.Port))
		syscall_unix.go#L401: 	var ptr unsafe.Pointer
		syscall_unix.go#L446: 		ptr   unsafe.Pointer
		syscall_unix.go#L459: 	return setsockopt(fd, level, opt, unsafe.Pointer(&value), 1)
		syscall_unix.go#L464: 	return setsockopt(fd, level, opt, unsafe.Pointer(&n), 4)
		syscall_unix.go#L468: 	return setsockopt(fd, level, opt, unsafe.Pointer(&value[0]), 4)
		syscall_unix.go#L472: 	return setsockopt(fd, level, opt, unsafe.Pointer(mreq), SizeofIPMreq)
		syscall_unix.go#L476: 	return setsockopt(fd, level, opt, unsafe.Pointer(mreq), SizeofIPv6Mreq)
		syscall_unix.go#L480: 	return setsockopt(fd, level, opt, unsafe.Pointer(filter), SizeofICMPv6Filter)
		syscall_unix.go#L484: 	return setsockopt(fd, level, opt, unsafe.Pointer(l), SizeofLinger)
		syscall_unix.go#L488: 	var p unsafe.Pointer
		syscall_unix.go#L490: 		p = unsafe.Pointer(&[]byte(s)[0])
		syscall_unix.go#L496: 	return setsockopt(fd, level, opt, unsafe.Pointer(tv), unsafe.Sizeof(*tv))
		syscall_unix.go#L519: 		race.ReleaseMerge(unsafe.Pointer(&ioSync))
		zsyscall_linux_amd64.go#L18: 	_, _, e1 := Syscall(SYS_FACCESSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
		zsyscall_linux_amd64.go#L33: 	_, _, e1 := Syscall6(_SYS_faccessat2, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(flags), 0, 0)
		zsyscall_linux_amd64.go#L48: 	_, _, e1 := Syscall(SYS_FCHMODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
		zsyscall_linux_amd64.go#L63: 	_, _, e1 := Syscall6(_SYS_fchmodat2, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(flags), 0, 0)
		zsyscall_linux_amd64.go#L83: 	_, _, e1 := Syscall6(SYS_LINKAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), uintptr(flags), 0)
		zsyscall_linux_amd64.go#L98: 	r0, _, e1 := Syscall6(SYS_OPENAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(flags), uintptr(mode), 0, 0)
		zsyscall_linux_amd64.go#L109: 	_, _, e1 := RawSyscall(SYS_PIPE2, uintptr(unsafe.Pointer(p)), uintptr(flags), 0)
		zsyscall_linux_amd64.go#L124: 	var _p1 unsafe.Pointer
		zsyscall_linux_amd64.go#L126: 		_p1 = unsafe.Pointer(&buf[0])
		zsyscall_linux_amd64.go#L128: 		_p1 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L130: 	r0, _, e1 := Syscall6(SYS_READLINKAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(buf)), 0, 0)
		zsyscall_linux_amd64.go#L151: 	_, _, e1 := Syscall(SYS_SYMLINKAT, uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)))
		zsyscall_linux_amd64.go#L166: 	_, _, e1 := Syscall(SYS_UNLINKAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(flags))
		zsyscall_linux_amd64.go#L181: 	_, _, e1 := Syscall6(SYS_UTIMENSAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(times)), uintptr(flag), 0, 0)
		zsyscall_linux_amd64.go#L191: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L193: 		_p0 = unsafe.Pointer(&buf[0])
		zsyscall_linux_amd64.go#L195: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L208: 	r0, _, e1 := Syscall6(SYS_WAIT4, uintptr(pid), uintptr(unsafe.Pointer(wstatus)), uintptr(options), uintptr(unsafe.Pointer(rusage)), 0, 0)
		zsyscall_linux_amd64.go#L228: func ptracePtr(request int, pid int, addr uintptr, data unsafe.Pointer) (err error) {
		zsyscall_linux_amd64.go#L244: 	_, _, e1 := Syscall6(SYS_REBOOT, uintptr(magic1), uintptr(magic2), uintptr(cmd), uintptr(unsafe.Pointer(_p0)), 0, 0)
		zsyscall_linux_amd64.go#L269: 	_, _, e1 := Syscall6(SYS_MOUNT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(unsafe.Pointer(_p2)), uintptr(flags), uintptr(unsafe.Pointer(data)), 0)
		zsyscall_linux_amd64.go#L284: 	_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
		zsyscall_linux_amd64.go#L294: 	r0, _, e1 := Syscall(SYS_ADJTIMEX, uintptr(unsafe.Pointer(buf)), 0, 0)
		zsyscall_linux_amd64.go#L310: 	_, _, e1 := Syscall(SYS_CHDIR, uintptr(unsafe.Pointer(_p0)), 0, 0)
		zsyscall_linux_amd64.go#L325: 	_, _, e1 := Syscall(SYS_CHROOT, uintptr(unsafe.Pointer(_p0)), 0, 0)
		zsyscall_linux_amd64.go#L377: 	_, _, e1 := RawSyscall6(SYS_EPOLL_CTL, uintptr(epfd), uintptr(op), uintptr(fd), uintptr(unsafe.Pointer(event)), 0, 0)
		zsyscall_linux_amd64.go#L422: 	_, _, e1 := Syscall6(SYS_FCHOWNAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(uid), uintptr(gid), uintptr(flags), 0)
		zsyscall_linux_amd64.go#L473: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L475: 		_p0 = unsafe.Pointer(&buf[0])
		zsyscall_linux_amd64.go#L477: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L528: 	_, _, e1 := RawSyscall(SYS_GETRUSAGE, uintptr(who), uintptr(unsafe.Pointer(rusage)), 0)
		zsyscall_linux_amd64.go#L556: 	var _p2 unsafe.Pointer
		zsyscall_linux_amd64.go#L558: 		_p2 = unsafe.Pointer(&dest[0])
		zsyscall_linux_amd64.go#L560: 		_p2 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L562: 	r0, _, e1 := Syscall6(SYS_GETXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(_p2), uintptr(len(dest)), 0, 0)
		zsyscall_linux_amd64.go#L578: 	r0, _, e1 := Syscall(SYS_INOTIFY_ADD_WATCH, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(mask))
		zsyscall_linux_amd64.go#L621: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L623: 		_p0 = unsafe.Pointer(&buf[0])
		zsyscall_linux_amd64.go#L625: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L643: 	var _p1 unsafe.Pointer
		zsyscall_linux_amd64.go#L645: 		_p1 = unsafe.Pointer(&dest[0])
		zsyscall_linux_amd64.go#L647: 		_p1 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L649: 	r0, _, e1 := Syscall(SYS_LISTXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(_p1), uintptr(len(dest)))
		zsyscall_linux_amd64.go#L665: 	_, _, e1 := Syscall(SYS_MKDIRAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode))
		zsyscall_linux_amd64.go#L680: 	_, _, e1 := Syscall6(SYS_MKNODAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(mode), uintptr(dev), 0, 0)
		zsyscall_linux_amd64.go#L690: 	_, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0)
		zsyscall_linux_amd64.go#L710: 	_, _, e1 := Syscall(SYS_PIVOT_ROOT, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
		zsyscall_linux_amd64.go#L720: 	_, _, e1 := RawSyscall6(SYS_PRLIMIT64, uintptr(pid), uintptr(resource), uintptr(unsafe.Pointer(newlimit)), uintptr(unsafe.Pointer(old)), 0, 0)
		zsyscall_linux_amd64.go#L730: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L732: 		_p0 = unsafe.Pointer(&p[0])
		zsyscall_linux_amd64.go#L734: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L757: 	_, _, e1 := Syscall(SYS_REMOVEXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), 0)
		zsyscall_linux_amd64.go#L767: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L769: 		_p0 = unsafe.Pointer(&p[0])
		zsyscall_linux_amd64.go#L771: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L783: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L785: 		_p0 = unsafe.Pointer(&p[0])
		zsyscall_linux_amd64.go#L787: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L820: 	_, _, e1 := RawSyscall(SYS_SETTIMEOFDAY, uintptr(unsafe.Pointer(tv)), 0, 0)
		zsyscall_linux_amd64.go#L850: 	var _p2 unsafe.Pointer
		zsyscall_linux_amd64.go#L852: 		_p2 = unsafe.Pointer(&data[0])
		zsyscall_linux_amd64.go#L854: 		_p2 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L856: 	_, _, e1 := Syscall6(SYS_SETXATTR, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(_p1)), uintptr(_p2), uintptr(len(data)), uintptr(flags), 0)
		zsyscall_linux_amd64.go#L873: 	_, _, e1 := RawSyscall(SYS_SYSINFO, uintptr(unsafe.Pointer(info)), 0, 0)
		zsyscall_linux_amd64.go#L904: 	r0, _, e1 := RawSyscall(SYS_TIMES, uintptr(unsafe.Pointer(tms)), 0, 0)
		zsyscall_linux_amd64.go#L923: 	_, _, e1 := RawSyscall(SYS_UNAME, uintptr(unsafe.Pointer(buf)), 0, 0)
		zsyscall_linux_amd64.go#L938: 	_, _, e1 := Syscall(SYS_UMOUNT2, uintptr(unsafe.Pointer(_p0)), uintptr(flags), 0)
		zsyscall_linux_amd64.go#L958: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L960: 		_p0 = unsafe.Pointer(&p[0])
		zsyscall_linux_amd64.go#L962: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L985: 	r0, _, e1 := Syscall(SYS_READ, uintptr(fd), uintptr(unsafe.Pointer(p)), uintptr(np))
		zsyscall_linux_amd64.go#L1006: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1008: 		_p0 = unsafe.Pointer(&b[0])
		zsyscall_linux_amd64.go#L1010: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1022: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1024: 		_p0 = unsafe.Pointer(&b[0])
		zsyscall_linux_amd64.go#L1026: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1038: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1040: 		_p0 = unsafe.Pointer(&b[0])
		zsyscall_linux_amd64.go#L1042: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1054: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1056: 		_p0 = unsafe.Pointer(&b[0])
		zsyscall_linux_amd64.go#L1058: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1110: 	_, _, e1 := Syscall(SYS_FSTAT, uintptr(fd), uintptr(unsafe.Pointer(stat)), 0)
		zsyscall_linux_amd64.go#L1120: 	_, _, e1 := Syscall(SYS_FSTATFS, uintptr(fd), uintptr(unsafe.Pointer(buf)), 0)
		zsyscall_linux_amd64.go#L1164: 	_, _, e1 := RawSyscall(SYS_GETRLIMIT, uintptr(resource), uintptr(unsafe.Pointer(rlim)), 0)
		zsyscall_linux_amd64.go#L1233: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1235: 		_p0 = unsafe.Pointer(&p[0])
		zsyscall_linux_amd64.go#L1237: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1250: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1252: 		_p0 = unsafe.Pointer(&p[0])
		zsyscall_linux_amd64.go#L1254: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1277: 	_, _, e1 := Syscall6(SYS_RENAMEAT, uintptr(olddirfd), uintptr(unsafe.Pointer(_p0)), uintptr(newdirfd), uintptr(unsafe.Pointer(_p1)), 0, 0)
		zsyscall_linux_amd64.go#L1298: 	r0, _, e1 := Syscall6(SYS_SELECT, uintptr(nfd), uintptr(unsafe.Pointer(r)), uintptr(unsafe.Pointer(w)), uintptr(unsafe.Pointer(e)), uintptr(unsafe.Pointer(timeout)), 0)
		zsyscall_linux_amd64.go#L1309: 	r0, _, e1 := Syscall6(SYS_SENDFILE, uintptr(outfd), uintptr(infd), uintptr(unsafe.Pointer(offset)), uintptr(count), 0, 0)
		zsyscall_linux_amd64.go#L1340: 	_, _, e1 := RawSyscall(SYS_SETRLIMIT, uintptr(resource), uintptr(unsafe.Pointer(rlim)), 0)
		zsyscall_linux_amd64.go#L1360: 	r0, _, e1 := Syscall6(SYS_SPLICE, uintptr(rfd), uintptr(unsafe.Pointer(roff)), uintptr(wfd), uintptr(unsafe.Pointer(woff)), uintptr(len), uintptr(flags))
		zsyscall_linux_amd64.go#L1376: 	_, _, e1 := Syscall(SYS_STATFS, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
		zsyscall_linux_amd64.go#L1401: 	_, _, e1 := Syscall(SYS_TRUNCATE, uintptr(unsafe.Pointer(_p0)), uintptr(length), 0)
		zsyscall_linux_amd64.go#L1411: 	_, _, e1 := Syscall(SYS_USTAT, uintptr(dev), uintptr(unsafe.Pointer(ubuf)), 0)
		zsyscall_linux_amd64.go#L1421: 	r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0)
		zsyscall_linux_amd64.go#L1431: func bind(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
		zsyscall_linux_amd64.go#L1441: func connect(s int, addr unsafe.Pointer, addrlen _Socklen) (err error) {
		zsyscall_linux_amd64.go#L1457: 	_, _, e1 := Syscall6(SYS_NEWFSTATAT, uintptr(fd), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(stat)), uintptr(flags), 0, 0)
		zsyscall_linux_amd64.go#L1467: 	r0, _, e1 := RawSyscall(SYS_GETGROUPS, uintptr(n), uintptr(unsafe.Pointer(list)), 0)
		zsyscall_linux_amd64.go#L1477: func getsockopt(s int, level int, name int, val unsafe.Pointer, vallen *_Socklen) (err error) {
		zsyscall_linux_amd64.go#L1478: 	_, _, e1 := Syscall6(SYS_GETSOCKOPT, uintptr(s), uintptr(level), uintptr(name), uintptr(val), uintptr(unsafe.Pointer(vallen)), 0)
		zsyscall_linux_amd64.go#L1487: func setsockopt(s int, level int, name int, val unsafe.Pointer, vallen uintptr) (err error) {
		zsyscall_linux_amd64.go#L1509: 	_, _, e1 := RawSyscall6(SYS_SOCKETPAIR, uintptr(domain), uintptr(typ), uintptr(proto), uintptr(unsafe.Pointer(fd)), 0, 0)
		zsyscall_linux_amd64.go#L1519: 	_, _, e1 := RawSyscall(SYS_GETPEERNAME, uintptr(fd), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)))
		zsyscall_linux_amd64.go#L1529: 	_, _, e1 := RawSyscall(SYS_GETSOCKNAME, uintptr(fd), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)))
		zsyscall_linux_amd64.go#L1539: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1541: 		_p0 = unsafe.Pointer(&p[0])
		zsyscall_linux_amd64.go#L1543: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1545: 	r0, _, e1 := Syscall6(SYS_RECVFROM, uintptr(fd), uintptr(_p0), uintptr(len(p)), uintptr(flags), uintptr(unsafe.Pointer(from)), uintptr(unsafe.Pointer(fromlen)))
		zsyscall_linux_amd64.go#L1555: func sendto(s int, buf []byte, flags int, to unsafe.Pointer, addrlen _Socklen) (err error) {
		zsyscall_linux_amd64.go#L1556: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1558: 		_p0 = unsafe.Pointer(&buf[0])
		zsyscall_linux_amd64.go#L1560: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1572: 	r0, _, e1 := Syscall(SYS_RECVMSG, uintptr(s), uintptr(unsafe.Pointer(msg)), uintptr(flags))
		zsyscall_linux_amd64.go#L1583: 	r0, _, e1 := Syscall(SYS_SENDMSG, uintptr(s), uintptr(unsafe.Pointer(msg)), uintptr(flags))
		zsyscall_linux_amd64.go#L1605: 	var _p0 unsafe.Pointer
		zsyscall_linux_amd64.go#L1607: 		_p0 = unsafe.Pointer(&events[0])
		zsyscall_linux_amd64.go#L1609: 		_p0 = unsafe.Pointer(&_zero)
		zsyscall_linux_amd64.go#L1627: 	_, _, e1 := Syscall(SYS_FUTIMESAT, uintptr(dirfd), uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(times)))
		zsyscall_linux_amd64.go#L1642: 	_, _, e1 := Syscall(SYS_UTIME, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(buf)), 0)
		zsyscall_linux_amd64.go#L1657: 	_, _, e1 := Syscall(SYS_UTIMES, uintptr(unsafe.Pointer(_p0)), uintptr(unsafe.Pointer(times)), 0)

	time
		sleep.go#L22: func syncTimer(c chan Time) unsafe.Pointer {
		sleep.go#L45: 	return *(*unsafe.Pointer)(unsafe.Pointer(&c))
		sleep.go#L72: func newTimer(when, period int64, f func(any, uintptr, int64), arg any, cp unsafe.Pointer) *Timer
		tick.go#L44: 	t := (*Ticker)(unsafe.Pointer(newTimer(when(d), int64(d), sendTime, c, syncTimer(c))))
		tick.go#L59: 	stopTimer((*Timer)(unsafe.Pointer(t)))
		tick.go#L72: 	resetTimer((*Timer)(unsafe.Pointer(t)), when(d), int64(d))

	unique
		clone.go#L23: 		ps := (*string)(unsafe.Pointer(uintptr(unsafe.Pointer(&value)) + offset))

	vendor/golang.org/x/crypto/internal/alias
		alias.go#L16: 		uintptr(unsafe.Pointer(&x[0])) <= uintptr(unsafe.Pointer(&y[len(y)-1])) &&
		alias.go#L17: 		uintptr(unsafe.Pointer(&y[0])) <= uintptr(unsafe.Pointer(&x[len(x)-1]))

	vendor/golang.org/x/crypto/sha3
		xor.go#L24: 		ab := (*[25 * 64 / 8]byte)(unsafe.Pointer(&d.a))
		xor.go#L37: 		ab := (*[25 * 64 / 8]byte)(unsafe.Pointer(&d.a))