Home
last modified time | relevance | path

Searched refs:arelf (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/src/
Dranlib.c155 Elf *arelf = elf_begin (fd, ELF_C_READ_MMAP, NULL); in handle_file() local
156 if (arelf == NULL) in handle_file()
164 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
167 elf_end (arelf); in handle_file()
180 while ((elf = elf_begin (fd, cmd, arelf)) != NULL) in handle_file()
258 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG)) in handle_file()
259 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off) in handle_file()
271 elf_end (arelf); in handle_file()