OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gcov_info
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libgcc/
libgcov.h
158
extern struct
gcov_info
*gcov_list;
205
array in
gcov_info
. The key is used to detect which of a set of
206
comdat functions was selected -- it points to the
gcov_info
object
211
const struct
gcov_info
*key; /* comdat key */
222
struct
gcov_info
struct
225
struct
gcov_info
*next; /* link to next, used by libgcov */
248
struct
gcov_info
*list;
282
extern void __gcov_init (struct
gcov_info
*) ATTRIBUTE_HIDDEN;
libgcov-util.c
2
gcov_info
structures and offline profile processing. */
52
/* The following part is to read Gcda and reconstruct
GCOV_INFO
. */
67
/* The
gcov_info
for the first module. */
68
static struct
gcov_info
*curr_gcov_info;
69
/* The
gcov_info
being processed. */
70
static struct
gcov_info
*gcov_info_head;
232
It flushes the contents in curr_fn_info to
gcov_info
object OBJ_INFO. */
235
read_gcda_finalize (struct
gcov_info
*obj_info)
255
/* Read the content of a gcda file FILENAME, and return a
gcov_info
data structure.
258
static struct
gcov_info
*
1037
const struct
gcov_info
*
gcov_info
= 0;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov.h
163
extern struct
gcov_info
*gcov_list;
210
array in
gcov_info
. The key is used to detect which of a set of
211
comdat functions was selected -- it points to the
gcov_info
object
216
const struct
gcov_info
*key; /* comdat key */
227
struct
gcov_info
struct
230
struct
gcov_info
*next; /* link to next, used by libgcov */
253
struct
gcov_info
*list;
287
extern void __gcov_init (struct
gcov_info
*) ATTRIBUTE_HIDDEN;
libgcov-util.c
2
gcov_info
structures and offline profile processing. */
52
/* The following part is to read Gcda and reconstruct
GCOV_INFO
. */
67
/* The
gcov_info
for the first module. */
68
static struct
gcov_info
*curr_gcov_info;
69
/* The
gcov_info
being processed. */
70
static struct
gcov_info
*gcov_info_head;
232
It flushes the contents in curr_fn_info to
gcov_info
object OBJ_INFO. */
235
read_gcda_finalize (struct
gcov_info
*obj_info)
255
/* Read the content of a gcda file FILENAME, and return a
gcov_info
data structure.
258
static struct
gcov_info
*
949
const struct
gcov_info
*
gcov_info
= 0;
local
[
all
...]
Completed in 14 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026