Home | History | Annotate | Download | only in libelf

Lines Matching refs:elf

62 elf_rawfile (elf, ptr)
63 Elf *elf;
68 if (elf == NULL)
79 if (elf->map_address == NULL && __libelf_readall (elf) == NULL)
82 rwlock_rdlock (elf->lock);
84 *ptr = elf->maximum_size;
86 result = (char *) elf->map_address + elf->start_offset;
87 rwlock_unlock (elf->lock);