Home | History | Annotate | Download | only in libdwfl

Lines Matching refs:Elf

1 /* Sniff out modules from ELF headers visible in memory segments.
55 #include <elf.h>
435 /* We must have seen the segment covering offset 0, or else the ELF
577 Elf *elf = NULL;
580 read_eagerly_arg, &elf)
581 && elf == NULL)
631 elf = elf_memory (contents, file_trimmed_end);
632 if (unlikely (elf == NULL))
635 elf->flags |= ELF_F_MALLOCED;
638 if (elf != NULL)
641 mod->main.elf = elf;