OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:a_out_name
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.27/gprof/
gprof.h
111
extern const char *
a_out_name
; /* core filename */
gprof.c
53
const char *
a_out_name
= A_OUTNAME;
variable
505
a_out_name
= argv[optind++];
519
core_init (
a_out_name
);
corefile.c
639
fprintf (stderr, _("%s: file `%s' has no symbols\n"), whoami,
a_out_name
);
Completed in 59 milliseconds