Home
last modified time | relevance | path

Searched refs:crc32_file (Results 1 – 10 of 10) sorted by relevance

/external/elfutils/lib/
DChangeLog40 * crc32_file.c: New file.
42 * system.h: Declare crc32_file.
DMakefile.am39 crc32.c crc32_file.c md5.c sha1.c
Dsystem.h64 extern int crc32_file (int fd, uint32_t *resp);
Dcrc32_file.c56 crc32_file (int fd, uint32_t *resp) in crc32_file() function
DMakefile.in53 next_prime.$(OBJEXT) crc32.$(OBJEXT) crc32_file.$(OBJEXT) \
188 crc32.c crc32_file.c md5.c sha1.c
243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crc32_file.Po@am__quote@
/external/elfutils/libdwfl/
Dlibdwfl_crc32_file.c53 #define crc32_file attribute_hidden __libdwfl_crc32_file macro
DChangeLog913 instead of crc32_file.
/external/elfutils/tests/
Drun-allfcts.sh44 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
/external/elfutils/src/
Dstrip.c1611 if (crc32_file (debug_fd, &debug_crc) != 0) in handle_elf()
DChangeLog1257 * strip.c (crc32_file): Function removed (now in ../lib).