Searched refs:arelf (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | ranlib.c | 183 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()
|
D | ldgeneric.c | 1830 Elf *arelf; in add_whole_archive() local 1834 while ((arelf = elf_begin (fileinfo->fd, cmd, fileinfo->elf)) != NULL) in add_whole_archive() 1836 Elf_Arhdr *arhdr = elf_getarhdr (arelf); in add_whole_archive() 1856 newp->elf = arelf; in add_whole_archive() 1866 cmd = elf_next (arelf); in add_whole_archive() 1926 Elf *arelf; in extract_from_archive() local 1937 arelf = elf_begin (fileinfo->fd, ELF_C_READ_MMAP_PRIVATE, in extract_from_archive() 1939 arhdr = elf_getarhdr (arelf); in extract_from_archive() 1957 newp->elf = arelf; in extract_from_archive()
|