Searched refs:rawfile (Results 1 - 2 of 2) sorted by relevance
/third_party/elfutils/src/ |
H A D | ranlib.c | 120 char *rawfile = elf_rawfile (elf, &len); in copy_content() local 127 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content() 129 return write_retry (newfd, rawfile + off, n) != (ssize_t) n; in copy_content()
|
H A D | ar.c | 426 char *rawfile = elf_rawfile (elf, &len); in copy_content() local 433 posix_madvise (rawfile + (off & ~(ps - 1)), n, POSIX_MADV_SEQUENTIAL); in copy_content() 435 return write_retry (newfd, rawfile + off, n) != (ssize_t) n; in copy_content()
|
Completed in 3 milliseconds