OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:file_crc
(Results
1 - 2
of
2
) sorted by null
/external/elfutils/libdwfl/
find-debuginfo.c
87
uint32_t
file_crc
;
local
88
return (__libdwfl_crc32_file (fd, &
file_crc
) == 0
89
&&
file_crc
== debuglink_crc);
/external/oprofile/libutil++/
bfd_support.cpp
51
unsigned long
file_crc
= 0;
local
70
file_crc
= calc_crc32(
file_crc
,
74
cverb << vbfd << " with crc32 = " << hex <<
file_crc
<< endl;
75
return crc ==
file_crc
;
Completed in 204 milliseconds