Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl159 my $current_function;
456 my $narg = $current_function->{narg};
490 "$current_function->{name}".
799 undef $current_function;
800 $current_function->{name} = $sym;
802 $current_function->{narg} = $narg;
805 undef $current_function;
806 $current_function->{name} = $sym;
842 undef $current_function;
932 $self->{value}.="$current_function->{name}\tENDP" if($masm && $current_function->{name});
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDisassemble.cpp127 current_function = true; in SetOptionValue()
166 current_function = false; in OptionParsingStarting()
201 current_function = true; in OptionParsingFinished()
429 if (m_options.current_function) in GetRangesForSelectedMode()
H A DCommandObjectDisassemble.h54 bool current_function = false; variable