Home | History | Annotate | Download | only in src

Lines Matching refs:elf_begin

334   Elf *elf = elf_begin (fd, output_fname == NULL ? ELF_C_RDWR : ELF_C_READ,
489 newelf = elf_begin (fd, ELF_C_WRITE_MMAP, NULL);
516 debugelf = elf_begin (debug_fd, ELF_C_WRITE_MMAP, NULL);
1787 while ((subelf = elf_begin (fd, cmd, elf)) != NULL)