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