Searched refs:arelf (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ranlib.c | 171 Elf *arelf = elf_begin (fd, ELF_C_READ_MMAP, NULL); in handle_file() local 172 if (arelf == NULL) in handle_file() 180 if (elf_kind (arelf) != ELF_K_AR) in handle_file() 183 elf_end (arelf); in handle_file() 196 while ((elf = elf_begin (fd, cmd, arelf)) != NULL) in handle_file() 274 && copy_content (arelf, newfd, SARMAG, index_off - SARMAG)) in handle_file() 275 || copy_content (arelf, newfd, rest_off, st.st_size - rest_off) in handle_file() 287 elf_end (arelf); in handle_file()
|
D | ldgeneric.c | 1820 Elf *arelf; in add_whole_archive() local 1824 while ((arelf = elf_begin (fileinfo->fd, cmd, fileinfo->elf)) != NULL) in add_whole_archive() 1826 Elf_Arhdr *arhdr = elf_getarhdr (arelf); in add_whole_archive() 1846 newp->elf = arelf; in add_whole_archive() 1856 cmd = elf_next (arelf); in add_whole_archive() 1916 Elf *arelf; in extract_from_archive() local 1927 arelf = elf_begin (fileinfo->fd, ELF_C_READ_MMAP_PRIVATE, in extract_from_archive() 1929 arhdr = elf_getarhdr (arelf); in extract_from_archive() 1947 newp->elf = arelf; in extract_from_archive()
|