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

  /src/crypto/external/bsd/openssl/dist/test/recipes/
01-test_symbol_presence.t 52 my @nm_lines = map { s|\R$||; $_ } `nm -DPg $shlibpath 2> /dev/null`;
69 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines;
75 foreach (@nm_lines) {
84 @nm_lines =
100 @nm_lines ),
116 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines;
124 while (scalar @nm_lines || scalar @def_lines) {
125 my $nm_first = $nm_lines[0]
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/
01-test_symbol_presence.t 40 my @nm_lines = map { s|\R$||; $_ } `nm -DPg $shlibpath 2> /dev/null`;
56 note "Number of lines in \@nm_lines before massaging: ", scalar @nm_lines;
60 @nm_lines =
70 grep(m|.* [BCDST] .*|, @nm_lines);
85 note "Number of lines in \@nm_lines after massaging: ", scalar @nm_lines;
93 while (scalar @nm_lines || scalar @def_lines) {
94 my $nm_first = $nm_lines[0];
100 push @extra, shift @nm_lines;
    [all...]

Completed in 21 milliseconds