Lines Matching defs:funcInfo
73 funcInfo funcInfo member
344 func (f *Func) funcInfo() funcInfo { func
348 func (f *_func) funcInfo() funcInfo { func
823 type funcInfo struct { struct
824 *_func
825 datap *moduledata
828 func (f funcInfo) valid() bool {
854 //go:linkname badFuncInfoEntry runtime.funcInfo.entry
855 func badFuncInfoEntry(funcInfo) uintptr argument
911 func (f funcInfo) srcFunc() srcFunc {
958 func pcvalue(f funcInfo, off uint32, targetpc uintptr, strict bool) (int32, uintptr) {
1088 func funcname(f funcInfo) string {
1095 func funcpkgpath(f funcInfo) string {
1111 func funcfile(f funcInfo, fileno int32) string {
1133 func funcline1(f funcInfo, targetpc uintptr, strict bool) (file string, line int32) {
1148 func funcline(f funcInfo, targetpc uintptr) (file string, line int32) {
1152 func funcspdelta(f funcInfo, targetpc uintptr) int32 {
1162 func funcMaxSPDelta(f funcInfo) int32 {
1178 func pcdatastart(f funcInfo, table uint32) uint32 {
1182 func pcdatavalue(f funcInfo, table uint32, targetpc uintptr) int32 {
1190 func pcdatavalue1(f funcInfo, table uint32, targetpc uintptr, strict bool) int32 {
1209 func pcdatavalue2(f funcInfo, table uint32, targetpc uintptr) (int32, uintptr) {
1218 func funcdata(f funcInfo, i uint8) unsafe.Pointer {