Home
last modified time | relevance | path

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

/third_party/elfutils/src/
Dranlib.c154 Elf *arelf = elf_begin (fd, ELF_C_READ_MMAP, NULL); in handle_file() local
155 if (arelf == NULL) in handle_file()
163 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
166 elf_end (arelf); in handle_file()
179 while ((elf = elf_begin (fd, cmd, arelf)) != NULL) in handle_file()
259 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG)) in handle_file()
260 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off)) in handle_file()
276 elf_end (arelf); in handle_file()