HomeSort by: relevance | last modified time | path
    Searched defs:current_function (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
debug.c 51 struct debug_function *current_function; member in struct:debug_handle
725 info->current_function = NULL;
813 info->current_function = f;
846 || info->current_function == NULL)
859 for (pp = &info->current_function->parameters;
877 || info->current_function == NULL)
891 info->current_function = NULL;
  /src/external/gpl3/binutils.old/dist/binutils/
debug.c 51 struct debug_function *current_function; member in struct:debug_handle
725 info->current_function = NULL;
813 info->current_function = f;
846 || info->current_function == NULL)
859 for (pp = &info->current_function->parameters;
877 || info->current_function == NULL)
891 info->current_function = NULL;
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 5259 struct symbol *current_function;
5314 current_function = current_block->linkage_function ();
5315 if (current_function == NULL)
5318 current_function_name = current_function->linkage_name ();
5249 struct symbol *current_function; local
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 5285 struct symbol *current_function;
5340 current_function = current_block->linkage_function ();
5341 if (current_function == NULL)
5344 current_function_name = current_function->linkage_name ();
5275 struct symbol *current_function; local

Completed in 44 milliseconds