Home
last modified time | relevance | path

Searched refs:current_segment (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86_64-xlate.pl158 my $current_segment;
212 } elsif ($self->{op} eq "call" && !$elf && $current_segment eq ".init") {
228 } elsif ($self->{op} eq "call" && $current_segment eq ".CRT\$XCU") {
847 $current_segment=$$line;
848 if (!$elf && $current_segment eq ".init") {
853 $current_segment=".$1";
871 $v="$current_segment\tENDS\n" if ($current_segment);
872 $current_segment = ".text\$";
873 $v.="$current_segment\tSEGMENT ";
884 $v="$current_segment\tENDS\n" if ($current_segment);
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dx86_64-xlate.pl104 my $current_segment;
158 } elsif ($self->{op} eq "call" && !$elf && $current_segment eq ".init") {
174 } elsif ($self->{op} eq "call" && $current_segment eq ".CRT\$XCU") {
793 $current_segment=$$line;
794 if (!$elf && $current_segment eq ".init") {
799 $current_segment=".$1";
817 $v="$current_segment\tENDS\n" if ($current_segment);
818 $current_segment = ".text\$";
819 $v.="$current_segment\tSEGMENT ";
830 $v="$current_segment\tENDS\n" if ($current_segment);
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-common.c123 static segment_info * current_segment; variable
772 for (n = current_segment; n; n = n->next) in find_segment_info()
918 current_segment = add_segments (current_segment, a); in new_condition()
1081 for (f = current_segment; f; f = f->next) in add_equivalences()
1097 copy_equiv_list_to_ns (current_segment); in add_equivalences()
1115 for (s = current_segment; s; s = s->next) in align_segment()
1175 current_segment = common_segment; in translate_common()
1198 s = current_segment = get_segment_info (sym, current_offset); in translate_common()
1204 if (current_segment->offset < 0) in translate_common()
1235 apply_segment_offset (current_segment, offset); in translate_common()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-common.cc123 static segment_info * current_segment; variable
801 for (n = current_segment; n; n = n->next) in find_segment_info()
947 current_segment = add_segments (current_segment, a); in new_condition()
1110 for (f = current_segment; f; f = f->next) in add_equivalences()
1126 copy_equiv_list_to_ns (current_segment); in add_equivalences()
1144 for (s = current_segment; s; s = s->next) in align_segment()
1204 current_segment = common_segment; in translate_common()
1227 s = current_segment = get_segment_info (sym, current_offset); in translate_common()
1233 if (current_segment->offset < 0) in translate_common()
1264 apply_segment_offset (current_segment, offset); in translate_common()
[all …]