Home | History | Annotate | Download | only in bin

Lines Matching refs:Prefix

232    --tools=<prefix or binary:fullpath>[,...]   \$PATH for object tool pathnames
239 PPROF_TOOLS Prefix for object tools pathnames
2862 $skip{"_" . $name} = 1; # Mach (OS X) adds a _ prefix to everything
3201 my $prefix = $3;
3207 my $baseurl = "$proto$hostport$prefix";
4195 foreach my $prefix (@prefix_list) {
4196 my $fullpath = $prefix . $suffix;
4700 # addr2line always reads hex addresses, and does not need '0x' prefix.
4918 # with that prefix. Otherwise, returns the path unmodified (which
4925 # item is either a) a pathname prefix, or b) a map of the form
4935 foreach my $prefix (split(',', $tools)) {
4936 next if ($prefix =~ /:/); # ignore "tool:fullpath" entries in the list
4937 if (-x $prefix . $tool) {
4938 $path = $prefix . $tool;
4943 error("No '$tool' found with prefix specified by " .