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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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);
18023 add_compiler_branch_island (tree label_name, tree function_name,
18026 tree branch_island = build_tree_list (function_name, label_name);
18118 no_previous_def (tree function_name)
18124 if (function_name == BRANCH_ISLAND_FUNCTION_NAME (branch_island))
18133 get_prev_label (tree function_name)
18139 if (function_name == BRANCH_ISLAND_FUNCTION_NAME (branch_island))
17977 add_compiler_branch_island(tree label_name, tree function_name, int line_number) argument
18072 no_previous_def(tree function_name) argument
18087 get_prev_label(tree function_name) argument

Completed in 139 milliseconds