Lines Matching refs:Prefix
236 --tools=<prefix or binary:fullpath>[,...] \$PATH for object tool pathnames
243 JEPROF_TOOLS Prefix for object tools pathnames
2949 $skip{"_" . $name} = 1; # Mach (OS X) adds a _ prefix to everything
3291 my $prefix = $3;
3297 my $baseurl = "$proto$hostport$prefix";
4425 foreach my $prefix (@prefix_list) {
4426 my $fullpath = $prefix . $suffix;
4930 # addr2line always reads hex addresses, and does not need '0x' prefix.
5148 # with that prefix. Otherwise, returns the path unmodified (which
5155 # item is either a) a pathname prefix, or b) a map of the form
5165 foreach my $prefix (split(',', $tools)) {
5166 next if ($prefix =~ /:/); # ignore "tool:fullpath" entries in the list
5167 if (-x $prefix . $tool) {
5168 $path = $prefix . $tool;
5173 error("No '$tool' found with prefix specified by " .