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
46 var symregexp = flag.String("s", "", "only dump symbols matching this regexp") var
50 fmt.Fprintf(os.Stderr, "usage: go tool objdump [-s symregexp] binary [start end]\n\n")
68 if *symregexp != "" {
69 re, err := regexp.Compile(*symregexp)
  /prebuilts/go/linux-x86/src/cmd/objdump/
main.go 9 // go tool objdump [-s symregexp] binary
46 var symregexp = flag.String("s", "", "only dump symbols matching this regexp") var
50 fmt.Fprintf(os.Stderr, "usage: go tool objdump [-s symregexp] binary [start end]\n\n")
68 if *symregexp != "" {
69 re, err := regexp.Compile(*symregexp)

Completed in 541 milliseconds