Home
last modified time | relevance | path

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

/external/elfutils/0.153/src/
Dranlib.c183 Elf *arelf = elf_begin (fd, ELF_C_READ_MMAP, NULL); in handle_file() local
184 if (arelf == NULL) in handle_file()
192 if (elf_kind (arelf) != ELF_K_AR) in handle_file()
195 elf_end (arelf); in handle_file()
208 while ((elf = elf_begin (fd, cmd, arelf)) != NULL) in handle_file()
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()
299 elf_end (arelf); in handle_file()
Dldgeneric.c1828 Elf *arelf; in add_whole_archive() local
1832 while ((arelf = elf_begin (fileinfo->fd, cmd, fileinfo->elf)) != NULL) in add_whole_archive()
1834 Elf_Arhdr *arhdr = elf_getarhdr (arelf); in add_whole_archive()
1854 newp->elf = arelf; in add_whole_archive()
1864 cmd = elf_next (arelf); in add_whole_archive()
1924 Elf *arelf; in extract_from_archive() local
1935 arelf = elf_begin (fileinfo->fd, ELF_C_READ_MMAP_PRIVATE, in extract_from_archive()
1937 arhdr = elf_getarhdr (arelf); in extract_from_archive()
1955 newp->elf = arelf; in extract_from_archive()