OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eof_pos
(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
197
static gcov_position_t
eof_pos
= 0;
variable
548
gcov_seek (gi_ptr->
eof_pos
);
812
eof_pos
= 0;
879
eof_pos
= gcov_position ();
894
summary_pos =
eof_pos
;
1103
if (
eof_pos
)
1104
gcov_seek (
eof_pos
);
1110
summary data after the matching one, setting
eof_pos
to this
1116
gi_ptr->
eof_pos
= gcov_position () - 1;
1118
gi_ptr->
eof_pos
= gcov_position ()
[
all
...]
gcov-io.h
721
gcov_unsigned_t
eof_pos
; /* end position of profile data */
member in struct:gcov_info
[
all
...]
Completed in 82 milliseconds