Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp123 current_function = true; in SetOptionValue()
161 current_function = false; in OptionParsingStarting()
196 current_function = true; in OptionParsingFinished()
396 if (m_options.current_function) in GetRangesForSelectedMode()
H A DCommandObjectDisassemble.h53 bool current_function = false; variable