Lines Matching refs:elf
74 my $elf=1; $elf=0 if (!$gas);
86 if ($flavour eq "mingw64") { $gas=1; $elf=0; $win64=1;
90 elsif ($flavour eq "macosx") { $gas=1; $elf=0; $prefix="_"; $decor="L\$"; }
91 elsif ($flavour eq "masm") { $gas=0; $elf=0; $masm=$masmref; $win64=1; $decor="\$L\$"; }
92 elsif ($flavour eq "nasm") { $gas=0; $elf=0; $nasm=$nasmref; $win64=1; $decor="\$L\$"; $PTR=""; }
100 $elf=0;
158 } elsif ($self->{op} eq "call" && !$elf && $current_segment eq ".init") {
453 $self->{value} =~ s/\@PLT// if (!$elf);
717 return ($elf ? $self->{value} : undef);
777 } elsif (!$elf && $dir =~ /\.type/) {
783 } elsif (!$elf && $dir =~ /\.size/) {
790 } elsif (!$elf && $dir =~ /\.align/) {
794 if (!$elf && $current_segment eq ".init") {