Home
last modified time | relevance | path

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

/openbsd-src/lib/libcrypto/perlasm/
H A Dx86_64-xlate.pl100 my $current_function;
148 if ($win64 && $current_function->{abi} eq "svr4") {
162 if ($win64 && $current_function->{abi} eq "svr4") {
351 $current_function->{name} eq $self->{value} &&
352 $current_function->{abi} eq "svr4") {
357 $func .= "${decor}SEH_begin_$current_function->{name}:\n";
358 my $narg = $current_function->{narg};
368 } elsif ($self->{value} ne "$current_function->{name}") {
371 } elsif ($win64 && $current_function->{abi} eq "svr4") {
372 my $func = "$current_function->{name}" .
[all …]
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A Dparse.y86 static struct prod_token_parm_item *current_function=NULL; variable
331 current_function = proto = lookup_tree_name (&search_prod);
344 FIRST_PARMS (current_function));
361 current_function = NULL;
506 type_prod = EXPRESSION_TYPE (current_function);
/openbsd-src/gnu/gcc/gcc/treelang/
H A Dparse.y92 static struct prod_token_parm_item *current_function = NULL; variable
353 current_function = proto = lookup_tree_name (&search_prod);
370 current_function = NULL;
526 type_prod = EXPRESSION_TYPE (current_function);
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.c49 struct debug_function *current_function; member
706 info->current_function = NULL; in debug_set_filename()
800 info->current_function = f; in debug_record_function()
833 || info->current_function == NULL) in debug_record_parameter()
847 for (pp = &info->current_function->parameters; in debug_record_parameter()
865 || info->current_function == NULL) in debug_end_function()
879 info->current_function = NULL; in debug_end_function()
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Ddebug.c48 struct debug_function *current_function; member
705 info->current_function = NULL; in debug_set_filename()
799 info->current_function = f; in debug_record_function()
832 || info->current_function == NULL) in debug_record_parameter()
846 for (pp = &info->current_function->parameters; in debug_record_parameter()
864 || info->current_function == NULL) in debug_end_function()
878 info->current_function = NULL; in debug_end_function()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog.2363 * 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.311422 * pj.c (pj_expand_prologue): current_function->args_info is
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dada-lang.c4240 struct symbol *current_function; in remove_out_of_scope_renamings() local
4250 current_function = block_function (current_block); in remove_out_of_scope_renamings()
4251 if (current_function == NULL) in remove_out_of_scope_renamings()
4254 current_function_name = SYMBOL_LINKAGE_NAME (current_function); in remove_out_of_scope_renamings()
/openbsd-src/gnu/gcc/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
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog.22394 (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