HomeSort by relevance Sort by last modified time
    Searched full:symregexp (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/objdump/
main.go 9 // go tool objdump [-s symregexp] binary
47 var symregexp = flag.String("s", "", "only dump symbols matching this regexp") var
51 fmt.Fprintf(os.Stderr, "usage: go tool objdump [-S] [-s symregexp] binary [start end]\n\n")
66 if *symregexp != "" {
67 re, err := regexp.Compile(*symregexp)
  /prebuilts/go/linux-x86/src/cmd/objdump/
main.go 9 // go tool objdump [-s symregexp] binary
47 var symregexp = flag.String("s", "", "only dump symbols matching this regexp") var
51 fmt.Fprintf(os.Stderr, "usage: go tool objdump [-S] [-s symregexp] binary [start end]\n\n")
66 if *symregexp != "" {
67 re, err := regexp.Compile(*symregexp)

Completed in 249 milliseconds