go/src/runtime/pprof/elf.go

var errBadELF

var errNoBuildID

// elfBuildID returns the GNU build ID of the named ELF binary,
// without introducing a dependency on debug/elf and its dependencies.
func elfBuildID(file string) (string, error) {}