Lines Matching refs:Line
429 for my $Line (@Ldd) {
430 if ($Line =~ /^usage: ldd/) {
435 if ($Line =~ /not found/) {
482 for my $Line (@Ldd) {
483 if ($Line =~ /not found/) {
484 print STDOUT "$Line\n";
530 while (defined(my $Line = <$FileHandle>)) {
531 chomp($Line);
534 if ($Line =~ /^.*: file=(.*); analyzing .*/) {
540 if ($Line =~ /: binding file=.* to file=/) {
550 @Fields = split(' ', $Line);
1245 while (defined(my $Line = <$FileHandle>)) {
1248 chomp($Line);
1253 if ($Line =~ /^[A-Z]/) {
1254 if ($Line =~ /^ELF Header/) {
1257 } elsif ($Line =~ /^Dynamic Section:/) {
1260 } elsif ($Line =~ /^Relocation Section:/) {
1263 } elsif ($Line =~ /^Syminfo Section:/) {
1266 } elsif ($Line =~ /^Version Definition Section:/) {
1281 if ($Line =~ /e_type:/) {
1282 if ($Line =~ /ET_EXEC/) {
1295 @Fields = split(' ', $Line);
1333 ($Line =~ / SYMBOLIC /)) {
1340 ($Line =~ / OBJECT-INTERPOSE /)) {
1359 if ($Line !~ / R_[A-Z0-9]+_COPY /) {
1363 @Fields = split(' ', $Line);
1383 @Fields = split(' ', $Line);
1445 while (defined(my $Line = <$FileHandle>)) {
1446 chomp($Line);
1448 my (@Fields) = split(' ', $Line);
1556 foreach my $Line (@Dem) {
1557 my (@Fields) = split(' ', $Line);
1563 $DemName = $Line;