Lines Matching refs:Prefix
237 --tools=<prefix or binary:fullpath>[,...] \$PATH for object tool pathnames
244 JEPROF_TOOLS Prefix for object tools pathnames
2952 $skip{"_" . $name} = 1; # Mach (OS X) adds a _ prefix to everything
3294 my $prefix = $3;
3300 my $baseurl = "$proto$hostport$prefix";
4428 foreach my $prefix (@prefix_list) {
4429 my $fullpath = $prefix . $suffix;
4943 # addr2line always reads hex addresses, and does not need '0x' prefix.
5161 # with that prefix. Otherwise, returns the path unmodified (which
5168 # item is either a) a pathname prefix, or b) a map of the form
5178 foreach my $prefix (split(',', $tools)) {
5179 next if ($prefix =~ /:/); # ignore "tool:fullpath" entries in the list
5180 if (-x $prefix . $tool) {
5181 $path = $prefix . $tool;
5186 error("No '$tool' found with prefix specified by " .