Searched refs:copy_content (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ranlib.c | 146 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() function 286 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG)) in handle_file() 287 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off) in handle_file()
|
D | ar.c | 434 copy_content (Elf *elf, int newfd, off_t off, size_t n) in copy_content() function 793 && copy_content (elf, newfd, SARMAG, index_off - SARMAG)) in do_oper_extract() 794 || copy_content (elf, newfd, rest_off, st.st_size - rest_off) in do_oper_extract() 865 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp)) in write_member() 1040 if (copy_content (elf, newfd, start, len)) in do_oper_delete() 1432 if (start != -1 && copy_content (elf, newfd, start, len)) in do_oper_insert() 1491 if (start != -1 && copy_content (elf, newfd, start, len)) in do_oper_insert()
|