Searched refs:runit (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/tools/scripts/ |
H A D | genoffsets.pl | 85 sub runit { subroutine 161 runit($cc, @cflags, '-c', '-o', $OTmp, $CTmp); 164 runit($ctfconvert, '-l', 'ctfstabs', $OTmp); 167 runit($cc, @cflags, "-P", "-o", "$GenPPTmp", $GenTmp); 168 runit($ctfstabs, "-t", "genassym", "-i", $GenPPTmp, $OTmp);
|