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