Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/perlasm/
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/external/gpl3/binutils/dist/binutils/
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/external/gpl3/gcc/dist/gcc/
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 …]
DChangeLog-200026688 * pj.c (pj_expand_prologue): current_function->args_info is
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-lang.c5275 struct symbol *current_function; in remove_irrelevant_renamings() local
5330 current_function = current_block->linkage_function (); in remove_irrelevant_renamings()
5331 if (current_function == NULL) in remove_irrelevant_renamings()
5334 current_function_name = current_function->linkage_name (); in remove_irrelevant_renamings()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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