Lines Matching refs:__fixup_prg
329 my @prog = __fixup_prg(__apps_file(shift @cmdargs, __exeext()));
340 my @prog = __fixup_prg(__fuzz_file(shift @cmdargs, __exeext()));
351 my @prog = __fixup_prg(__test_file(shift @cmdargs, __exeext()));
363 my @interpreter = __fixup_prg($^X);
377 my @interpreter = __fixup_prg($^X);
1212 @prefix = ( __fixup_prg($^X), $std_wrapper );
1223 # __fixup_prg PROG
1225 # __fixup_prg does whatever fixup is needed to execute an executable binary
1228 # __fixup_prg returns a string with the possibly prefixed program path spec.
1229 sub __fixup_prg {