Searched refs:crc32_file (Results 1 – 9 of 9) sorted by relevance
/external/elfutils/lib/ |
D | ChangeLog | 113 * crc32_file.c: Use _SC_PAGESIZE rather than _SC_PAGE_SIZE. 124 * crc32_file.c: Include system.h. 144 * crc32_file.c: Likewise. 148 (xmalloc, xcalloc, xrealloc, xstrdup, xstrndup, crc32, crc32_file, 178 * crc32_file.c: Include config.h. 295 * crc32_file.c: New file. 297 * system.h: Declare crc32_file.
|
D | libeu.h | 44 extern int crc32_file (int fd, uint32_t *resp);
|
D | Makefile.am | 37 crc32.c crc32_file.c \
|
D | crc32_file.c | 41 crc32_file (int fd, uint32_t *resp) in crc32_file() function
|
/external/elfutils/libdwfl/ |
D | libdwfl_crc32_file.c | 32 #define crc32_file attribute_hidden __libdwfl_crc32_file macro
|
D | ChangeLog | 3268 instead of crc32_file.
|
/external/elfutils/tests/ |
D | run-allfcts.sh | 36 /home/drepper/gnu/elfutils/build/src/../../src/strip.c:291:crc32_file
|
/external/elfutils/src/ |
D | strip.c | 2498 if (crc32_file (debug_fd, &debug_crc) != 0) in handle_elf()
|
D | ChangeLog | 4854 * strip.c (crc32_file): Function removed (now in ../lib).
|