OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcov_info
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c
76
void __gcov_init (struct
gcov_info
*p __attribute__ ((unused))) {}
147
extern struct
gcov_info
*__gcov_list;
211
static void gcov_dump_one_gcov (struct
gcov_info
*gi_ptr);
287
gcov_counter_active (const struct
gcov_info
*info, unsigned int type)
299
gcov_version (struct
gcov_info
*ptr __attribute__ ((unused)),
491
gcov_write_import_file (char *gi_filename, struct
gcov_info
*gi_ptr)
531
struct
gcov_info
*gi_ptr;
572
struct
gcov_info
*gi_ptr;
593
__gcov_init (struct
gcov_info
*info)
677
const struct
gcov_info
*gi_ptr
[
all
...]
gcov-io.h
207
struct
gcov_info
;
211
struct
gcov_info
*info;
689
in
gcov_info
. We hold an array of function info, so have to
713
struct
gcov_info
struct
717
struct
gcov_info
*next; /* link to next, used by libgcov */
735
const struct
gcov_info
*imp_mod;
740
extern void __gcov_init (struct
gcov_info
*) ATTRIBUTE_HIDDEN;
[
all
...]
Completed in 250 milliseconds