HomeSort by relevance Sort by last modified time
    Searched refs:copy_content (Results 1 - 2 of 2) sorted by null

  /external/elfutils/src/
ranlib.c 146 copy_content (Elf *elf, int newfd, off_t off, size_t n) function
286 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG))
287 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off)
ar.c 434 copy_content (Elf *elf, int newfd, off_t off, size_t n) function
793 && copy_content (elf, newfd, SARMAG, index_off - SARMAG))
794 || copy_content (elf, newfd, rest_off, st.st_size - rest_off)
865 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
1040 if (copy_content (elf, newfd, start, len))
    [all...]

Completed in 38 milliseconds