Home
last modified time | relevance | path

Searched refs:function_mapping_file (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.25/gprof/
Dgprof.h110 extern const char *function_mapping_file; /* file mapping functions to files */
Dgprof.c51 const char * function_mapping_file; variable
381 function_mapping_file = optarg; in main()
Dcorefile.c260 if (function_mapping_file) in core_init()
261 read_function_mappings (function_mapping_file); in core_init()
DChangeLog-92031370 (function_mapping_file): Declare.