Home
last modified time | relevance | path

Searched refs:readMainModuleMapping (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/pprof/
Dproto_other.go28 func readMainModuleMapping() (start, end uint64, exe, buildID string, err error) { func
Dproto_darwin.go21 func readMainModuleMapping() (start, end uint64, exe, buildID string, err error) { func
Dproto_windows.go46 func readMainModuleMapping() (start, end uint64, exe, buildID string, err error) { func
Dproto_test.go115 start, end, exe, buildID, err := readMainModuleMapping()