HomeSort by: relevance | last modified time | path
    Searched refs:elfdump (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/contrib/
make_sunver.pl 15 # It uses elfdump when present (native), GNU readelf otherwise.
53 # so use elfdump -s in the native case and GNU readelf -s otherwise.
57 # The path to elfdump.
58 my $elfdump = "/usr/ccs/bin/elfdump";
60 if (-f $elfdump) {
61 open ELFDUMP,$elfdump.' -s '.(join ' ',@OBJECTS).'|' or die $!;
64 while (<ELFDUMP>) {
110 close ELFDUMP or die "$elfdump error"
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
make_sunver.pl 15 # It uses elfdump when present (native), GNU readelf otherwise.
53 # so use elfdump -s in the native case and GNU readelf -s otherwise.
57 # The path to elfdump.
58 my $elfdump = "/usr/ccs/bin/elfdump";
60 if (-f $elfdump) {
61 open ELFDUMP,$elfdump.' -s '.(join ' ',@OBJECTS).'|' or die $!;
64 while (<ELFDUMP>) {
110 close ELFDUMP or die "$elfdump error"
    [all...]

Completed in 37 milliseconds