Searched refs:functionname (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_error.c33 int elferrorcode, const char *functionname, int linenumber)
39 de.err_func = functionname;
32 _dwarf_set_error(Dwarf_Debug dbg, Dwarf_Error *error, int errorcode, int elferrorcode, const char *functionname, int linenumber) argument
/freebsd-11-stable/contrib/binutils/ld/
H A Dldmisc.c275 const char *functionname; local
325 &filename, &functionname,
328 if (functionname != NULL && fmt[-1] == 'C')
345 || strcmp (last_function, functionname) != 0)
348 abfd, functionname);
358 last_function = xstrdup (functionname);
368 if (functionname != NULL && fmt[-1] == 'G')
369 lfinfo (fp, "%T", functionname);
/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c123 static const char *functionname;
152 &filename, &functionname, &line);
173 &filename, &functionname, &line);
222 name = functionname;
251 found = bfd_find_inliner_info (abfd, &filename, &functionname, &line);
120 static const char *functionname; variable
H A Dobjdump.c1165 const char *functionname;
1172 &functionname, &line))
1177 if (functionname != NULL && *functionname == '\0')
1178 functionname = NULL;
1182 if (functionname != NULL
1184 || strcmp (functionname, prev_functionname) != 0))
1185 printf ("%s():\n", functionname);
1223 if (functionname != NULL
1225 || strcmp (functionname, prev_functionnam
1161 const char *functionname; local
2639 const char *filename, *functionname; local
[all...]
H A Dnm.c801 const char *filename, *functionname;
885 &functionname, &lineno)
901 &functionname, &lineno))
796 const char *filename, *functionname; local
H A Dprdbg.c1888 static const char *functionname;
1917 &filename, &functionname, &line);
1882 static const char *functionname; variable
/freebsd-11-stable/contrib/binutils/include/coff/
H A Decoff.h355 const char *functionname; member in struct:ecoff_find_line::__anon380
/freebsd-11-stable/contrib/binutils/bfd/
H A Decofflink.c2221 line_info->cache.functionname = NULL;
2231 line_info->cache.functionname = (debug_info->ssext
2248 line_info->cache.functionname = (debug_info->ss
2283 line_info->cache.functionname = NULL;
2401 line_info->cache.functionname = buffer;
2453 *functionname_ptr = line_info->cache.functionname;

Completed in 209 milliseconds