Searched refs:function_name (Results 1 - 18 of 18) sorted by relevance

/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_private.h127 #define archive_check_magic(a, expected_magic, allowed_states, function_name) \
130 (allowed_states), (function_name)); \
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeSummary.cpp147 const char * function_name,
154 if (function_name)
155 m_function_name.assign(function_name);
146 ScriptSummaryFormat(const TypeSummaryImpl::Flags& flags, const char * function_name, const char * python_script) argument
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dsyms.c857 char *function_name; member in struct:indexentry
975 char *function_name; local
1156 info->indextable[i].function_name = NULL;
1201 function_name = name;
1211 info->indextable[i].function_name = function_name;
1224 info->indextable[i].function_name = NULL;
1233 info->indextable[i].function_name = NULL;
1321 val = ((indexentry->function_name ? indexentry->val : 0)
1384 if (indexentry->function_name !
[all...]
H A Decofflink.c2262 const char *function_name;
2289 function_name = NULL;
2348 function_name =
2373 if (function_name == NULL)
2376 len = funclen = strlen (function_name) + 1;
2393 if (function_name != NULL)
2397 strcpy (buffer, function_name);
2258 const char *function_name; local
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h479 const char *function_name,
495 SetFunctionName (const char* function_name) argument
497 if (function_name)
498 m_function_name.assign(function_name);
/freebsd-10.2-release/contrib/texinfo/info/
H A Ddoc.h91 extern char *function_name (InfoCommand *cmd);
H A Dinfodoc.c213 name = function_name (map[i].function);
597 function_name (InfoCommand *cmd)
720 funname = function_name (map[keystroke].function);
1076 name = function_name (cmd);
1185 if (strstr (location, function_name (command)))
596 function_name (InfoCommand *cmd) function
/freebsd-10.2-release/sys/contrib/ia64/libuwx/src/
H A Duwx_env.h96 char *function_name; member in struct:uwx_env
H A Duwx_step.c87 env->function_name = 0;
213 env->function_name =
359 env->function_name =
432 if (env->function_name == 0) {
452 env->function_name =
465 *symp = env->function_name;
693 env->function_name =
H A Duwx_env.c118 env->function_name = 0;
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Expression/
H A DClangExpressionParser.cpp482 ConstString function_name; local
484 if (!FindFunctionInModule(function_name, module_ap.get(), m_expr.FunctionName()))
493 log->Printf("Found function %s for %s", function_name.AsCString(), m_expr.FunctionName());
498 function_name,
515 function_name.AsCString());
569 IRDynamicChecks ir_dynamic_checks(*process->GetDynamicCheckers(), function_name.AsCString());
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepInRange.cpp381 const char *function_name = sc.GetFunctionName().AsCString(); local
383 if (function_name == NULL)
385 else if (strstr (function_name, target_name) == NULL)
/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h393 GetScriptedSummary (const char *function_name, argument
H A DScriptInterpreterPython.h168 GetScriptedSummary (const char *function_name,
/freebsd-10.2-release/contrib/binutils/binutils/
H A Ddlltool.c2300 pointer to the code (..function_name), and the second
2355 asymbol *function_name; local
2357 function_name = bfd_make_empty_symbol(abfd);
2358 function_name->name = make_label ("..", exp->name);
2359 function_name->section = secdata[TEXT].sec;
2360 function_name->flags = BSF_GLOBAL;
2361 function_name->value = 0;
2364 ptrs[oidx++] = function_name;
2542 "..function_name".
/freebsd-10.2-release/contrib/gcc/
H A Dgcov.c740 char *function_name;
747 function_name = xstrdup (gcov_read_string ());
752 fn->name = function_name;
739 char *function_name; local
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp1753 ConstString function_name (name);
1754 num_matches = module->FindFunctions (function_name,
3651 ConstString function_name (m_options.m_str.c_str());
3652 target->GetImages().FindFunctions (function_name, eFunctionNameTypeAuto, true, false, true, sc_list);
/freebsd-10.2-release/contrib/gcc/config/rs6000/
H A Drs6000.c749 static int no_previous_def (tree function_name);
750 static tree get_prev_label (tree function_name);
18024 add_compiler_branch_island (tree label_name, tree function_name,
18027 tree branch_island = build_tree_list (function_name, label_name);
18119 no_previous_def (tree function_name)
18125 if (function_name == BRANCH_ISLAND_FUNCTION_NAME (branch_island))
18134 get_prev_label (tree function_name)
18140 if (function_name == BRANCH_ISLAND_FUNCTION_NAME (branch_island))
17978 add_compiler_branch_island(tree label_name, tree function_name, int line_number) argument
18073 no_previous_def(tree function_name) argument
18088 get_prev_label(tree function_name) argument

Completed in 305 milliseconds