Home | History | Annotate | Download | only in libelf

Lines Matching refs:elf

1 /* Control an ELF file desrciptor.
61 elf_cntl (elf, cmd)
62 Elf *elf;
67 if (elf == NULL)
70 if (elf->fildes == -1)
76 rwlock_wrlock (elf->lock);
82 if (elf->map_address == NULL && __libelf_readall (elf) == NULL)
92 elf->fildes = -1;
101 rwlock_unlock (elf->lock);