Home | History | Annotate | Download | only in libdwfl

Lines Matching defs:elf

1 /* Reconstruct an ELF file by reading the segments out of remote memory.
62 /* Reconstruct an ELF file by reading the segments out of remote memory
63 based on the ELF file header at EHDR_VMA and the ELF program headers it
74 Elf *
357 Elf *elf = elf_memory ((char *) buffer, contents_size);
358 if (elf == NULL)
364 elf->flags |= ELF_F_MALLOCED;
367 return elf;