OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcov_version
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/lcov/bin/
geninfo
209
our $
gcov_version
;
409
($
gcov_version
, $gcov_version_string) = get_gcov_version();
496
if ($
gcov_version
< $GCOV_VERSION_3_4_0)
936
if ($
gcov_version
< $GCOV_VERSION_3_4_0)
[
all
...]
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver.c
284
gcov_version
(struct gcov_info *ptr, gcov_unsigned_t version,
function
287
if (version !=
GCOV_VERSION
)
292
GCOV_UNSIGNED2STRING (e,
GCOV_VERSION
);
472
if (!
gcov_version
(gi_ptr, version, gi_filename))
519
if (!
gcov_version
(gi_ptr, length, gi_filename))
731
gcov_write_tag_length (GCOV_DATA_MAGIC,
GCOV_VERSION
);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
libgcov.c
299
gcov_version
(struct gcov_info *ptr __attribute__ ((unused)),
function
302
if (version !=
GCOV_VERSION
)
307
GCOV_UNSIGNED2STRING (e,
GCOV_VERSION
);
610
if (
gcov_version
(info, info->version, 0))
825
if (!
gcov_version
(info, length, gi_filename))
1012
/* GCOV_DATA_MAGIC,
GCOV_VERSION
and time_stamp. */
1060
gcov_write_tag_length (GCOV_DATA_MAGIC,
GCOV_VERSION
);
[
all
...]
Completed in 627 milliseconds