Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl105 my $current_function;
402 my $narg = $current_function->{narg};
436 "$current_function->{name}".
745 undef $current_function;
746 $current_function->{name} = $sym;
748 $current_function->{narg} = $narg;
751 undef $current_function;
752 $current_function->{name} = $sym;
788 undef $current_function;
878 $self->{value}.="$current_function->{name}\tENDP" if($masm && $current_function->{name});
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp63 current_function(false), start_addr(), end_addr(), at_pc(false), in CommandOptions()
154 current_function = true; in SetOptionValue()
190 current_function = false; in OptionParsingStarting()
224 current_function = true; in OptionParsingFinished()
358 } else if (m_options.current_function) { in DoExecute()
H A DCommandObjectDisassemble.h56 bool current_function; variable
/freebsd-12.1/contrib/binutils/binutils/
H A Ddebug.c47 struct debug_function *current_function; member
704 info->current_function = NULL; in debug_set_filename()
798 info->current_function = f; in debug_record_function()
831 || info->current_function == NULL) in debug_record_parameter()
845 for (pp = &info->current_function->parameters; in debug_record_parameter()
863 || info->current_function == NULL) in debug_end_function()
877 info->current_function = NULL; in debug_end_function()
/freebsd-12.1/contrib/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.
9141 Don't set inl_emit field in 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.
11357 current_function.
12092 (init_eh_for_function): Allocate current_function->eh.
12097 * function.c (current_function): New variable.
[all …]
H A DChangeLog-200026688 * pj.c (pj_expand_prologue): current_function->args_info is
/freebsd-12.1/contrib/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