Searched refs:current_function (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl74 my $current_function;
122 if ($current_function->{abi} eq "svr4") {
280 } elsif ($self->{value} ne "$current_function->{name}:") {
282 } elsif ($current_function->{abi} eq "svr4") {
283 my $func = "$current_function->{name} PROC\n".
286 my $narg = $current_function->{narg};
296 "$current_function->{name} PROC";
374 undef $current_function;
375 $current_function->{name} = $sym;
376 $current_function
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c47 struct debug_function *current_function; member in struct:debug_handle
706 info->current_function = NULL;
800 info->current_function = f;
833 || info->current_function == NULL)
847 for (pp = &info->current_function->parameters;
865 || info->current_function == NULL)
879 info->current_function = NULL;

Completed in 158 milliseconds