func internal/abi.FuncPCABIInternal
63 uses
internal/abi (current package)
abi.go#L126: func FuncPCABIInternal(f any) uintptr
runtime
chan.go#L173: racereadpc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(chansend))
chan.go#L369: racewritepc(c.raceaddr(), callerpc, abi.FuncPCABIInternal(closechan))
cpuprof.go#L161: abi.FuncPCABIInternal(_LostExternalCode) + sys.PCQuantum,
cpuprof.go#L162: abi.FuncPCABIInternal(_ExternalCode) + sys.PCQuantum,
cpuprof.go#L171: abi.FuncPCABIInternal(_LostSIGPROFDuringAtomic64) + sys.PCQuantum,
cpuprof.go#L172: abi.FuncPCABIInternal(_System) + sys.PCQuantum,
iface.go#L323: raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convT))
iface.go#L338: raceReadObjectPC(t, v, getcallerpc(), abi.FuncPCABIInternal(convTnoptr))
map.go#L398: pc := abi.FuncPCABIInternal(mapaccess1)
map.go#L459: pc := abi.FuncPCABIInternal(mapaccess2)
map.go#L584: pc := abi.FuncPCABIInternal(mapassign)
map.go#L698: pc := abi.FuncPCABIInternal(mapdelete)
map.go#L818: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiterinit))
map.go#L868: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapiternext))
map.go#L994: pc := abi.FuncPCABIInternal(mapclear)
map.go#L1398: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
map.go#L1410: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(reflect_maplen))
map_fast32.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast32))
map_fast32.go#L56: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast32))
map_fast32.go#L99: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast32))
map_fast32.go#L189: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast32))
map_fast32.go#L276: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_fast32))
map_fast64.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_fast64))
map_fast64.go#L56: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_fast64))
map_fast64.go#L99: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast64))
map_fast64.go#L189: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_fast64))
map_fast64.go#L276: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_fast64))
map_faststr.go#L16: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess1_faststr))
map_faststr.go#L111: racereadpc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapaccess2_faststr))
map_faststr.go#L209: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapassign_faststr))
map_faststr.go#L304: racewritepc(unsafe.Pointer(h), callerpc, abi.FuncPCABIInternal(mapdelete_faststr))
mbarrier.go#L180: raceWriteObjectPC(typ, dst, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
mbarrier.go#L181: raceReadObjectPC(typ, src, getcallerpc(), abi.FuncPCABIInternal(reflect_typedmemmove))
mbarrier.go#L261: pc := abi.FuncPCABIInternal(slicecopy)
mprof.go#L625: racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(MemProfile))
mprof.go#L681: racewriterangepc(unsafe.Pointer(&r.Stack0[0]), unsafe.Sizeof(r.Stack0), getcallerpc(), abi.FuncPCABIInternal(BlockProfile))
os_linux.go#L470: if fn == abi.FuncPCABIInternal(sighandler) { // abi.FuncPCABIInternal(sighandler) matches the callers in signal_unix.go
preempt.go#L320: f = findfunc(abi.FuncPCABIInternal(asyncPreempt2))
proc.go#L1917: gp.racectx = racegostart(abi.FuncPCABIInternal(newextram) + sys.PCQuantum)
proc.go#L4526: pc = abi.FuncPCABIInternal(_VDSO) + sys.PCQuantum
proc.go#L4529: pc = abi.FuncPCABIInternal(_ExternalCode) + sys.PCQuantum
proc.go#L4533: stk[1] = abi.FuncPCABIInternal(_GC) + sys.PCQuantum
proc.go#L4535: stk[1] = abi.FuncPCABIInternal(_System) + sys.PCQuantum
proc.go#L6231: pkg := funcpkgpath(findfunc(abi.FuncPCABIInternal(f)))
select.go#L26: chansendpc = abi.FuncPCABIInternal(chansend)
select.go#L27: chanrecvpc = abi.FuncPCABIInternal(chanrecv)
signal_unix.go#L147: setsig(i, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L205: setsig(sig, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L299: setsig(_SIGPROF, abi.FuncPCABIInternal(sighandler))
signal_unix.go#L528: abi.FuncPCABIInternal(_ExternalCode) + sys.PCQuantum,
signal_unix.go#L929: setsig(sig, abi.FuncPCABIInternal(sighandler))
slice.go#L73: pc := abi.FuncPCABIInternal(makeslicecopy)
slice.go#L169: racereadrangepc(old.array, uintptr(old.len*int(et.size)), callerpc, abi.FuncPCABIInternal(growslice))
slice.go#L312: pc := abi.FuncPCABIInternal(slicecopy)
stack.go#L1130: fn = unsafe.Pointer(abi.FuncPCABIInternal(nilfunc))
string.go#L92: abi.FuncPCABIInternal(slicebytetostring))
string.go#L159: abi.FuncPCABIInternal(slicebytetostringtmp))
string.go#L213: abi.FuncPCABIInternal(slicerunetostring))
time.go#L827: ppcur.timerRaceCtx = racegostart(abi.FuncPCABIInternal(runtimer) + sys.PCQuantum)
type.go#L268: return unsafe.Pointer(abi.FuncPCABIInternal(unreachableMethod))
runtime/pprof
pprof.go#L293: stk = []uintptr{abi.FuncPCABIInternal(lostProfileEvent)}
proto.go#L329: uint64(abi.FuncPCABIInternal(lostProfileEvent) + 1),