Home
last modified time | relevance | path

Searched refs:current_function (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/perlasm/
H A Dx86_64-xlate.pl159 my $current_function;
207 if ($win64 && $current_function->{abi} eq "svr4") {
221 if ($win64 && $current_function->{abi} eq "svr4") {
449 if ($win64 && $current_function->{name} eq $self->{value}
450 && $current_function->{abi} eq "svr4") {
455 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
456 my $narg = $current_function->{narg};
466 } elsif ($self->{value} ne "$current_function->{name}") {
470 } elsif ($win64 && $current_function->{abi} eq "svr4") {
471 my $func = "$current_function->{name}" .
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/perlasm/
H A Dx86_64-xlate.pl105 my $current_function;
153 if ($win64 && $current_function->{abi} eq "svr4") {
167 if ($win64 && $current_function->{abi} eq "svr4") {
395 if ($win64 && $current_function->{name} eq $self->{value}
396 && $current_function->{abi} eq "svr4") {
401 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
402 my $narg = $current_function->{narg};
412 } elsif ($self->{value} ne "$current_function->{name}") {
416 } elsif ($win64 && $current_function->{abi} eq "svr4") {
417 my $func = "$current_function->{name}" .
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.c48 struct debug_function *current_function; member
705 info->current_function = NULL; in debug_set_filename()
797 info->current_function = f; in debug_record_function()
830 || info->current_function == NULL) in debug_record_parameter()
844 for (pp = &info->current_function->parameters; in debug_record_parameter()
862 || info->current_function == NULL) in debug_end_function()
876 info->current_function = NULL; in debug_end_function()
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.c51 struct debug_function *current_function; member
723 info->current_function = NULL; in debug_set_filename()
811 info->current_function = f; in debug_record_function()
844 || info->current_function == NULL) in debug_record_parameter()
857 for (pp = &info->current_function->parameters; in debug_record_parameter()
875 || info->current_function == NULL) in debug_end_function()
889 info->current_function = NULL; in debug_end_function()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
H A Dcpplint.py683 self.current_function = ''
693 self.current_function = function_name
708 if Match(r'T(EST|est)', self.current_function):
723 self.current_function, self.lines_in_function, trigger))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-1999363 * function.c (cfun): Renamed from current_function. All users
6961 current_function->stmt is unset.
7204 current_function->stmt is unset.
7366 (expand_dummy_function_end): Free up current_function state.
8521 (alpha_return_addr): Adjust to use current_function->machine.
9141 Don't set inl_emit field in current_function.
9148 (output_inline_function): Save and restore current_function/
11151 (mem_min_alignment): Test current_function rather than
11219 regno_pointer_* variables through current_function.
11240 (init_emit): Allocate emit elt of current_function.
[all …]
H A DChangeLog-200026688 * pj.c (pj_expand_prologue): current_function->args_info is
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-19992394 (cp_function_chain): Use the current_function, not the
2431 * method.c (emit_thunk): Clear current_function after calling
2436 (pending_inline): Clear current_function, even if something goes