Searched refs:rawfile (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/src/ |
D | ranlib.c | 141 char *rawfile = elf_rawfile (elf, &len); in copy_content() local 148 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content() 150 return write_retry (newfd, rawfile + off, n) != (ssize_t) n; in copy_content()
|
D | ar.c | 446 char *rawfile = elf_rawfile (elf, &len); in copy_content() local 453 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content() 455 return write_retry (newfd, rawfile + off, n) != (ssize_t) n; in copy_content()
|